resize grid according to size of html table cell

Hi,



We are loading the grid in a table cell on an html page. We have a button on the html which enlarges the cell of the table. Now i want my grid size to change according to the table size.



The grid functionality is totally different and is not related to the html at all.



Is there a way in which we can do this?



Thanks and regards,

Vartika

You can change the size of grid container and call
    grid.setSizes()

to force grid update.

1216978953.zip (84.7 KB)