We upgraded our Telerik components from 2011.2 to 2012.3. We use the client side row selecting(ClientEvents.OnRowSelecting)
and row selected(ClientEvents.OnRowSelected) events to let other components react on the row selection.
With the new components we have two problems by selecting rows with shift pressed:
1. the given DomEvent by the eventArgs only provides the property "CtrlKey" so we can not detect anymore if the row select events are triggers for a single row or for multiple rows(by shift pressed).
2. for the row which is clicked with shift pressed we want to know which cell was clicked by using the domEvent.scrElement or domEvent.target.
Can you help me with this to make it work as before?
With the new components we have two problems by selecting rows with shift pressed:
1. the given DomEvent by the eventArgs only provides the property "CtrlKey" so we can not detect anymore if the row select events are triggers for a single row or for multiple rows(by shift pressed).
2. for the row which is clicked with shift pressed we want to know which cell was clicked by using the domEvent.scrElement or domEvent.target.
Can you help me with this to make it work as before?