Would it be possible to get a column resize event added?

I am attempting to use a Dojo Combobox as the editable cell content.  The
grid has a css style defined for edited cells that forces the combobox text
element to 100% of the column width.  That has a cool effect when editting,
but has the side effect of forcing the dropdown's button outside the
viewport for the column.  I was hoping to hook onto the column resize event
to execute a javascript function that would intelligently resize the
combobox according to the size of the column.  

Using percentages for the combobox width works, but at small and large
column sizes, you can see the imperfection in that method.

Is there another (non css expression) strategy I could use to apply a
formula to the width attribute of the input element?

Chuck
-- 
View this message in context: 
http://www.nabble.com/-Inmethod-grid--column-resize-event--tp16968211p16968211.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to