J
John
Hi
I am binding my datagrid like this;
MyDataGrid.SetDataBinding(ds, "MyTable") ' ds is the dataset
The problem is this bring all fields from the table. How can I restrict some
of the columns from appearing? Also how can I change the order and widths of
the grid columns?
Thanks
Regards
I am binding my datagrid like this;
MyDataGrid.SetDataBinding(ds, "MyTable") ' ds is the dataset
The problem is this bring all fields from the table. How can I restrict some
of the columns from appearing? Also how can I change the order and widths of
the grid columns?
Thanks
Regards