Hi
I have a problem where I am hiding some columns but as soon as I edit a record the hidden columns become visible again.
Before :
After editing :
The grid is using livebindings to connect to an FDMemTable.
Is there a way to fix this ? I can redo the procedure that makes the columns invisible after post but it takes too long.
Thanks
Pieter
(Pieter)
2
Hi,
Hidden columns in combination with LiveBindings is currently not supported.
You will need to create a query that returns only the columns needed in the application.
We have already added this on our feature request list.
Kind Regards,
Pieter
Thanks Pieter. Unfortunately I cannot limit the returned columns due to other constraints so I will use my work around for now.