Weblistbox multiple selection: max 36 rows?

Hello all!

In one of my projects, I have a weblistbox with multiple selection. In that list, I can have a lot of rows. If the user selects all the rows or a lot of them, my webapp have simply to delete the items from the list and from the database.

I noticed (in debug mode) that the maximum numbers of items that will be processed is 36, although the user has selected 100 of them.

May this be a bug, or a limitation? Or may be something wrong I do?
What do you think?

Thanks to all!

Hi Sergio. What you describe seems similar to Issue #64910. It is easily reproducible when there are hundreds of rows.

Please add your upvote there.

1 Like

Thanks for the link. Voted!

1 Like