Closed msssk closed 4 years ago
Fixes #1011
When a selected row or cell is clicked on (or focused and spacebar pressed) dgrid will deselect it (and fire a deselect event) and re-select it (and fire a select event). This PR prevents the unnecessary deselect/select process.
Fixes #1011
When a selected row or cell is clicked on (or focused and spacebar pressed) dgrid will deselect it (and fire a deselect event) and re-select it (and fire a select event). This PR prevents the unnecessary deselect/select process.