A custom pager is created by putting anchor elements with alphabet letters in ASPxPanel. ASPxDataView and ASPxPanel are wrapped in ASPxCallbackPanel to send a callback, and change their content when a letter anchor is clicked. The ASPxClientCallbackPanel.PerformCallback method is used to send the callback to the server. ASPxDataView does not provide filtering, so it is necessary to change the data source select query and bind ASPxDataView in the ASPxCallbackPanel.Callback event handler.
See also: ASPxGridView with alphabetic pager