The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
ADAdministrator 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.
ADAdministrator Syncfusion Team August 10, 2005 01:30 PM UTC
I am using version 2.0.5.1
ADAdministrator 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.