When I add the property disjunctrowselect to true to the grid then clicking on the fixed cell of each column to select the column no longer selects that column alone but instead it selects the whole grid. If I remove the statement AdvColumnGrid1.MouseActions.disjunctrowselect:=true then I can select the column but I cannot select disjunct rows with Ctrl key. I need to be able to select multiple contiguous rows, disjunct rows with Ctrl key, multiple contiguous cols and multiple contiguous cells. Please help.
I understand there is a conflict with these settings since when I remove the disjunctrowselect=true, the col selection works fine. Are you saying that with TMS, we cannot achieve the capabilities of contiguous row selection + disjunct row selection + contiguous col selection + contiguous cell selection?
As Nancy already explained, if you set disjunct row selection, that configures the grid to always select entire rows. That means that when you select via column selection one cell in a column, it automatically selects the entire row.
Hi Bruno,
Hi Bruno,
Sorry, disjunct row selection is only enabled with grid.MouseActions.DisjunctRowSelect
Not sure why TMS cannot pertmit disjunct column selection by clicking on column headers/titles, while allowing disjunct rows selection AS_WELL by clicking on a non-header/column title. Should not be that hard to implement. TopGrid has been allowing this for years.
As already explained, this specific capability is currently not built-in. In the 17 years we offer this grid, it is the first time there is apparently a need for this. We'll consider this when working on a new release.