Hello Abu,
there is a limit on the maximum number of grids on the same page? For example is possible to have 100 or more grids on the same page. Thanks!
1 Answers
There is no max limit. You can have any number of grids on a page. Make sure each grid has unique ID
e.g. $g->render(“list1”); here list1 should be unique to grid on page.
Your Answer