C
chris
Hello group,
The datagrid I use needs to add a hidden column on demand
(only on certain conditions). The sequence of events would be as below:
1) get the dataset(ds) and bind the datagrid(dg) with
the table corresponding to the ds.
2) Sort the datagrid according to the user selected
columns.
3) Add hidden columns to the datagrid. Here, I am not
sure, how to add hidden columns to the datagrid??
Any help would be great!!
Thanks,
Chris.
The datagrid I use needs to add a hidden column on demand
(only on certain conditions). The sequence of events would be as below:
1) get the dataset(ds) and bind the datagrid(dg) with
the table corresponding to the ds.
2) Sort the datagrid according to the user selected
columns.
3) Add hidden columns to the datagrid. Here, I am not
sure, how to add hidden columns to the datagrid??
Any help would be great!!
Thanks,
Chris.