Hello,
I am using the radgrid and radeditor in my page.
When the user click on a row in the grid a particluar column's data should go to the editor and the user can edit the text from the editor based on the permission and then hit on the update button to save the data to the database and then refresh the radgrid. I have put both the controls into an Ajax Manager.
My problem here is.
1) After editing the text, when I click on update, Editor's SubmitClicked event is firing, but when I give the command radeditor.html I am not getting the latest value from the editor, rather its giving me the initial value which came from the grid column. Is there something I am missing?
2) Based on the permission, I want to disable the submit button, how do I do that.
Thanks
Viji
I am using the radgrid and radeditor in my page.
When the user click on a row in the grid a particluar column's data should go to the editor and the user can edit the text from the editor based on the permission and then hit on the update button to save the data to the database and then refresh the radgrid. I have put both the controls into an Ajax Manager.
My problem here is.
1) After editing the text, when I click on update, Editor's SubmitClicked event is firing, but when I give the command radeditor.html I am not getting the latest value from the editor, rather its giving me the initial value which came from the grid column. Is there something I am missing?
2) Based on the permission, I want to disable the submit button, how do I do that.
Thanks
Viji
