GridDataboundGrid filterbar search

Hello,
I use a GridDataboundGrid with filterbar. This works fine, but I have a question.
Can I search for more than one letter (typing direct into the ComboBox without the Custom-Dialog)?
Perhaps it would be a temporary solution, if I would use a TextBox instead of a ComboBox?

I've tried a lot, but I need help for this task...

1 Reply

RC Rajadurai C Syncfusion Team May 15, 2009 01:27 PM UTC

Hi bird,

Thanks for your interest in Syncfusion products.

To achieve textbox like filtering in combobox type filter in griddataboundgrid, custom filterbar has to be created with some more code to support this.

Please refer to the sample in the following link which shows griddataboundgrid wired with custom filterbar of comboboxtype supporting textbox-like filtering functionality(by typing in cell) to some extent.
http://www.syncfusion.com/support/user/uploads/I52165custom_f432b163.zip

Regards,
Rajadurai

Loader.
Up arrow icon