3.2.0

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
February 10,
You can use this code:

var v = new AW.Templates.Checkbox;
_grid.setHeaderTemplate(v, 0);

I met this problem in my project
chris
March 2,
I use this line to make checkbox into header.cells(0):

awGrid.setHeaderTemplate(new AW.Templates.Checkbox, 0,0)

Qing
Qing
March 20,
i use the same code, but the checkbox is not visible in the header? Any pointers?
Raj
August 7,
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
August 21,

This topic is archived.

See also:


Back to support forum