Hi,
I have implemented selection on my grid in react.
When i call my api I want to change selection value but without click event, is this possible in react?
Api return some value, and i want to set selection to that specific value .. without using click event. When user click on row that's oke, but when api return samo specific value i want to set selection on grid to that specific value.. is this possible?
Selection is made according to this url:
https://www.telerik.com/kendo-react-ui/components/grid/selection/
Can give example of this if it is possible?