I've followed the 'Integrating with ASP.Net MVC' example and got it to work. It uses the isc.ListGrid.create() method passing in a jso to configure the grid.
I cannot find, however, the documentation that explains what properties and values can be placed in the jso. If it weren't for the example, I would have no clue what to pass. I think the same is true for any of the .create(jso) methods. Since the parameter is a generic jso, there is no class definition or anything to look at.
Can someone point me in the right direction?
Thanks.
I cannot find, however, the documentation that explains what properties and values can be placed in the jso. If it weren't for the example, I would have no clue what to pass. I think the same is true for any of the .create(jso) methods. Since the parameter is a generic jso, there is no class definition or anything to look at.
Can someone point me in the right direction?
Thanks.
Comment