Hi,
Is it possible to show multiple values for a data object in the same cell. I have a an object 'Stats' which contains three fields; description, total items, items processed. I'd like to show in the same cell:-
'description'
'total items'
Progress bar ((items processed / total items) * 100)
Is this possible?
Thanks
Jim
Thank you.
Hello James,
In order to place multiple controls within a XamDataGrid cell, I would recommend using a TemplateField. Doing this will allow you to define a DataTemplate for use with its DisplayTemplate, allowing you to place any number of elements within a XamDataGrid cell and binding them back to your underlying data item.
Please let me know if you have any other questions or concerns on this matter.
Note, this is using xamdatagrid