jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Ajax url › Reply To: Ajax url
Hi Peter,
I check the help topic – Could not understand.
please help me
my Ajax service as follows
$.ajax({
type: “POST”,
async: false,
contentType: “application/json; charset=utf-8”,
url: “mypage.aspx/MyData”,
data: ‘{}’,
dataType: “json”,
success: function (msg) {
s = msg.d;
},
});
How can i integrate this with grid control?
thanks