Hi
I'd like to learn the basics of how to create and use summaries in UltraGrid in code.
I've looked in the documentation but it only focuses on special use cases.
Where is the best place to find a basic guide?
Thanks
Hello Craig,
Thank you for contacting Infragistics Developer Support!
Summaries can be enabled at the band of column level, you can see the following on the AllowRowSummaries properties on those at the following links:
www.infragistics.com/.../infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragridoverride~allowrowsummaries
www.infragistics.com/.../infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragridcolumn~allowrowsummaries
www.infragistics.com/.../infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.allowrowsummaries
Do you have any specific questions about summaries?
Hi Michael,
Thanks for the reply.
It's not quite what I was hoping for. I want to create and format a summary in code but it is difficult to determine what I create and set and in what order.
A high-level programming guide /overview would be very helpful to start with than I'd feel more comfortable looking ad the API documentation.