Hello everyone,
Here is what i am trying to do.
I am trying to hide a Gridcolumn in a RadGrid.
I have found the code to do it... i just don't seem to get it to fire when i am first loading the Grid.
Here is my setup
Radtabstrip (6 tabs) with RadMultipage with 6 RadPageviews
each tab(views) has a RadGrid in it. Each one of the grids has a maximum amount of columns that can be displayed and i have a check box control that limits what is displayed.
I have the code that iterates through the checkboxlist and hides the columns... I just cannot get this code to fire when the page first loads...
Where should i be putting this code in (right now it is in the checkboxlist selecteditem changed event... which is good ... but i also need this filtering done on first page load.
Thanks for any ideas...
Corey
Here is what i am trying to do.
I am trying to hide a Gridcolumn in a RadGrid.
I have found the code to do it... i just don't seem to get it to fire when i am first loading the Grid.
Here is my setup
Radtabstrip (6 tabs) with RadMultipage with 6 RadPageviews
each tab(views) has a RadGrid in it. Each one of the grids has a maximum amount of columns that can be displayed and i have a check box control that limits what is displayed.
I have the code that iterates through the checkboxlist and hides the columns... I just cannot get this code to fire when the page first loads...
Where should i be putting this code in (right now it is in the checkboxlist selecteditem changed event... which is good ... but i also need this filtering done on first page load.
Thanks for any ideas...
Corey