Hi,
I am using XamGrid and have around 10 columns on the grid (all text columns bounded to string property), I can see all 10 columns in my view, and in total I have around 2000 rows, when i scroll vertically i see there is a lag. If i read the documentation correctly xamgrid was developed for high performance out of the box, but I think i am still missing something. Can you tell me what more can i do to improve the scrolling performance? Any tips?
Aside: I am not updating the object in the background, my data collection as of now is just view only. Do i have to set any recycling mode or anything else on the grid?
Thanks,
Rohit
Thanks
Hello Rohit,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post. I have been looking into your question and actually the XamGrid is best known with its high performance. Exactly in your scenario the amount of data required a lot of cells to be drawn as this process required time and resources. My suggestion is to decrease the height of the XamGrid’s content in order to less amount of cells to be drawn at a time.
Let me know, if you need any further assistance on this matter.