News

DGV2Printer - Print DataGridView As Report With this Library you can print every DataGridView in your project with Custom Header And Footer. This Library Can Work in RTL and LTR Language (you can set) ...
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:OleDbDataAdapter1.Fill(DataFillView ...
does giving the control an ID and then doing DataGrid.FindControl ("theID") work? That might be more maintainable in case the index changes for whatever reason.