3.2.0

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
May 16,
Use row and column indices in the onHeaderClicked event -

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

This topic is archived.

See also:


Back to support forum