I have a webgrid with 2 webcombo columns...
"In each row", depending what is selected in column 1, can I change the datasource for column 2?
Not exactly what I was looking for, but i'm trying to make due with it.
On client side, how do I get the value from a cell in a webcombo that is not the valuemember or displaymember?
In that example, they filter the orders based on the value from the cell in the main grid. I need to check the value of a cell in the webcombo to filter off of.
Hello,
There is a very good online example that is very close to what you need -- three related comboboxes linked to each other inside a grid. The example is located here: (just click on the Fill Order button).
Hope this helps.