Posted 8 March 2021, 7:59 am EST
Hello,
I am aware of “Features based on regular (non-transposed) data sources only apply to the original data source, so you can sort, filter, group, or paginate items before assigning them to the TransposedGrid, but if you later change those parameters, the grid will not be automatically updated.”,
but I expected that after filtering data if I use refreshCells() or Invalidate() the grid display will change and show rows & columns based on filtered DataSource, but its not working as I expect.
How can I force transposed grid to display the right data?
Regards