JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › React Data Grid
1.How to capture the extended row and column range selection data ? 2.How to achieve the cut, copy and paste functionalities column and row range selection
Hi,
You can get the selected rows with the getSelectedRows() method. The return type is an Array. The Elements of the Array are an Array[id, row’s object]
Here is an example: https://codepen.io/svetoslavjqwidgets/pen/rNqOpvJ
To enable the clipboard operations set the clipboard: { enabled: true } (See in the demo above)
I hope this helps!
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
Thank you so much. one more question in react grid Date Field : How do i add min and max date to prevent user not to enter the longer dates