jdaum
28 Jun 2007, 5:30 PM
Hi,
I got a grid filter setup as:
var filtercntr_hidden = Ext.get(tb.addDom({
tag: 'input'
, type: 'checkbox'
, size: '15'
, value: '1'
, cls: 'x-grid-filter'
}).el);
My problem is that the value field is always transported as '1', even if the checkbox is not ticked. Conversely, when I leave the value field out, there is an empty value transported, even if the checkbox is ticked.
How do I add a working checkbox filter item to a grid?
Thanks for any help.
Jochen
I got a grid filter setup as:
var filtercntr_hidden = Ext.get(tb.addDom({
tag: 'input'
, type: 'checkbox'
, size: '15'
, value: '1'
, cls: 'x-grid-filter'
}).el);
My problem is that the value field is always transported as '1', even if the checkbox is not ticked. Conversely, when I leave the value field out, there is an empty value transported, even if the checkbox is ticked.
How do I add a working checkbox filter item to a grid?
Thanks for any help.
Jochen