/winforms-grid-enable-server-mode-for-detail-view

Enable Server Mode for a detail view.

Primary LanguageVisual Basic .NETOtherNOASSERTION

WinForms Data Grid - Enable Server Mode for a detail view

This example demonstrates how to create a GridView descendant that shows detail records in Server Mode. In this example:

  • Set the GridControl's ShowOnlyPredefinedDetails property to true.
  • Add detail levels to the GridControl using the LevelTree.
  • Specify an instance of the MyGridView class for each level and set the MyGridView.VirtualMasterDetailMode property to Master or Detail. The child list for detail views is created at runtime using events. Read the following help topic for additional information: Master-Detail: Using Events.

Files to Review

Documentation

See Also

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)