Hello, I have the following scenario:
A grid contains multiple columns. One of the columns has a custom cell template that hosts a UserControl (ascx). In this user control, there are multiple RadComboBox controls (each row needs to be able to set multiple values) and these are contained in UpdatePanels (so each UserControl can update it's content independently). Everything works fine on the initial page load, but as soon as we use the pager to go to another page, the RadComboBox's SelectedIndexChanged events are fired (debugging on the server shows that they are well received and executed), but the result is never updating in the grid proper. Firebug and Fiddler indicate that the request is working correctly, but that the result of the request is simply never being applied to the page properly.
As I stated earlier, this ONLY happens after using the pager (first / prev / next / last or directly clicking a value).
Any thoughts?
A grid contains multiple columns. One of the columns has a custom cell template that hosts a UserControl (ascx). In this user control, there are multiple RadComboBox controls (each row needs to be able to set multiple values) and these are contained in UpdatePanels (so each UserControl can update it's content independently). Everything works fine on the initial page load, but as soon as we use the pager to go to another page, the RadComboBox's SelectedIndexChanged events are fired (debugging on the server shows that they are well received and executed), but the result is never updating in the grid proper. Firebug and Fiddler indicate that the request is working correctly, but that the result of the request is simply never being applied to the page properly.
As I stated earlier, this ONLY happens after using the pager (first / prev / next / last or directly clicking a value).
Any thoughts?