We have inherited a project that uses RADGrid. It has both events for double and single clicking enabled.
But when DoubleClick is fired, so are Click and CellBeginEdit,...
I want to cancel Click, CellBeginEdit or others when DoubleClick is fired.
We have inherited a project that uses RADGrid. It has both events for double and single clicking enabled.
But when DoubleClick is fired, so are Click and CellBeginEdit,...
I want to cancel Click, CellBeginEdit or others when DoubleClick is fired.
I have an Inherited class Sheet from Telerik.WinControls.UI.RadGridView that I use as grid control in my project.
This resume what is needed to solve the problem:
I hope this helps!!