if there is no data in the grid, can i show some blank rows? looks like there are some rows but no data in cells.
Hello,
You can show blank rows by adding dummy records. You can do this by adding objects of your underlying class with the default values. For example:
xamDataGrid.DataItems.Add(new Person());