coro alignment

Dear support,



I am using the dhtml grid with coro column type.







-200

1





"







In the above sample, I am putting the   for showing the border in grid. otherwise the grid show without the border.here the problem is option list show   as a option instead of blank space. If i put the blank space it also show without border. how can hide   from user view.



thanks,



karthik


If you not plan to use HTML inside your options, you can try to use “corotxt” type of cell instead of “coro”, it works the same , but accepts only text values



mygrid.setColTypes(“ro,corotxt”);


-200
1






The whitespace used as options will be correctly preserved, so IE will render correct borders around the cell and in the same time it will be shown as plain whitespace in options list.