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

which method performs better?

0 Answers 25 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
A
Top achievements
Rank 1
A asked on 02 Mar 2015, 03:06 PM
I need to consume a service to CRUD operation and bind the data to RadGrid. I need to understand which of the below two methods will give me good performance or both of them would yield same results.

1. Consume service using client side and bind to the RadGrid - something like demonstrated in this url - http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-client/defaultcs.aspx

2. Consume service using code behind (.Net Code) and ajaxfying the events using RadAjaxManager

For both of the above method, the effect would pretty much look the same but i guess there should be some performance difference?





No answers yet. Maybe you can help?

Tags
Ajax
Asked by
A
Top achievements
Rank 1
Share this question
or