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

RadGrid in PartialView not firing client side events

2 Answers 138 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Sub
Top achievements
Rank 1
Sub asked on 13 May 2009, 04:29 PM

Hi,


I am having the RadGrid inside the PartialView and and do server side binding. But I noticed that OnCommand and OnRowDataBound commands are not invoked.  I guess it is supposed to fire those events but I am not sure why it is not.

 

<

 

ClientEvents OnCommand="Grid_Command" OnRowDataBound="Grid_RowDataBound" />

Thanks for your Help!

Thanks

 

2 Answers, 1 is accepted

Sort by
0
Sub
Top achievements
Rank 1
answered on 14 May 2009, 06:12 PM
Is there any answer from telerik about why it is not firing those client side events?
0
Nikolay Rusev
Telerik team
answered on 18 May 2009, 06:12 AM
Hello Sub,

If you are binding RadGrid on server OnCommand/OnRowDataBound events will be triggered.
OnRowDataBound will be fired if you bind RadGrid on client-side.
Is this what you are trying to attain?

Greetings,
Nikolay
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.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Sub
Top achievements
Rank 1
Answers by
Sub
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or