System.NotSupportedException

{"Callbacks are not supported on CommandField when the select button is enabled because other controls on your page that are dependent on the selected value of 'grd1' for their rendering will not update in a callback.  Turn callbacks off on 'grd1'."}

This error tells you straight up what to do.  Set EnableSortingAndPagingCallbacks to False on the datagrid.

Comments

Popular posts from this blog

Asp.net Publishing Broke Site - "App_WebReferences is not allowed because the application is precompiled"

Telerik - Custom Group Footers In RadGrid

Bootstrap Modal Popup is Grayed Out