Hi
I have a checkbox as a cell in one of my gridviews. if you double click it, the chech box will hides.
how can I disable double click , to prevent hiding the checkbox?
I tried:
setting e.handled to true in "PreviewMouseDoubleClick" but did not work(still hides)
<telerik:GridViewDataColumn>
<telerik:GridViewColumn.CellTemplate>
<DataTemplate>
<CheckBox>
#close tags#