Hi I have a aspx page with a radGrid, i use edit mdoe to edit records.
when i click on a ButtobClumn of my grid i redirect user to another page "detailPage.aspx" and the page show the user detailed record.
I need to implement an EditButton in the "detailPage.aspx" to edit the current record. ? how can i do it ?
1) MainPage.aspx
Grid -> Click on record with id 1 -> Redirect to detailPage.aspx (show detail of record 1)
2) detailPage.aspx (show detail for record 1)
EditButton->redirect back to MainPage, with grid in edit mode for record with Id 1.
How can i implement edit button in detailPage ?
when i click on a ButtobClumn of my grid i redirect user to another page "detailPage.aspx" and the page show the user detailed record.
I need to implement an EditButton in the "detailPage.aspx" to edit the current record. ? how can i do it ?
1) MainPage.aspx
Grid -> Click on record with id 1 -> Redirect to detailPage.aspx (show detail of record 1)
2) detailPage.aspx (show detail for record 1)
EditButton->redirect back to MainPage, with grid in edit mode for record with Id 1.
How can i implement edit button in detailPage ?