Hello,
I am using highly customized SFDataGrid in my application. It works like a charm.
But in my app I have three summary rows and this makes a little problem while scrolling. Because default behaviour is showing summary rows at screen and it makes datarows scrollable. This behaviour is not very good if your using via mobile phone at landscape mode. With AppBar and header rows only 2-3 rows are visible, and you have to scroll to see other rows.
Is it possible to position summary rows at the end of the datarows so users can see as much as datarows at screen without scroll and if they want to see summary rows they can scroll down all the way down.
I couldn't find a way to achieve this.