percent based grid

Hi,

We are creating the dhtmlx grid from the HTML table.
Could you please let me know how to create the percent based grid.

We need to have 100% width to our grid.

Please, try to add the width 100% to your html table.
For example:

<table class="dhtmlxGrid" gridHeight="auto" name="grid2" imgpath="../../codebase/imgs/" style="width:100%">