Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
XamGrid hide PagerSettings in GroupBy
posted

Hello!

There is a way to hide PagerSettings in Grouped rows, but PagerSettings of entire table must be visible?

Any way, code behind or in xaml.

I tried someshing like this:

 

grid.GroupBySettings.GroupByColumns[0].ColumnLayout.PagerSettings.AllowPaging = PagingLocation.None;

grid.Rows[0].ChildBands[0].ColumnLayout.PagerSettings.AllowPaging = PagingLocation.None;

but it not work.

where i can read about ChildBands and ColumnLayout or Manager?

Thanks, zozz

 

Parents Reply Children
No Data