This question is locked. New answers and comments are not allowed.
Hi
I am having really bad performance issues with a small data set, both scrolling horizontally and with expanding rows.
I have 20 columns and a mere 50 rows in my test application. With real data i expect the same columns but with maybe 100-300 rows.
I am using latest internal binaries. I am using no converters, no style selectors (i am using column groups but even removing those dont help).... so all in all a very vanilla test.
My horizontal scrolling is slow and choppy with just 25 columns
My Expanding rows is dreadful almost like a 1-2 seconds to expand!!!
Looking at the concerns in the previous post with measureoveride being called for each cell and row I am not sure what i should be doing to fix the performance?? Apart from your (Vlad's) previous post which is to try to hack into the gridview to make my scenario work with a custom expand column?
As for my use cases - i dont need any filtering, sorting.
Just expanding rows, drag and dropping rows, cell editing, column groups
I am having really bad performance issues with a small data set, both scrolling horizontally and with expanding rows.
I have 20 columns and a mere 50 rows in my test application. With real data i expect the same columns but with maybe 100-300 rows.
I am using latest internal binaries. I am using no converters, no style selectors (i am using column groups but even removing those dont help).... so all in all a very vanilla test.
My horizontal scrolling is slow and choppy with just 25 columns
My Expanding rows is dreadful almost like a 1-2 seconds to expand!!!
Looking at the concerns in the previous post with measureoveride being called for each cell and row I am not sure what i should be doing to fix the performance?? Apart from your (Vlad's) previous post which is to try to hack into the gridview to make my scenario work with a custom expand column?
As for my use cases - i dont need any filtering, sorting.
Just expanding rows, drag and dropping rows, cell editing, column groups
Please help.
Attached is my desired final UI. I can provide source code to my sample application if someone wants to have a look