Author Topic: how to send jsondata to colmodel  (Read 3635 times)

kavyasetty

  • Newbie
  • *
  • Posts: 25
    • View Profile
how to send jsondata to colmodel
« on: November 26, 2013, 07:00:01 pm »
how to send the jsondata to ColModel instead of hardcoding the colmodel values?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: how to send jsondata to colmodel
« Reply #1 on: November 27, 2013, 10:29:01 am »
use json_encode in PHP or javascript serializer in C# to dynamically construct JSON for colModel.

kavyasetty

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: how to send jsondata to colmodel
« Reply #2 on: November 27, 2013, 11:04:53 am »
i am not using php or c# , i am using it in java application