Hello,
I am going to bind collection to xamdatagrid. When my datasource is null grid header is not display.Is it possible to display header.
Thanks
Adit Sheth
Hi,
I have the same issue, If my DataSource is null I still want to show the Header. I have specify the header fields in xaml.
Hello Adit,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
The XamDataGrid uses the type of the underlying data object that you bind to. If you are using a collection, the XamDataGrid can still display generate headers based on the type of the collection, for example :
xamDataGrid1.DataSource = new List<Person>();
Hello
Any one can give solution to me on this issue.
Any one can tell me about this issue.