Namespace MetaBuilders.WebControls
Classes
GlobalRadioButton
This radio button is much like the built in System.Web.UI.WebControls.RadioButton control, but unlike it, has a GroupName that can be global, ignoring naming containers.
RowSelectorColumn
A System.Web.UI.WebControls.DataGridColumn which shows a checkbox in each row to signal the selection of that row.
RowSelectorColumn.ParticipantCheckBox
The checkboxes which appear in each cell of a RowSelectorColumn when SelectionMode is set to System.Web.UI.WebControls.ListSelectionMode.Multiple.
RowSelectorColumn.ParticipantRadioButton
The radiobutton which appears in each cell of a RowSelectorColumn when SelectionMode is set to System.Web.UI.WebControls.ListSelectionMode.Single.
RowSelectorColumn.SelectAllCheckBox
The checkbox in the header for select-all.