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

[Solved] Edit cell on CurrentCellClick but not on double click

1 Answer 60 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.
Daniel Kelemen
Top achievements
Rank 1
Daniel Kelemen asked on 20 Oct 2009, 02:08 PM
Hello,

I am working on a project using RadControls GridView.
I would like to implement the following solution:

In a GridViewCell: DoubleClick -> another View opens
                             ClickOnSelected/Current, F2 -> edit cell
I've seen, there is in the latest build a property, so you can adjust the EditTriggers.

But this property does not solve my problem.
Must I write my own implementation (hacks) or it will be resolved in the future?
(For example: a DoubleClick edit trigger(?))

Thanks a lot,
Danny

1 Answer, 1 is accepted

Sort by
0
Daniel Kelemen
Top achievements
Rank 1
answered on 21 Oct 2009, 11:53 AM
Ok, I solved my problem with the override of MouseLeftButtonDown (with own DoubleClick handling) of the GridView.

Thanks,
Danny
Tags
GridView
Asked by
Daniel Kelemen
Top achievements
Rank 1
Answers by
Daniel Kelemen
Top achievements
Rank 1
Share this question
or