3 Answers, 1 is accepted
0
Hello Ehud Pinchas,
I presume that you are adding it on the RadGridView's cells, so the best solution that comes to my mind is to add it on RadGridView's CellLoaded event and check if the loaded cell is from this specific column.
Kind regards,
Ivan Ivanov
the Telerik team
I presume that you are adding it on the RadGridView's cells, so the best solution that comes to my mind is to add it on RadGridView's CellLoaded event and check if the loaded cell is from this specific column.
Kind regards,
Ivan Ivanov
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
0
Avi Avni
Top achievements
Rank 1
answered on 16 Jun 2011, 01:18 PM
Hello Ivan
I add the
MouseDoubleClick += RadGridMouseDoubleClick;
To the grid and I need that specific column ignore this event and the grid
Don’t get to this method
How can I do this?
Best regards
Ehud
0
Hello Ehud Pinchas,
I have prepared an example project for you that utilizes GridViewCell's CellDoubleClick event. Please, refer to it and let me know whether this approach meet your requirements.
Best wishes,
Ivan Ivanov
the Telerik team
I have prepared an example project for you that utilizes GridViewCell's CellDoubleClick event. Please, refer to it and let me know whether this approach meet your requirements.
Best wishes,
Ivan Ivanov
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