0

How can I access the DataTable created server side in mvc 3.0 in javascript. I want the data in jqgrid so i need the DataTable in javascript.

user
  • 623
  • 1
  • 8
  • 9

1 Answers1

0

You should define WebMethod on you asp.net page and return data in json format. The question was asked on SO.

Community
  • 1
  • 1
gor
  • 11,498
  • 5
  • 36
  • 42