So I have a grid which is supposed to show around 10k items. My client needs to have the cell background color of certain columns changed according to a set of specified conditions.
After looking around and trying to find a css class for the cell, I found a workaround in your forums that says to enlarge the div of the data element so that it takes 100% of the cell size. This all done within the template of the column. I also need a few other custom modifications that make me have to write custom templates. This makes the data to load in the grid to take around 15 seconds after the initial load of the grid. Add to that the responsiveness of the scrolling is very slow afterwards.
So then I started looking for a fix to make my app more performant. I found the virtualization option which in theory would have been great. But then when I add rowVirtualization: true to my options and I run the app, it crashes after the data load. Every time.
So I would really like to know if there is another way to style my cells and data other than in the column template engine and how can I make virtualization work with it.
Thank you
Hello Yannick,
Ok. Let us know if you happen to need further assistance with this once your backend changes are complete.
Best Regards,
Maya Kirova
Infragistics, Inc.
http://ko.infragistics.com/support
It is not resolved yet but the backend team is checking if and optimization on their part is needed.
Sure, but have you resolved this issue or are thinking that it might be related to the backend?
The team is working on a backend fix. Thank you for your reply though. If needed I will get back to you.
Hello
Can you also give me the data you bind to or at least some example of it?