RAD ASP.NET AJAX does NO "edit"

Posted by Community Admin on 04-Aug-2018 10:19

RAD ASP.NET AJAX does NO "edit"

All Replies

Posted by Community Admin on 13-Dec-2010 00:00

Hi,

I am very glad that we can use the advantage of Telerik RAD Tools now. I tested this with a simple grid. - Display out of the tollbox works very well. But whenever I try to to edit a record with <telerik:GridEditCommandcolumn....> it crashes. - What do I have to do to make it editing (or deleting)??

Regards Robert

Posted by Community Admin on 14-Dec-2010 00:00

Hello RobertZ121,

Thank you for using our services.

Can you please show us the markup of the GridEditCommandcolumn in your Grid? Have you tried setting the
EditText property explicitly:

<telerik:GridEditCommandColumn EditText="Text"></telerik:GridEditCommandColumn>

The behavior you are experiencing is due to the Sitefinity label resource management. As it is looking for the default texts in the wrong assembly.

Best wishes,
Radoslav Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 14-Dec-2010 00:00

Hello,


I just solved my problem. This was nothing within Sitefinity, the solution I found was at 

www.telerik.com/.../grdlocalizingeditcommandcolumn.html

So I changed my grid there and now it runs also under sitefinity.

Regards, Robert

Posted by Community Admin on 06-Apr-2011 00:00

Hello,

I am attempting the following:

1 - Default.Master with no ScriptManager in it.
2 - Default Level 1.Master based on Default.Master still with no ScriptManager in it.
3 - Tracks.Master with Script manager, UpdatePanel and a Timer as the trigger.
4 - Create Tracks.aspx based on Tracks.Master.
5 - Create TracksAndVHFs.aspx based on Default Level 1.Master
6 - On TracksAndVHFs.aspx add iFrame which displays Tracks.aspx page.

I get:

Cannot unregister UpdatePanel with ID 'upTracksAndVHFs' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
Parameter name: updatePanel

When attempting to edit the Tracks.aspx page.

I came across:
http://www.telerik.com/support/kb/aspnet-ajax/window/cannot-unregister-updatepanel-with-id-updatepanelid-since-it-was-not-registered-with-the-scriptmanager.aspx
but unsure how I can implement this in my case.

Any help would be appreciated,
Andrei

---------------
Just a quick further note: This only happens when I access the page in edit mode. When I view the page it works fine. Si I just need to somehow disable the whole AJAXing thing when editing the page maybe.

Posted by Community Admin on 06-Apr-2011 00:00

Ok,

The issue is fixed. For those that are interested, visit kruegerwebdesign.com/.../

Thanks,
Andrei

This thread is closed