Released version 1.4.3.1570

* New Components:

RenderAsync:

– Not a component, but an whole technology that allows to the following operations in ajax/async events:

- Create, on the fly, IWControls, Regions and Frames. Their rendered script/html will be added to the current page. Currently Intraweb users need to render invisible controls/regions (and set parent's RenderInvisibleControls = True), that are changed to visible after. The script/html for these controls, is always rendered, whether they are used or not.
This new RenderAsync method has many advantages not only in lighter footprint, but also in memory usage.

- Destroy cg regions or controls in ajax events, if you don't need it anymore, cgdevtools assures that the browser is cleaned up from javascript objects, IWCL, jQuery plugins, removes hidden inputs, the html, etc..

- Replace an whole Region, with the same or new/destroyed controls.
Sometimes there are operations we want to perform in ajax, but they are just too complex to be executed in browser using solely javascript client api.

JQLockIndicator (Uses this great plugin http://jquery.malsup.com/block/)
– For Ajax/Async or Submit Events
– Lock / Indication per event is still on roadmap.

JQDialogEx
– With minimize, restore and maximize