Hi all,
I have an ajaxified grid that works smoothly. I created a user control to custom edit these items. This user control is made of a RadTabStrip and RadMultipages and some UpdatePanels. If I cause an asyncronous postback or a normal postback it seems to loose state. I mean: suppose i went to RadMultiPage #2. This MultiPage contains a checkbox that autopostbacks to enable/disable a near textbox. If I click that checkbox a postback succeed but I'm kicked to RadMultiPage #1 (the first) and if I go back to RadMultiPage#2 the checkbox is not checked. This is the behaviour if checkbox and textbox are not inside an updatepanel. If they were inside an updatepanel I wouldn't see anymore the Textbox and the Checkbox as they seem to be deleted.
How should I do it?
Thanks,
Marco
I have an ajaxified grid that works smoothly. I created a user control to custom edit these items. This user control is made of a RadTabStrip and RadMultipages and some UpdatePanels. If I cause an asyncronous postback or a normal postback it seems to loose state. I mean: suppose i went to RadMultiPage #2. This MultiPage contains a checkbox that autopostbacks to enable/disable a near textbox. If I click that checkbox a postback succeed but I'm kicked to RadMultiPage #1 (the first) and if I go back to RadMultiPage#2 the checkbox is not checked. This is the behaviour if checkbox and textbox are not inside an updatepanel. If they were inside an updatepanel I wouldn't see anymore the Textbox and the Checkbox as they seem to be deleted.
How should I do it?
Thanks,
Marco