Grid problems with width

Hi, I`m using Initialization from HTML table, with var mygrid = new dhtmlXGridFromTable(‘proyectos’); as show my code below, and the scroll not limit to 100%, but i delete some characters the scroll show 100%, if i add some text in columns , don�t work well, what is the problem?.. Is there a limit?

Thanks…!













































































































































































































































































































































































































































Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1 Column1
                                                                 
                                                                 
                                                                 
                                                                 
                                                                 






Grid takes the same space as source table, if you want to have grid auto-sized by columns size, you can use

<table id=“proyectos” width=“100%” gridWidth=“auto” border=“0” cellspacing=“0” cellpadding=“0”>