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

How can get Grid data from server using AJAX?

2 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atit
Top achievements
Rank 1
Atit asked on 14 Feb 2012, 03:47 PM
How can i get Grid data from server using JQuery AJAX?

Thanks in advance.

Atit

2 Answers, 1 is accepted

Sort by
0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 14 Feb 2012, 04:15 PM
Umm what server technology are you using? PHP, .NET? Generally you would serialize your data using JSON (or XML) and then follow the examples (http://demos.kendoui.com/web/grid/local-data.html) to bind the data to your grid or other controls. 

As for jQuery goes, all you need to do is make an $.ajax() or $.getJSON() request to your server. More here: http://api.jquery.com/jQuery.getJSON/ 
0
Atit
Top achievements
Rank 1
answered on 15 Feb 2012, 05:03 AM
i am using Spring framework

but i want refresh grid only not whole page according to specific time using AJAX

Is it possible?

if yes, please help me.
 
Thanks in advance.
Tags
Grid
Asked by
Atit
Top achievements
Rank 1
Answers by
Vesselin Obreshkov
Top achievements
Rank 2
Atit
Top achievements
Rank 1
Share this question
or