Add Focused Row to ASPxGridView Grid

To add a focused row to the grid, do the following:

The HTML will look something like the following:
<dxwgv:ASPxGridView ID="grdTest" runat="server" AutoGenerateColumns="False" KeyFieldName="lRowID">
<SettingsBehavior AllowFocusedRow="True" />


Last modified by Mohit @ 4/7/2025 8:28:28 AM