This question is locked. New answers and comments are not allowed.
The MouseLeftButtonDown event for a RadGridView could be captured in Q2, but does not fire anymore in Q3. Looks like it is intercepted by Telerik. It is not replaced by any other event either.
I used the MouseLeftButtonDown event to allow a user to click on a row of the gird that displayed customers. Then I would give him a function selection page, where he could select a function to be performed for the customer he clicked.
In actual fact I used the MouseLeftButtonDown event with a timer to simulate a double-click. The user could double click on a row of the customer table displayed in a RadGridView and then I would give him a function selection for the customer he picked.
Now I have no idea how to do this in Q3. Can you help? Is this a bug in Q3?
I used the MouseLeftButtonDown event to allow a user to click on a row of the gird that displayed customers. Then I would give him a function selection page, where he could select a function to be performed for the customer he clicked.
In actual fact I used the MouseLeftButtonDown event with a timer to simulate a double-click. The user could double click on a row of the customer table displayed in a RadGridView and then I would give him a function selection for the customer he picked.
Now I have no idea how to do this in Q3. Can you help? Is this a bug in Q3?