This is a migrated thread and some comments may be shown as answers.

Help is needed in goole filtering inside grid

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jouni
Top achievements
Rank 1
Jouni asked on 29 Jan 2009, 10:59 AM

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


1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 29 Jan 2009, 12:34 PM
Hello Jouni ,

Here are examples how you can implement such functionality:
Google-like Filtering
"Google suggest" style filtering in RadGrid

On second link you will find sample implementation of this type of filtering.
I hope this helps.

All the best,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Jouni
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or