how can i prevent the user to close the webapplication (x in internet explorer) without saving the changes in the ultrawebgrid?
elke
try it, but it only worked in IE:
<html><head> <body onBeforeUnLoad="clean_exit(this)" > something else........
Hi,
Thanks for the solution. But it doesnt talk anywhere about the UltraWebGrid. How do I find out whether the contents of the grid are changed? I have grid like excel spreadsheet.