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.
This error tells you straight up what to do. Set EnableSortingAndPagingCallbacks to False on the datagrid.
Comments
Post a Comment