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

[Solved] Problem when using Behavior<T> in Q2 2011

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Xinfeng
Top achievements
Rank 1
Xinfeng asked on 29 Jul 2011, 03:37 PM
Hi,

In our project, we use  System.Windows.Interactivity.Behavior<T> heavily to attach behaviors to the RadGridView. After we upgraded to Q2 2011, we have had lots of problems with those behaviors.

One major problem is that the GridView will swallow the mouse click (MouseLeftButtonDown) event and not allow us to handle it in the behavior (like button click or drag & drop). Obviously, the mouse click is not handled properly in this release of the RadGridView. Another problem is that we have a textbox in the behavior and the user input is swallowed by the GridView too (key down) too.

Could you please take a look at this problem? We are using all kinds of working around methods to avoid this problem, which are not the approaches we like. And I am sure users that are using Prism and Behavior will face this problem too.

Thanks a lot!

 

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 04 Aug 2011, 07:39 AM
Hello Xinfeng,

Generally, there were no specific changes on the way we handle the KeyDown event. I have tested the drag and drop functionality as well as attaching a behavior on a button click, but still I was not able to reproduce the issue you reported. Is it possible for you to send us a small project illustrating the problem ?

 

Kind regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
GridView
Asked by
Xinfeng
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or