:: Forum >>
can we place checkbox in header !! ???
I want to use checkbox with header.
can we use checbox template in header.
why I needed this one is to give a select all option in my grid.
please help me in this regards.
either to handle header with checkbox,
or otherwise
some solution to implement select / deselect all.
nahalingam n kanakavel
Friday, February 10, 2006
You can use this code:
var v = new AW.Templates.Checkbox;
_grid.setHeaderTemplate(v, 0);
I met this problem in my project
chris
Thursday, March 2, 2006
I use this line to make checkbox into header.cells(0):
awGrid.setHeaderTemplate(new AW.Templates.Checkbox, 0,0)
Qing
Qing
Monday, March 20, 2006
i use the same code, but the checkbox is not visible in the header? Any pointers?
Raj
Monday, August 7, 2006
i can place the checkbox in the header , when checked , how to get the column header index or text ? can post the code for the reference ?
daedalus
Monday, August 21, 2006
This topic is archived.
Back to support forum
Forum search