A cell has child control, label...etc.
How to set value to label control?
help me, please.
Hi,
You should data bind the label's properties to whatever value you want to display. You can see an example of data binding a custom element in a cell here in the documentation.
Josh