This is a migrated thread and some comments may be shown as answers.

problem about change row in GridView

1 Answer 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
tuan
Top achievements
Rank 1
tuan asked on 06 Sep 2010, 05:03 AM
Hi All!

I have Form include RadRibbonBar, RadGridView (some data for test).

I have problem about change row in GridView. When I Click on GridView for change row and show one message (RadMessageBox), Then RibbonBar can not effect by mouse hover. But Change row by Keyboard is ok

You can see my file at here

Please help me!

Thanks

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 07 Sep 2010, 03:20 PM
Hi tuan,

Thank you for contacting us. In MS Windows all mouse wheel events are received by the currently focused control. When clicking on RadGridView it becomes focused and it will handle all mouse wheel events. You have to click RadRibbonBar to change this. You can override the OnMousWheel event in RadGridView in order to change this behavior.

Should you have any other questions, please do not hesitate to contact us.

Greetings, Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
tuan
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or