On Delphi Tokyo I am using Tbf (V 7.0.1) with TDbGrid. When editing non-filtered cell, everything is OK. When I use filter (eg. dbf.filter := 'VALUE<100') and try to edit cell in filtered table, the value in cell is changed. But after changing row (using arrow up or down), in the cell appears the original value.
Can anyone help with this "problem"? Thank you :)
Does this happen with latest snapshot, currently revision 803, from https://sourceforge.net/p/tdbf/code/HEAD/tree/?
Does it happen if you build TDbf Viewer in Lazarus and follow the equivalent steps? If so, please provide exact steps and the table files you used.