Is it possible to toggle column visibilty/editing on a grid with a declarative datasource?
We have a requirement to show/hide certain columns in tables we'd like to display using a RadGrid.
We also have a requirement to enable/disable the editing of certain columns in tables we'd like to display using a RadGrid.
There is a master table in the database that stores the tablename, columnname, visible (0 or 1), editable (0 or 1) data.
Is it possible to use the values in that master table to control which columns are visible/hidden and to enable/disable the editing of certain columns in a RadGrid that has a declarative datasource?