hello
i have a grid with 3 columns:
column 1=field
column 2=operator
column 3=value
each column is a drop down list
operators are: equal, not equal, contains etc'
the field that user choose in a certain row affects the values that will be displayed.
how can i create class that represent a row's data and with all possible values and bind it to the grid
( and in that way to get back all values choosen by user)
can u show me an example for that or for something similar?
thanks, Michal
Thanks, Michal
Hi Michal,
This should help you:
Creating a dropdown list in a grid cell whose list values are dependent on another cell - Windows Forms - Infragistics Community