Guys, I have a problem with notifications and resizing columns in the interactive grid.
Column size I change in Page load:
apex.region ("dept"). widget (). interactiveGrid ("getViews", "grid"). view $ .grid ("setColumnWidth", "DEPTNO", 180);
After submitting the page (when saving data to the database or to the collection), I show the user a successful message about the end of the upload data, which also apparently occurs WHEN PAGE LOAD.
Due to the fact that I am changing the size of the column, the message freezes for only half a second, and I want it to hang for a standard 3 seconds.
Do you know where else I can resize a column or how to fix this problem?
P.S. Sorry, my english is not so good. =(