|
|
|
| Selected values: | |
 | Loading… |
Selected count: 0
|
|
|
|
|
|
This demo shows how to display contact names selected in the ASPxGridView within the 'Selected values' list box.
To allow end-users to select rows, add a command column to the ASPxGridView and set its ShowSelectCheckBox property to true. The column will display check boxes within its cells. End-users can check or uncheck these check boxes to select or de-select the corresponding data rows.
In this demo, the SelectionChanged client-side event is handled to display selected contacts within the list box and the number of selected contacts below it. Contact names are obtained using the GetSeletedFieldValues() function. The number of selected rows is returned by the GetSelectedRowCount() client function.
|
 | Loading… |
|
|
|
|