BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Michael,
Thank you for your interest in Syncfusion products.
To select the whole row without using the events, you can use the property ListBoxSelectionMode.
Code snippet:
//Disables the grid selection
gridGroupingControl1.TableOptions.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.None;
//Used to select the whole row
gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.One;
Let me know if you have any queries.
Regards,
Venkat.