hi,
i want to implement grid management feature using RadGridView in wpf using mvvm and c#. here i wanted to show an edit button (like we show in radgrid in aspx page ) but did not find any way to display the edit button .according to the requirement first we have to display the edit button on the grid.
when a user clicks on the edit button then at the bottom only the fields which are to be edited(not all the columns are editable) should be displayed in the bottom of the window. we have impmented the same in aspx by using (GridEditableItem editItem = (GridEditableItem)e.Item;) the same want to implement in wpf how to achive this.
thanks in advance.
regards
satish
i want to implement grid management feature using RadGridView in wpf using mvvm and c#. here i wanted to show an edit button (like we show in radgrid in aspx page ) but did not find any way to display the edit button .according to the requirement first we have to display the edit button on the grid.
when a user clicks on the edit button then at the bottom only the fields which are to be edited(not all the columns are editable) should be displayed in the bottom of the window. we have impmented the same in aspx by using (GridEditableItem editItem = (GridEditableItem)e.Item;) the same want to implement in wpf how to achive this.
thanks in advance.
regards
satish