Hi folks, how are you feeling today?
I have a clientonly datasource that I am using to receive data from another view in the application, this guy has 11 fields, some has date value, others holds text, and so forth.
This datasource is bound to a dynamic form. The question is, I need to display the data source data as text (like StaticTextItem), not as controls, I mean DataSourceDateField, DataSourceTextField, and the like. How can I do that?
Every suggestion will be very appreciated.
I have tried use DataSourceField instead any specific type, but unsuccessful. By the way, I am using a ListGridRecord (a selected record in a grid from another view) to feed the data source.
Best regards,
Vitor Eduardo
P.S. Have a nice weeked.
I have a clientonly datasource that I am using to receive data from another view in the application, this guy has 11 fields, some has date value, others holds text, and so forth.
This datasource is bound to a dynamic form. The question is, I need to display the data source data as text (like StaticTextItem), not as controls, I mean DataSourceDateField, DataSourceTextField, and the like. How can I do that?
Every suggestion will be very appreciated.
I have tried use DataSourceField instead any specific type, but unsuccessful. By the way, I am using a ListGridRecord (a selected record in a grid from another view) to feed the data source.
Best regards,
Vitor Eduardo
P.S. Have a nice weeked.
Comment