Hi
Hi,
I want to use Preview (TcxGridPreview) of cxGrid, to show an extra text line related to a record, the extra text line is being held in a calculated field.
I have associated the calculated field to Preview.Column and set Preview.Visible to True, but can't see what I would expect, i.e. an extraline following record, what am I missing
Thanks,
Asim
I want to use Preview (TcxGridPreview) of cxGrid, to show an extra text line related to a record, the extra text line is being held in a calculated field.
I have associated the calculated field to Preview.Column and set Preview.Visible to True, but can't see what I would expect, i.e. an extraline following record, what am I missing
Thanks,
Asim
Is the field of type fkInternalCalc or just fkCalculated? It might need to be InternalCalc I think.
ReplyDeleteRichard Stevens on changing field type to InternalCalc, it gives field not found error
ReplyDeleteGot it, It works great now, the issue was that calculated field was not being populated :)
ReplyDelete