Hi,
actually in my wpf application, users can apply changes to any rows they want and eventually when they click on a "Save" button to apply pending changes.
To acheive that, I loop into "Items" property to check any row object for a specific flag in my object. The problem I have is, if the users apply a column filter before they click on the "Save" button, some changes can be missing because they are outside the filter range.
So, "Items" property contain only visible rows in GridView. Do we have acces to another DataItemCollection that contain all the data without the filters???
Thank's
actually in my wpf application, users can apply changes to any rows they want and eventually when they click on a "Save" button to apply pending changes.
To acheive that, I loop into "Items" property to check any row object for a specific flag in my object. The problem I have is, if the users apply a column filter before they click on the "Save" button, some changes can be missing because they are outside the filter range.
So, "Items" property contain only visible rows in GridView. Do we have acces to another DataItemCollection that contain all the data without the filters???
Thank's