http://demos.telerik.com/aspnet-ajax/Controls/Examples/Integration/GridInCombobox/DefaultCS.aspx?product=grid
I looked at the example and got a multi select combo box working really great ..But now the client was a fast find (like google search)..There are around 200 item in the grid..Now as client are starting to type, they wanting google search feature.. Every key he/she press I don't want limit my collection on the server side..So is there a way of binding of something on the clint side...
Oh ya ..I triied the masterTableView.filter("Name",Combo.get_text(),Telerik.UI....StartWith) which I did see in the documentation, but when I use this my grid comes up blank..So please suggest me ?Please remember My grid is inside a comboBox..
Thnaks,
DIP
I looked at the example and got a multi select combo box working really great ..But now the client was a fast find (like google search)..There are around 200 item in the grid..Now as client are starting to type, they wanting google search feature.. Every key he/she press I don't want limit my collection on the server side..So is there a way of binding of something on the clint side...
Oh ya ..I triied the masterTableView.filter("Name",Combo.get_text(),Telerik.UI....StartWith) which I did see in the documentation, but when I use this my grid comes up blank..So please suggest me ?Please remember My grid is inside a comboBox..
Thnaks,
DIP