Is it possible to set up a datagrid with columns of absolute width AND columns 
of relative width?

I have a datagrid that will resize with the browser window and some columns 
widths can be resized by the user, but the itemRenderer buttons need to always 
be the same width(resizable='false').

i have tried various combinations of attacking this problem from manually 
resizing the columns on the DataGrid resize event, to binding the column widths 
to a function, but nothing seems to work well.

am i missing something simple? any tips/suggestions/ideas out there?

i can post some samples of failed attempts if requested. 

Reply via email to