clearAndLoad co types

I have a grid that has 3 the combo cells. That are populated via the PHP OptionsConnector

If I add additional rows to the combo table then exit the popup window call method clearAndLoad it does not load the new combo items.

When I refresh the browser (F5) they are there. Is there a way of reloading the data with the correct info ?

Data may be cached by browser, try to user clearAndLoad like next

grid.clearAndLoad("data.php?uid="+(new Date()).valueOf());

It will add a random element to the url, that must resolve caching issue.

I tried the above and it didn’t make a difference. Also I tried to call: clearAll and then load but the same happens.

All I have is a combo table that is created via a popup ‘Project Names’. I need to add additional projects.

On exit of the popup I need to reload the table (clearAndLoad) but the old data is there and not the new data I have added.

Please share a demo link or a standalone sample where it can be checked.
The same scenario ( clearAndLoad usage ) works fine in local samples.

I have attached a file without the codebase folder as I am using the Version 4.0.3 pro.

The dump file is a copy of the database (MySql)
The index.zip file is the code.

The development environment is XAMPP v1.8.3 (Windows) PHP 5.5.9

Still having the same problem.

To overcome the issue I used location.reload(true)

Not the cleanest but works. I have been having the same issue with each subsequent version of the suite.

The current version 4.1.3 Pro still does the same it will not update the coro options unless you refresh the page.