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

Update LinkButton does not fire ItemCommand event when RadGrid is inside a dynamically loaded web user control

3 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Felix Ruben Melendez Batres
Top achievements
Rank 1
Felix Ruben Melendez Batres asked on 08 Apr 2011, 12:30 AM

Hi there I'm having trouble with the following:

I have a web form that has a RadTabStrip and when you click on a tab a webusercontrol gets loaded dynamically. Inside this webusercontrol I have a read-only RadGrid. When I click on a row on this RadGrid another webusercontrol (a 2nd) gets loaded dynamically as well. But this time, this 2nd webusercontrol has an editable RadGrid in it.

PROBLEM:
The problem lies in this 2nd webusercontrol

When I click on the Insert linkbutton, the ItemCommand event fires (e.Command = InitInsert). The RadGrid enters into edit-form. Everything's OK. But when I click on the Update linkbutton, the ItemCommand event doesn't fire! (e.Command = PerformInsert).

Please can someone help me with this issue asap? or shed some light?

Felix

3 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 13 Apr 2011, 07:56 AM
Hello Felix,

Based on the provided information is hard to say what is caused the described issue.  Could you please post your aspx markup with the related code behind code. Thus we will be able to gather more details about your scenario and provide you with more to-the-point answer.

Looking forward for your reply.

All the best,
Radoslav
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
jari
Top achievements
Rank 1
answered on 27 Aug 2012, 09:13 AM
Hello Felix!

Did You get answer for this issue?
I have similar problem in my project..


Best Regards,
Jari
0
Radoslav
Telerik team
answered on 29 Aug 2012, 07:15 AM
Hello Jari,

It is hard to determine what is causing the unwanted behavior at your end and it would be very hard to guess what causes the issue without debugging your code. It will be helpful if you send us a small runnable example which demonstrates the issue. You could open a formal support ticket from your Telerik account and attach a ZIP file there. Thus we will be able to debug the project and provide you with more to-the-point answer.

Regards,
Radoslav
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
Felix Ruben Melendez Batres
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
jari
Top achievements
Rank 1
Share this question
or