Hi There,
Can you help me how can i dynamically hide a coumn of my WebDataGrid from my code side. I am new to Infragistics so please help me out.
And also how can i dynamically insert a column to the WebDataGrid with a LinkButton in it and bind the grid.
Thanks.
Couldn't you set the CssClass property of your column to display=none?
Hi,
Thanks for the replay.
But i found in some of the posts, that setting this by CSS make some design issues.
-- Thanks