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
Figured out that the problem was the WebTab and not the panel. The webgrid still does not display the template column when its placed directly on the WebTabl control bypassing the webpanel control. I am stumped. IT cant be that difficult rite..its a fairly simple scenario!
What version of Infragistics are you using. I had a problem whereby the width of the first column in a webgrid inside webpanel inside a webtab just would not set to the size I defined. This problem persisted from 6.3 -> 7.3 but when I upgraded to 8.1 my problem went away.