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

Default button Concept

1 Answer 139 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SANNIDHI
Top achievements
Rank 1
SANNIDHI asked on 30 Jan 2012, 06:18 PM
Hi,

               I have default button in my webpage.

Page.Master.Page.Form.DefaultButton = btnEnter.UniqueID;

             I entered some text on  policy id and click on enter button,it should bind mygrid which is in ajaxpanel.

             when i click on enter button,it is firing the event..but it is unable to find the radgrid.

<telerik:RadAjaxPanel ID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" runat="server">
//My Grid....

</telerik:RadAjaxPanel>


          I have more than one textboxes and if i entered text on any one of the textbox and click on enter button,i shouldget the grid with the latest result..

           i tried all forum thread solutions..

can u please provide new one..ASAP..

Thanks,
PANDU


 

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 02 Feb 2012, 10:34 AM
Hello,

 You should make sure that the button and the grid are properly ajaxified - for example if you use RadAjaxPanel you should put both the grid and the button in the panel so that the button performs and ajax request and updates the grid. Another option is also to use the RadAjaxManager where you can specify which control updates the another.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
SANNIDHI
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or