Copy link to clipboard
Copied
Hi,
I want to select multiple cells. I see datagrid.selectedIndices[1,2,3] selects a number of rows. But is there a way to select multiple cells (not necessarily complete row/columns)? something like select cell [0,1] to cell[1,2] would select four cells??
Any pointers to help resolve this query would help.
Copy link to clipboard
Copied
selectedItems is the array of selected objects.
Copy link to clipboard
Copied
can you help me as how to use this if i want to select few cells (eg. cell[1,1] & cell[2,2]) through code?
Copy link to clipboard
Copied
you'll probably need to use a custom cell renderer or the flex datagrid.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now