Hello All,
Just a quick question. How can I tell a datagrid to display only a few of the columns from my datatable? I'm sure there is a simple way of doing this but I'll be damned if I can find it.
Oh the humanity!!!
Thanks in advance
Printable View
Hello All,
Just a quick question. How can I tell a datagrid to display only a few of the columns from my datatable? I'm sure there is a simple way of doing this but I'll be damned if I can find it.
Oh the humanity!!!
Thanks in advance
You will have to explicity define your custom colums for the datagrid. Right click on the control, and navigate to the properties. You should see a check box that I believe you un-check and then you can specify which columns (fields) to display in your grid.
Ok I'll check into this thanks