We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cursor in MaskEdit cell

I am setting the gridcontrol.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell for the gridcontrol. But for MaskEdit type cells, the cursor is not displayed in the cell even if i am double clicking on the cell. Kinly let me know any workarounds for this problem.

3 Replies

AD Administrator Syncfusion Team August 10, 2005 01:29 PM UTC

What versoion of our library are you using? If I set to activate on double click in our latest code, the mask edit cell does show the cursor when you double click it. If you are using a earlier version, then you may have to handle a double click event and explicitly call grid.CurrentCell.BeginEdit to see the cursor.


AD Administrator Syncfusion Team August 10, 2005 01:30 PM UTC

I am using version 2.0.5.1


AD Administrator Syncfusion Team August 10, 2005 01:39 PM UTC

This is a defect in that version that has been corrected. You can update to the latest code, or you can handle the CellDoubleClick event, and call CurrentCell.BeginEdit at that point to work around this problem.

Loader.
Live Chat Icon For mobile
Up arrow icon