Is there any property that allows adding Adding multiple blank rows to xamdatagrid?
Hi Chandragupta,
While there is no property of the XamDataGrid which can be set to achieve this behavior, it is certainly possible to add ‘empty’ records to the grid by adding the associated object(s) to the collection used as its datasource.
I have constructed and attached a basic sample which demonstrates this approach for further context
If you have any further questions regarding this behavior that I may assist you with, please let me know.
Warm regards,
Chris K.