Hello together,
i have a question:
my iGrid is setup like this:
selection mode: multiextended
RowSelectionInCellMode: multiple rows
RowHeaders: visible = true
When i now select some rows (f.e. with STRG + click) and then right click on any row header row the selection is gone.
But if i right click in any cell the selection of the rows stays.
what i want is that only left mouse click can change row selection and right click does noet.
Background is that i want to open a mouse context menu with right click and therefor the row selection should not change.
How do i have to setup my iGrid or do i have to handle an event?
best regards