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

Chrome Problem -Command Buttons disabled on MasterEditFormTemplate

4 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Reid
Top achievements
Rank 2
Reid asked on 12 Feb 2009, 03:07 PM
I am using a RadGrid with and Ajax Update Panel.

When I place the item in edit mode and my edit template displays the Save and Cancel buttons are visible but are not active.  I say not active because they are not disabled according to the DOM (disabled = false) but do not receive click hits.  Nothing happens.

This is happening only in the Chrome browser, IE does not have the same behavior.

Any suggestions would be welcome.

Thank you

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 16 Feb 2009, 04:19 PM
Hello Reid,

Can you please verify that you are using the latest version 2008.3.1314 of RadControls for ASP.NET AJAX in your project? Can you replicate the issue on one of the online demos of RadGrid on your machine? Note that each example which hosts ajaxified grid (using RadAjaxManager or RadAjaxPanel) actually wraps the grid instance inside MS UpdatePanel which is injected dynamically around it.

Let us know what your findings are as thus we will be able to research the matter further and provide up-to-the-point answer/fix.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Reid
Top achievements
Rank 2
answered on 17 Feb 2009, 01:26 AM
Hello Sebastian,

I have downloaded and upgraded to the lastest version ( I had the prior build installed) and the result is the same.

I have placed a copy of my .aspx and .cs files here:
Click here

The datamodel is only one table here so it should not be complicated.  I have a feeling it is the MSUpdate panel that is in play here.

Thank you
0
Accepted
Sebastian
Telerik team
answered on 19 Feb 2009, 02:29 PM
Hi Reid,

From the code snippets on the page you provided it seems that you have not ajaxified the grid via MS UpdatePanel or RadAjaxManager/RadAjaxPanel. Is this information correct? Does moving the grid outside of the multipage's page view or disabling the ajax for it alleviates the issue you encountered?

I will also appreciate if you provide a live url where the abnormality can be observed and troubleshoot. Thus I will do my best to assist you in resolving it.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Reid
Top achievements
Rank 2
answered on 19 Feb 2009, 06:42 PM
Sebastian,

Thanks for the reply.  The problem is that I am new to Ajax and have not had the time over the last month to abstract myself from the daily work to spend some dedicated time to fully understand AJAX in general.  As a result of my naivete I did not have the RadGrid wrapped in an AjaxPanel.

It now works.

Thanks
Tags
Grid
Asked by
Reid
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Reid
Top achievements
Rank 2
Share this question
or