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
235
Value list per row
posted

Hi,

In an UltraGrid, I'm using the InitializeLayout event to dynamically add some columns. One of those column is bound to an UltraDropDown using the ValueList property.

The items in the dropdown may change according to the users input on that specific row. If I update the datasource property of the dropdown, the valuelist is altered for every row at once. I want to change the dropdown options for only the row being altered at that moment. Is this possible?

Parents
  • 469350
    Offline posted

     Hi Jasper,

        There is a ValueList property on the cell as well as on the column. So you could assign a different dropdown to each cell. I recommend re-using the same dropdown on multiple cells whenever possible to minimize the number of UltraDropDown controls you create, though. 

Reply Children
No Data