Hi Hristo,
I have a requirement where we have virtualization enabled and on load I can see say some 100 rows in visible area.
I have total of some 990 records, we want a feature something like, I have a textbox and enter say 350 or 360 and click on a button it opens a popup with Id and name combination.
So when I scroll down I should be able to see 350, 360 selected and checked.
However in our application we are able to see the row being selected but checkbox is not getting selected.
We are using 2013.2 infragistics version and testing on IE10 browser.
For sample data you can refer to the below link itself.
Thanks for your help and support in advance.
Re: Checkbox selection is not retaining when virtualization is enabled
Regards,
Kiran
Hello Kiran,
After further investigation it appears it is a wrong behavior in 13.2. The checkBoxes should match the selected rows. Currently the correct rows are selected but not all of the checkBoxes reflect this selection. What is more, this issue is not appearing under 14.1 version of the product.
I have logged a DevIssue #180721 .
You could track the progress of this issue through the created case CAS-143469-Z1G1Y2.
You can also continue to send updates to this case at any time. You can view the status of all development issues connected to this case from the "Development Issues" tab, when viewing this case on the "My Support Requests" page of our website. You will automatically receive updates for the progress of it and when a fix is available.
Hello Ivaylo,
Thanks for logging this a issue.
Could you please provide a workaround using 2013.2 version which I can use until this issue gets fixed, like can add few css classes to the selected row in rows rendered event which can show the tick mark in the check boxes.
In 2014.1 I see different issues.
For the same scenario row at the bottom of the grid seems to checked as you have mentioned. How once the grid is loaded with data without doing any scrolling try to select a row in the visible area a runtime exception happens. Also on sorting right rows are not checked.
Thanks,
I got a mail mentioning that 14.2 version is released.
With 14.2 also the issues mentioned in the post still exist. Can you please let us know if there is any service release for 2013.2 planned and when.
Kiran Kumar L
Hello All,
I just want to let you know,There has being IgniteUI v.13.2.20132.2364 release yesterday.You could download it from:https://es.infragistics.com/my-account/keys-and-downloads
Hi Ivaylo,
When I go to the below link the ignite UI still points to 13.2.20132.1010 version. I am downloading the complete Bundle (No Installer.)
https://es.infragistics.com/my-account/keys-and-downloads
Can you please point me the correct link for IgniteUI v.13.2.20132.2364
Hello,
All available Service Releases are visible and available, after selecting any particular volume release, and in your case it will be the purchased 13.2 Volume release. I am attaching a screenshot in order to better illustrate the required navigation to the Service Releases Tab. Please notice the image is purely illustrative and the approach is the same for any particular volume release.When hovering over the specific IgniteUI 2013 Vol.2 Service Release, a tooltip with more details, including the exact version (v.13.2.20132.2364) will popup.
Have tested with version v.13.2.20132.2364 and found that check boxes reflect the row selections now for the rows which are not loaded in the grid initially, upon scrolling down I can see these rows are selected and also check box reflect the selection. Thanks for the fix.