04-08-2021, 09:20 PM
(This post was last modified: 04-08-2021, 09:21 PM by Alexandre Machado.)
There is nothing major which will affect the functionality. In previous versions, setting a IWGrid or IWDBGrid to invisible during an Async call, for instance, would generate a "re-render" of the grid (internally it would go through the same render methods to render the grid again, however in another - invisible - state).
Now the code is more "clever" and will only hide the grid using a faster approach (just using IW JavaScript library calls to make it invisible).
In practice, the grid should work exactly the same as before transparently.
Now the code is more "clever" and will only hide the grid using a faster approach (just using IW JavaScript library calls to make it invisible).
In practice, the grid should work exactly the same as before transparently.

