Repeater User Control Demo

This sample demonstrates the definition of a user control in order to edit a row in a data table. For example, your user control may have several text boxes, checked list box, radio buttons, or Windows Forms controls that are appropriate for allowing the user to edit the row data. You can implement this user control as a repeater control using three methods in an interface that will allow you to display and edit multiple records in a scrolling window where this user control is displayed multiple times.

The implementation of this functionality uses a grid control in virtual mode with a custom cell type based on the user control.

 RepeaterUserControlSample screenshot

Features

Grid Repeater User Control:

The Grid Repeater User Control is derived from the user control and uses the Grid Control in a virtual mode in order to display data that is in the sample user control.