Hello, I have a two part question...I have a radGrid with an Edit LinkButton, this places the Grid into editting in-place...which is the desired effect. However I have a need to have a second Edit button (Push Button).
1. Can I have another Edit Button that also places the Grid into Edit mode via Popup.
2. While is popup edit mode can I place additional fields on the popup that are not one of the Grid Columns. Essentially I'd like to turn the popup into a Dialog box, the popup will capture some user input then when they click 'Update' I perform some operations using the data they inputted, Alternatively they can press cancel which would take them out of Edit mode.
Thank you
1. Can I have another Edit Button that also places the Grid into Edit mode via Popup.
2. While is popup edit mode can I place additional fields on the popup that are not one of the Grid Columns. Essentially I'd like to turn the popup into a Dialog box, the popup will capture some user input then when they click 'Update' I perform some operations using the data they inputted, Alternatively they can press cancel which would take them out of Edit mode.
Thank you