GM
Gowri Manohari D
Syncfusion Team
November 30, 2009 04:11 AM UTC
Hi Alban,
Thank you for choosing Syncfusion Products.
1.We can turn off the first row selection on page load by using this.GridGroupingControl1.TableOptions.ListBoxSelectionMode property of the grid. Please refer the below code snippet for more details.
this.GridGroupingControl1.TableOptions.ListBoxSelectionMode = Syncfusion.Web.UI.WebControls.Shared.SelectionMode.None;
2. For the GridGroupingControl1_SelectionChanged event we need to set the below property in order select the row.
this.GridGroupingControl1.PostBackOnFocusedChanged = true;
Regards,
Gowri