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
675
Ultragrid and Combobox
posted

Hi,

I am using an UltraGrid and I need to add in one column of the grid  a comboBox or Dropdownlist

I would like to be able to type in the combobox some text and a filter will show only the value corresponding to the text that I type in

(Not only the first caracter of the display text)

Exemple : of value in the comboBox

return Value is a string type

Display value is also a string type

Value    Display Text (in the combo or dropdown)

100-01  Managing department 13

100-02  Dev department 34

100-03  Music department 53

So if I type sic the combo will show only the item 100-03  Music department 53 

If I type 13 the combo will show only the item 100-01  Managing department 13

If this is possible with an ultraGrid what type of drodown should I use to accomplish this

UltraComboeditor, UltraCombo or anything else

Also how to bind the data in the dropdown and the dropdown in the grid and the data filter if we have to add a dataFilter on the dropdown

Do you have any sample of code doing this

Thanks in advance

Parents Reply Children
No Data