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

Ajax a single row in a radGrid

1 Answer 86 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 18 Oct 2013, 02:02 PM
Hi

I have a large grid with a radrating control in one of the column templates.  Since the grid is so large, it takes a bit of time to load when the user rates an item.  I'd like to only have the row that is rated refresh.  I'm curious if that is even possible?

I tried putting an ajax panel around the item template in the grid that contains the rating control, but that is not really feasible.  The whole row needs to update its values, not just the radrating column in that row.

I did find that someone else asked the same question and Telerik answered in a support ticket, but the support ticket isn't viewable of course:  http://www.telerik.com/community/forums/aspnet-ajax/grid/ajax-single-row-rebing.aspx

I'm going to continue to experiment, but I thought it would make sense to ask if I am headed down a dead-end road, so to speak.

Can someone point me in the right direction if it is possible?  Thanks much.  I really appreciate these forums.


1 Answer, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 23 Oct 2013, 07:52 AM
Hi Jonathan,

Thank you for contacting us.

The required functionality is not possible with RadGrid control. Note that RadGrid is a databinding control and in order to modify the datasource and refresh the gird data you should Rebind/Update the whole RadGrid control.

Regards,
Maria Ilieva
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or