Hi,
"Can we insert a record in between another 2 records"
Suppose we have xamdatagrid with lots of row and we want to insert records between row5 and 6. Please let me know how to achieve this?
Please update me using code behind or any existing property
I'm looking exactly for the same solution.
I have a xamdatagrid binded to a specific collection (ObservableCollection representing class).
Who can help us?
Hello,
When your collection is ObservableCollection, you can just insert new elements directly in this collection and this will reflects automatically to xamDataGrid.
Hope this helps.
Regards
Anastas