Is it possible to create Grid without With() variable? if yes then how?

Is it possible to create Grid without With() variable? if yes then how?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to gopalk0002

    If you won't be using sorting or any user interaction with the grid (including paging), i.e. display-only and all info on one page, you should probably follow the advice that posted below; however in this case, especially if you have no need of sorting or paging, I would strongly recommend you use an Editable grid as opposed to a Paging grid.  Editable grids offer various benefits, including the ability to display rich text in a column.