Tuesday, August 11, 2009

ADF Popup sample

I have published an ADF Popup sample at adfsamples.googlecode.com

Tuesday, January 6, 2009

How to stretch a particular column in table

Usually columnStretching="last" is used to fill the available space. But some times another column need more space to show data. ADF allows stretching a particular column by specifying the column name. I.e. columnStretching="column:address", where address is the column which need to be stretched.

adf recommends to use fixed column width, as resizing content at client side is expensive.