I was looking at this page https://www.telerik.com/kendo-react-ui/components/grid/selection/ with the intention of using
getSelectedState
But I was getting this error when I tried to implement:
"@progress/kendo-react-grid"' has no exported member 'getSelectedState'
I eventually found a github page where someone said that "getSelectedState" is available with the version - 4.6.0" but I am using a previous version.
The changelog does not mention anything specific for "getSelectedState".
Is there anyway to found out which version has the component functionality? If I hadn't found the github page I would not know which version has "getSelectedState".