Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Adding multiple blank rows to xamdatagrid
posted

Is there any property that allows adding Adding multiple blank rows to xamdatagrid?

Parents
No Data
Reply
  • 4618
    posted

    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.

    XDG_AddingNewRow_177604.zip
Children
No Data