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

Click on button doesnt show any loading image

2 Answers 87 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
sudhakar
Top achievements
Rank 1
sudhakar asked on 13 Jun 2011, 08:45 AM
HI Telerik Team,

I have button when clicked shows the Loading image on the Grid, which is correct and display rows accordingly...

If the same button is clicked by Enter button (from keyboard) the Loading image is not displayed but records are displayed correctly.

Please suggest solution for the above.

Code is as below:
<telerik:AjaxSetting AjaxControlID="button">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadGridRecords" LoadingPanelID="RadAjaxLoadingPanel2" />
                    </UpdatedControls>
                </telerik:AjaxSetting>

2 Answers, 1 is accepted

Sort by
0
Genti
Telerik team
answered on 14 Jun 2011, 01:47 PM
Hello sudhakar,

It seems like when you press Enter you are doing a postback.
Try ajaxifying even the button itself.
<telerik:AjaxSetting AjaxControlID="button">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="button" />
                    </UpdatedControls>
</telerik:AjaxSetting>



All the best,
Genti
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
sudhakar
Top achievements
Rank 1
answered on 20 Jun 2011, 08:35 AM
Hi Genti,

Thankyou for the same.

It didnt resolve the problem by above means, but i was able to get done using Request and Response in AJAX.

Thankyou..!!!

Regards
Sudhakar
Tags
Ajax
Asked by
sudhakar
Top achievements
Rank 1
Answers by
Genti
Telerik team
sudhakar
Top achievements
Rank 1
Share this question
or