Hi all,
I have a radGrid on my page. For each row, I have a delete button. When I click the delete button, I call a method that determines if the row in the SQL table should be deleted or not. I then want to display a simple popup that has a label and an OK button. I want to be able to change the label text to something like: "Row deleted" or "Row cannot be deleted".
Should I use the radAlert or radWindow for this? I have tried both and cannot get any popups to display. I am using AJAX on my page so maybe that has something to do with it.
Can someone show me the ASPX and code behind to accomplish what I want to do?
Thanks,
Bob
I have a radGrid on my page. For each row, I have a delete button. When I click the delete button, I call a method that determines if the row in the SQL table should be deleted or not. I then want to display a simple popup that has a label and an OK button. I want to be able to change the label text to something like: "Row deleted" or "Row cannot be deleted".
Should I use the radAlert or radWindow for this? I have tried both and cannot get any popups to display. I am using AJAX on my page so maybe that has something to do with it.
Can someone show me the ASPX and code behind to accomplish what I want to do?
Thanks,
Bob