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?
In what version did the ValueList property of a cell first become available?
Edit: Ignore my post. My question is for the WebGrid not the WinGrid.
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.