DoubleEdit CellType is not accepting same value.

Problem is not accepting first entered value when Celltype =double edit and ActivateCurrentCellBehavior =dblclickoncell and selectall.


In attached sample, consider the value is 1.00
and enter the value 15
but it will select "1.00" after enter 5 it will display 5 only. Not 15. 

value in the cell=1.00
entered value=15
display valued=5

but expected value=15.



By below  property is mandatory.

grid.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell |

GridCellActivateAction.SelectAll;

this.grid.Model.CoveredCells.Add(new CoveredCellInfo(1, 1, 3, 4))


Please refer the attached  sample



Attachment: Double_Edit_Cell_Demo_c78bc66d.7z

1 Reply

KB Kanimozhi Bharathi Syncfusion Team September 22, 2015 11:20 AM UTC

Hi Karthigayan,

We are able to reproduce the issue and a defect report has been logged already and this fix will be included in our 2015 Vol 3 release.

Please let us know if you have any query.

Thanks
Kanimozhi B



Loader.
Up arrow icon