Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Default row selector with multi pages
posted

Hi Team,

I need to make a default row selection with multiple pages. Also need to retain selected and un selected rows with multiple pages.

Currently I am using 

$("#storeGroupFilterGrid").igGridSelection("selectRow", rowIndex);

This work only for the particular row also for the 1st page, not for the multiple page.

Please suggest me how to proceed.

Thanks

Jegan