Hi.
I have an Ultrawebgrid with a dropdown in one of the columns. What I need to do is filter the contents of the dropdown differently for each row based on a value in one of the other columns in that row. The datasource for the dropdown remains the same, but the filter needs to change.
Is this possible?
Thanks in advance.
Thank you for the response.
I tried to implement a variation on that example using the value in a column of my datagrid, but I wasn't able to get it to work. My WebCombo is populated with data from a datatable. The error message first indicated that I needed to implement the InitializeDataSource event, but I kept getting errors when trying to use this event. There didn't seem to be an option in the WebCombo for 'OnInitializeDataSource'.
Any additional information would be appreciated.
I think this sample is closest to what you need. Just click the"Fill Order" button and you will see three comboboxes, each one dependant on the previous selection.