-
2 Oct 2012 1:16 AM #1
changeable header in grid
changeable header in grid
Hi,
Can any one tell me how to make only one column header changeable in a grid.
I mean i have a grid having 5 columns but the first column header will change according to a dropdown.The 1st column header should change to the selected value of the dropdown.
Thanks .
-
2 Oct 2012 5:42 PM #2
You can use the following to change the text of the desired column:
Scott.grid.headerCt.getHeaderAtIndex(0).setText('New Header')
-
11 Oct 2012 3:15 AM #3
Code:this.getGrid().columns[index].setText('New_Header_Name');Thanks,
Ronz
-
12 Oct 2012 11:29 AM #4


Reply With Quote

