Hi,
I want to add a row to the grid at a particular row index. How can i do it?
Using XamDataGrid.DataItems.Add() will add the row to the bottom of the grid. I want to add the row, say at the second position.
Thanks
Varun
Got it.
Had to use XamDataGrid.DataItems.Insert()