Hello,
Currently, you can use the following workaround;
private void RadGridView1_SelectionChanging(object sender, GridViewSelectionCancelEventArgs e)
{
if (e.Rows[0] is GridViewGroupRowInfo)
{
e.Cancel = true;
}
}
Regards,
Nadya | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.