I have a grid in web page. At that grid, I add an "edit all" button at command template. When user clicks it, all rows at that grid will be in edit mode. And another "update all" will update all user's change and update data into database. That works fine. Problem comes when I try to add spelling check function to it.
I add spelling check to "update all" and it works, and speeling check "update" button at a grid row and it works fine too. But when user clicks "edit all" button, all rows in edit mode. "Hidden" controls are needed for each row to hold "update" button client id, and radajaxmanager needs to add <ajaxsettings> dynamically too. I want to check with you the way I try to code is right, and please provide me some sample code to accomplish it.
Thanks
I add spelling check to "update all" and it works, and speeling check "update" button at a grid row and it works fine too. But when user clicks "edit all" button, all rows in edit mode. "Hidden" controls are needed for each row to hold "update" button client id, and radajaxmanager needs to add <ajaxsettings> dynamically too. I want to check with you the way I try to code is right, and please provide me some sample code to accomplish it.
Thanks