Hello Every body
I have to Create google-like filtering for each grid spesific column.My Grid is all the row's are in edit mode. Now this Google-like filtering is done with norman RadComboBox(See below).I think this not really best possible way to do it.
| <telerik:GridTemplateColumn UniqueName="Product" DataField="Product" |
| HeaderText="Tuote/Lisätietoa"> |
| <EditItemTemplate> |
| <telerik:RadComboBox MarkFirstMatch="true" ID="ProductCombo" Runat="server" Width="100%" DataValueField="ProductID" LoadingMessage="Ladataan.." AllowCustomText="True" EnableLoadOnDemand="True" |
| onclientitemsrequested="OnClientItemsRequesting" |
| onitemsrequested="ProductCombo_ItemsRequested" ShowToggleImage="False" ShowDropDownOnTextboxClick="False" |
| CollapseAnimation-Duration="200" > |
| </telerik:RadComboBox> |
| </EditItemTemplate> |
| </telerik:GridTemplateColumn> |
I have read This article, but i am still little bit lost.Sorry