Hello,
I'm wondering if it is possible to "fix" a row in the same kind of way that the FixedLocation property can be used to fix a column? I know the WinForms version of the Infragistics grid supported this feature, does the xam version?
I would like to create a fixed "Totals" row in my grid. Any help is greatly appreciated.
Thanks,
Mike.
Yes, it is. You can look at some sample showing basic and advanced functionality with that (and also with the rest of our controls) in the XamFeatureBrowser, which is installed with our product.
Hope this helps.
Is the RowSummaries feature available in xam grid? How do I use it? Searching the documentation only showed a link to using RowSummaries in Wingrid.
Hello Mike,
I believe we are considering implementing fixing for records as well in future releases,so you will probably want to keep an eye for that.
Until then, you can use the RowSummaries feature or binding expression for this.