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
25
WebCombo as User Control in UltraWebGrid column
posted

Hi All,

I'm trying to add a WebCombo inside of a UltraWebGrid column.  I'm doing this inside of an overriden CreateChildControls method which, for each row, queries the DB for the drop down items and adds the control to the cell in question.

Users can select items from the drop down or type in any other option as expected.  My problem arises on the second postback performed by the page.  The first postback retains user entered data however the second postback will always revert the WebCombo to it's initial value (when the page was first loaded).

Has anyone seen this behaviour before or know where I am going wrong?  Any help would be greatly appreciated!