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.

 

Parents
No Data
Reply
  • 18204
    Offline posted

    Hello Sarvesh J.,

    Thank you for posting in our forums!

    Could you please let me know what version and build of IgniteUI you are experiencing this with?  And is this occurring with any specific browsers?

    I have tested this with IgniteUI 2014.2.20142.1024 in IE10, Chrome and Firefox and these methods return true or false.

    I have attached the sample project I used to test this.  Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.

    If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the javascript versions we are using.

    If the project does show the product feature working correctly, this indicates a possible problem in the code of your application.  It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.

    Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

    Please let me know if I can provide any further assistance.

    igGrid - OptionsGetter.zip
Children