Hello,
I think I posted in the wrong sub-forum, so I re-post it here (original post : http://www.telerik.com/forums/radgrid-edit-form-strange-issue please delete it if necessary).
I'm using a ajax radgrid with an edit form (templated) into a popup (EditMode="PopUp"). Recently we updated our website from .NET 3.5 to .NET 4.0 so lots of configuration have changed (application pool, etc).
My new radgrid is perfectly working on our test platform, but on another server the popup is not showing when I click on "Add new record" button.
I tried to switch to EditMode="EditForms", to see if it changed anything on this server. When clicking on the add button, the form is displayed apparently correctly on the top of the radgrid. But I noticed that the validators controls didn't perform client side validation.
When looking at the response of the server (with firebug) when clicking on the add button, it seems that some code is missing at the end of the response : the code that perform the client side validation. Could this explain why the popup is not showing in EditMode="PopUp" mode ? Some missing javascript code ?
Please note that the radgrid is working correctly on another server, so I'm pretty sure this is a telerik configuration issue. But I don't know where and what to check.
I'm available if you need another details about the problem. Thanks in advance for your help.
Version of Telerik UI I'm using : 2010.2.929.35
I think I posted in the wrong sub-forum, so I re-post it here (original post : http://www.telerik.com/forums/radgrid-edit-form-strange-issue please delete it if necessary).
I'm using a ajax radgrid with an edit form (templated) into a popup (EditMode="PopUp"). Recently we updated our website from .NET 3.5 to .NET 4.0 so lots of configuration have changed (application pool, etc).
My new radgrid is perfectly working on our test platform, but on another server the popup is not showing when I click on "Add new record" button.
I tried to switch to EditMode="EditForms", to see if it changed anything on this server. When clicking on the add button, the form is displayed apparently correctly on the top of the radgrid. But I noticed that the validators controls didn't perform client side validation.
When looking at the response of the server (with firebug) when clicking on the add button, it seems that some code is missing at the end of the response : the code that perform the client side validation. Could this explain why the popup is not showing in EditMode="PopUp" mode ? Some missing javascript code ?
Please note that the radgrid is working correctly on another server, so I'm pretty sure this is a telerik configuration issue. But I don't know where and what to check.
I'm available if you need another details about the problem. Thanks in advance for your help.
Version of Telerik UI I'm using : 2010.2.929.35