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
575
Multiselect WebDropDown in UltraWebGrid is loosing selected items and row values in postback
posted

I've a multi-select WebDropDown as a template column in the UltraWebGrid. The data loads properly for the first time but on the post back (save button click), the webdropdown looses selected items and looses the data as well.

Any help would be appreciated? 

 

Parents
  • 24671
    posted

    Hi,

    I suppose what happens is that the control gets rebound, and you access the selected items and stuff afterwards. How do you declare the WebDropDown in the templated column? Where does it get the data from? In the mean time you can take a look at the WebDataGrid's DropDown Editor Provider - one of its advantages is that it keeps only one instance of the control for the whole grid. 

    Thanks,

    Angel 

Reply Children
No Data