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
380
how can i show blank row?
posted

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.

  • 69686
    Suggested Answer
    posted

    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());