Grid Columns - Custom Buttons

Drag a column header here to group by that column
#
First Name
Last Name
Birth Date
Title
Hire Date
EditNewCreate a CopyNancyDavolio12/8/1948Sales Representative5/1/1992
EditNewCreate a CopyAndrewFuller2/19/1952Vice President, Sales8/14/1992
EditNewCreate a CopyJanetLeverling8/30/1963Sales Representative4/1/1992
EditNewCreate a CopyMargaretPeacock9/19/1937Sales Representative5/3/1993
EditNewCreate a CopyStevenBuchanan3/4/1955Sales Manager10/17/1993
EditNewCreate a CopyMichaelSuyama7/2/1963Sales Representative10/17/1993
EditNewCreate a CopyRobertKing5/29/1960Sales Representative1/2/1994
EditNewCreate a CopyLauraCallahan1/9/1958Inside Sales Coordinator3/5/1994
EditNewCreate a CopyAnneDodsworth1/27/1966Sales Representative11/15/1994
Description
C#
VB
ASPX

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.