Forum Discussion
gabrieloliveira
9 years agoNew Member
Click and drag data selection
I'm building a new visual using typescript. And I need to use click and drag data selection that exists on the Windows desktop for example. The visual I'm building is a matrix , a...
- 9 years ago
I guess it is possible as in Javascript but would be quite a challenge. What is the purpose in your case? By the way, you could do multiple selection by pressing "Ctrl" button.
Eric_Zhang
9 years agoMicrosoft Employee
I guess it is possible as in Javascript but would be quite a challenge. What is the purpose in your case? By the way, you could do multiple selection by pressing "Ctrl" button.
gabrieloliveira
9 years agoNew Member
The idea would be to make a selection of many data from the matrix in the matrix would not appear the data but colored boxes representing, and would need to select dozens of them in a single selection, where the ctrl key would become a tiresome selection, I was able to build the solution in Javascript.
Thank you very much