:: Forum >>

Context Menu on Header - 1

Hi,

I am facing problem in getting current Header index.
I've multi-header grid. Context menu on header 1 is enabled on some specific columns e.g. If i've 10 columns , context menu is enabled on
column 1-3 and column 6-10 only.

On click of header , i need to get current header index in order to display the contextmenu.

Please ket me know the way to get the index.


Ritu Sharma
Friday, May 16, 2008
Use row and column indices in the onHeaderClicked event -

grid.onHeaderClicked = function(event, col, row){
...
}
Alex (ActiveWidgets)
Monday, May 19, 2008

This topic is archived.


Back to support forum

Forum search