Browse By Tags

  • Accessing each cell of a multi-row XamDataGrid

    Good Morning 

    So I have the following multi-row XamDataGrid. Each Column is an attribute of an external database table. What I need to do is access each cell and extract it in string form in order to save it to the data base. How can I do so?

  • Adding a new line of records in a XamDataGrid

    Good morning 

    So I have the following XamDataGrid

    What I need to do is check if all the cells in the first row are not empty, a new second row will appear beneath the first row so that when I want to save multiple rows to the database it would be possible…