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

Grid / Web Mail Grid - Filter

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 05 Oct 2012, 05:10 AM
I was looking at one of the demos - Web mail grid in the below url http://demos.telerik.com/aspnet-ajax/grid/examples/programming/webmailgrid/defaultcs.aspx

I wanted to implement the Search similar to the one provided in this demo using filter expression. In this demo, the enter key press functionality of txtSearch doesn't seem to work. The image btnSearch click works as expected. Appreciate if you can provide your inputs on this.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 05 Oct 2012, 08:22 AM
Hello,

Please add below code.

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
           <AjaxSettings>
               <telerik:AjaxSetting AjaxControlID="txtSearch">
                   <UpdatedControls>
                       <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" />
                   </UpdatedControls>
               </telerik:AjaxSetting>
           </AjaxSettings>
       </telerik:RadAjaxManager>


Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Vijay
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or