Thanks for contacting Syncfusion support.
We have checked the possibilities to achieve your requirements. You can select row and column selection combinations together by assigning “selectionSettings->mode” option to “Both”. With the option, individual value cells couldn’t be selected. If you select any value cell, then it will be selected all of its vertical and horizontal cells.
Code Example:
|
this.gridSettings = {
columnWidth: 120,
allowSelection: true,
selectionSettings: { mode: 'Both', type: 'Multiple' },
} as GridSettings;
|
Meanwhile, we have prepared a sample for your reference. Please check the below sample link.
We hope the above sample meets your requirements.
Regards,
Sivamathi.