Flutter Syncfusion SfDataGrid Problem with single tap editing

202 Views Asked by At

The problem is that when I try to edit a cell I need to use 2 tap, first tap to select and the second to edit. The Problem is that I config editingGestureType: EditingGestureType.tap as suggests documentation. I want that editing appear at the first tap. There is something in config which is wrong? I add a video here to better understand: https://drive.google.com/file/d/1tvJeT5BWOoLifdBUNMbBs5JpmDF9ogl2/view?usp=sharing

1

There are 1 best solutions below

0
On

With version 21.2.5 there seems to be a clear improvement and editing works correctly almost always. I must therefore deduce that it is a problem of the dependency and not of the code itself