Hello friends,
I have a RadGridView in which I want to give Edit as the last column. I want it to be either a link or a button so that when I click on Edit(which is there as the last column value for all the rows), I can display a page in which I can give provision for editing the fields. I cannot use inline edit option since I cannot display all the columns of the data source in the grid. But when user clicks on Edit, the user must be able to edit all the fields of the data source rather than what is being displayed in the grid. How can I do this??
When I did a search I found that GridViewCommandColumn can be used for similar purposes but I don't know how to add this coulmn through xaml.
Please help.
Thanks in advance
Priya
I have a RadGridView in which I want to give Edit as the last column. I want it to be either a link or a button so that when I click on Edit(which is there as the last column value for all the rows), I can display a page in which I can give provision for editing the fields. I cannot use inline edit option since I cannot display all the columns of the data source in the grid. But when user clicks on Edit, the user must be able to edit all the fields of the data source rather than what is being displayed in the grid. How can I do this??
When I did a search I found that GridViewCommandColumn can be used for similar purposes but I don't know how to add this coulmn through xaml.
Please help.
Thanks in advance
Priya