Posted 8 July 2021, 12:56 pm EST
Hi to everyone,
I have a strange behavior. I’m using FlexGrid to show/edit data contained into my SQL table using a filtered query.
I have set _fgTable.AllowAddNew = true
If the query returns empty dataset I don’t see any rows (I think it’s correct).
But when I want to add new one, but I can’t because the grid doesn’t allow me to edit the empty new row
See “Add_Ko.PNG” image to see this beahavior.
I expected blank row as you can see in “Add_Ok.PNG” image
Thanks Alex