Hi,
I'm using FNCGrid and FNCGridDatabaseAdapter to display the content of a SQLite table.
Two of the fields are Float values for Quantity and Unit Price that should be both editable
None of them are displaying decimals as I would expect
For Price, I'd like to get the € sign as well. But if I'm using HTMLTemplate property to get it, the field is no longer editable.
How can I get these two columns correctly formatted and keeping the editable capability ?
In addition, I'd like to use FNCCheckGroupPicker to expose a filter allowing multiples choices. How can I link the FNCCheckGroupPicker.Items with a table records ?
Thanks