A Revgrid instance is created by instantiating an instance of the RevClientGrid class or a descendant of this class.
The constructor for this class requires the following parameters:
RevClientGrid is generic so the grid can carry strongly typed settings and schema definitions end-to-end.
BGS - Grid settings type.BCS - Column settings type.SF - Schema field type.Most descendant grid classes pre-bind one or more generics so application code can use simpler constructor signatures.
See API Reference entries for RevClientGrid and RevGridDefinition for the full constructor, inherited members, events, methods, and static helpers.