Hi
In the html example I have an igGrid that has virtualization set true and virtualizationMode set to "continuous" and a couple columns that their total width exceeds the width of the grid so we get horizontal scroll bar at the bottom of the grid. If i scroll to the right and for example click on 'Column7' to sort by that column a couple things happend:
1. The data of the grid reset to their starting position even though the column headers and the horizontal scroll bar stay put so I have to scroll the horizontal bar left or right in order for the grid data to fix itself.
2. And also when clicking on 'Column7' for sorting the rows expand (height) and I have to sort by another column in order for them to come back to their normal size.
any workaround or pointers to fix these bugs, especially the first one would be awesome!
P.S. Seems like the combination of virtualization and the width set to '100%' is what's causing bug number 1.
Thanks,
Armando
Hello Armando,
Please let us know if you need any further assistance with this matter.
Thank you for your patience.
After contacting our developers they suggested to override the following bootstrap styles:
<style> .ui-iggrid * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } </style>
Please try this and let me know if the issue still reproduces.
Regards,Tsanna
After further testing I found out that the issue with the rows height is caused by the bootstrap.css file included in your sample. However I need to contact our developers for further investigation of this matter and will let you know for their suggestions.
Regards,
Tsanna
Hi Armando,
Regarding your first issue, please note that grid virtualization requires grid width to be set in pixels. So please try to set it and pixels and then observe whether the issue still reproduces.
Regarding your second issue, could you please let me know which version of our product you're currently using, since I tested your sample with the latest service release of v15.1, which at the moment is 15.1.20151.2112 and the grid rows behave properly.
If you have further questions, feel free to contact me.