Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #104687
    gunti anji
    Participant

    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

    #104689

    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/

    #104693
    gunti anji
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.