Queries |
Solutions | |
Is it possible to right click on a Group Caption Control and then itterate through the items in that group |
Your requirement can be achieved by using CellClick event in SfDataGrid. Please refer the below codes snippet,
For more information related to CellClick event, please refer the user guide documentation, | |
is it possible to right click and perhaps update something in each of the 3 rows underneath programatically ?
|
Your requirement can be achieved by customization the CellClick event in SfDataGrid.
For more information related to Editing, please refer the user guide documentation, UG Link: https://help.syncfusion.com/windowsforms/datagrid/editing#change-a-cell-value-programmatically
|