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

Manipulate Grid data on client side

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maxime
Top achievements
Rank 1
Maxime asked on 09 Aug 2012, 07:30 AM
Hi,

I was wondering if it would be possible to create a grid and use ajax to manipulate data inside.

I have a RadGrid that is generated dynamically on server side. When it is generate, i use only JS events and functions to manipulate my page. But i don't know how to do this :

I want the content of the grid, by a click on an ASP button, launch a method that will just convert the content of the cell ( of type "x/y")
on percent values ( performing the operation (x*y / 100)). Is it possible to do this without refreshing the all page and just call a method ? Maybe using an AjaxManager and AjaxLoadingPanel ?

Thanks,
Maxime.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kostadin
Telerik team
answered on 14 Aug 2012, 07:11 AM
Hello Maxime,

You could take a look at this demo to see how to add AJAX functionality to controls that are not specially designed to make AJAX requests or mark a server control as an initiator of the ajax request using the ajaxRequestWithTarget(controlUniqueId, arguments) method. For more information please, check out the related resources.

Kind regards,
Kostadin
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
Maxime
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or