Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid.create(jso)... is the jso defined?

    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.

    #2
    When calling create() you can pass all of the attributes defined for the corresponding class. So for a ListGrid, autoFetchData, canEdit, etc.

    Comment

    Working...
    X