Categories | Question details Back To List | ||
Grid : selecting rows across pages on 'selectAll' Hi, I am selecting all rows in grid using selectAll(). But this does not select rows across pages when I traverse to next page. Rows are selected if I use selectRows, though. I am using grid v2.0 Thanks in advance, Nishan Answer posted by dhxSupport on Jun 11, 2009 01:41 This is expected behaviour as selectAll() method selects rows only from the current page. |