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
50
How to know if multiselection and virtualization is enabled on grid
posted

Hi,

 

Is there any way to know that the option multipleSelection and virtualization of the grid is set to true using JQuery.

 

I found the two options in http://help.infragistics.com/jQuery/2014.1 

 $(gridId).igGridSelection("option", "multipleSelection");

  $(gridId).igGrid("option", "virtualization");

 

which are supposed to return a true/false value but these returns the object containing the reference of grid.

 

Please let me know if there is any other way to know the same or I am missing something.

 

Thanks,

Sarvesh J.