Hello ,
I am new to telerik tool and upgrading the old asp.net application to WPF browser application which extensively uses the grid view control.
I am trying to replicate following functionality from old application to new application and not sure what is the best approach and how to do it .
1.Grid view is binded to database object and based on the certain value present in particular field I need to show the edit button in each row, If that value is not present then I need to hide the button.
2. On click of this edit button, I need to show the update and cancel button in place of edit button as well as show the combo box with selections in different column (only this column need to be editable).
Thanks
Andy