Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › React Data Grid This topic has 2 replies, 2 voices, and was last updated 2 years, 7 months ago by gunti anji. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts April 12, 2023 at 4:19 am #104687 gunti anjiParticipant 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 April 12, 2023 at 7:35 am #104689 svetoslav_borislavovParticipant 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/ April 12, 2023 at 1:40 pm #104693 gunti anjiParticipant 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 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In