Hi,
I am quite new to the xceed wpf datagrid and this problem is quite crucial for me. So please help!!!!
My grid is bound to a xml. Whenever i update the grid, i send a message to the server and i get a new xml from the server, to which i need to bind my grid to.
In my project about 100 rows are created on the screen, of which only 10 are visible on the screen at a time, Let's say the user is now on rows 40 -50 and makes a change on 45th row. Now, how is it possible that only 45th row gets updated and the whole screen is not refreshed.
How can i bind the grid's itemsource to just the xml node having changed value.
Thanks
Kunal