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
65
Problem When Adding First Row To XamDataGrid
posted

Hey there;

I just installed the hotfix to WPF 7.2 and I am seeing something odd on my grid. It is databound to a simple ADO.NET datatable object and the grid is configured to allow for adding, deleting and updating.

When the app first come up, when I finished typing a value in the first column in the new record row and hit enter,.. the new value disappears and all I am left with is an empty row. When I try to add another row, everything works fine,... this seems to be happening whenever I am dealing with the first row in the DataTable.

Help!