Hello,
I'm actually using telerik radGrid and I have buttoncolumn that had delete button. I can attach confirm box on delete but I want to have it popup a Prompt where user has to enter "YES" in order to delete the record. since the arg returned is on client side, how do I achieve this on the server side? I.e. pass the value entered in prompt and check the value on server side and if it's "YES" then delete the record, otherwise not?