On Thu, Mar 19, 2009 at 9:36 AM, Christoph Jäger <[email protected]> wrote: > Hi,
Hi! > I have a grid, where one columns contains checkboxes. Now I want to put a > "mark all" checkbox in the header of the column (instead of the title with > the sort link). This should work somehow like overriding a grid cell (which > I already did for generating the checkbox in each row), but I couldn't find > how. Is there an easy way to do this? Supposing your grid property (column) is named checkbox: <t:parameter name="checkboxHeader">...</t:parameter> -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
