Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Problem in Displaying control inside WebPanel on Postback
posted

I have a webgrid control which has 2 columns..one a template column with a checkbox and the other a normal webgrid column. When I first bind a dataset to the webgrid, I can see both the columns perfectly. But when the form is postback the first column(the template column) dissappears and I can see only the second column. Did I mention that the Webgrid resides inside a Infragistics web panel control(which is inside a web tab control..maddening I know but thats the requirement). There seems to be the problem when theres a template column in a grid inside a panel. My grid works fine when I place it outside the panel (and the tab). I am looking for a work around to this problem. Any help would be appreciated. Thanks