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
235
Operation is not valid due to the current state of the object.
posted

Is there a maximum number of values allowed in the webdropdown?  I have a webdropdown which will have over 3000 values.  The values load correctly; however, when I try to select a value, and click a button, I get the error "Operation is not valid due to the current state of the object."  If I limit the total values in my webdropdown to 1000, and then click the same button, it fires in my code behind.

Please help.

Thanks

 

 

Parents
No Data
Reply
  • 49378
    posted

    Hi khoke,

    Thank you for posting in the community.

    There is no limit in the number of items which can be inserted in WebDropDown. So far I am unable to replicate the behavior you describe using version 11.2. Although this may be unrelated to your issue, note that since a recent Microsoft update, the size of JSON keys collection has been limited to 1000 by default. More information on that matter can be found at:

     http://community.infragistics.com/forums/p/64032/326979.aspx#

    Please feel free to contact me if you have any questions.

Children