IEditableCollectionView --> Implementation Help needed.
-
Hi All, 'IEditableCollectionView' is A good concept to deals with data adding and removing new items, as well as editing items in a transactional way to bind WPF Data Grid. Can you help me..How to implement it for WPF Data Grid ? My Requirement : I have multiple WPF Data Grid's with single data source ( DataSet Or DataTable). I want add new empty row to all datagrid's at single click (i did it partially). ** All Datagrid columns are single click editable -- done. But whenever user click on 'add' button an empty row is added to all three grid's (above said). i want to update data on button save click event. My problem is.... i am unable to get User entered data from CollectionView... if any body have good knowledge on 'IEditableCollectionView' concept...please explain me How to edit/Update and Delete rows from collection view... if you provide samples or Url's really gr8 helpful me.. Thanks in advance. Eswara G