How do you hide columns in a datagrid? The columns are needed in queries I just don't want some of them outputted to the user however. If I do in my form load: Subscribe to the DataGrid's ...
So I have a page with a couple of datagrids that use the footer row to do inserts. I want to make a global save button that will save any datagrids that are in insert mode. My plan was to just make a ...