|
|
|
|
This demo shows how to create and display custom command buttons. Command columns can display custom buttons within command cells, a filter row, browsable row, etc. You can create your own buttons, and define custom actions for them. A command column holds custom buttons within the CustomButtons collection. Each button has a unique identifier (ID). Buttons can display an image or text. To define an action for a custom button, handle the ASPxGridView’s CustomButtonCallback event. This event is raised after a custom button has been clicked by an end-user. Use the event parameter’s ButtonID property to identify a button currently being clicked.
|
 | Loading… |
|
|
|
|