hi,
I am trying to add a context menu to a tree grid using setContextMenu.
the problem is that it is set on the whole grid and not only records.
I want the menu to show only if i am right clicking on a record.
and not if the listGrid is empty or if it contains records but someone clicks on the blank part of the grid and not on a record.
I've seen some answers referencing to a nodeContextClick,
but I didn't really understood what it meant.
Can you help me?
I am trying to add a context menu to a tree grid using setContextMenu.
the problem is that it is set on the whole grid and not only records.
I want the menu to show only if i am right clicking on a record.
and not if the listGrid is empty or if it contains records but someone clicks on the blank part of the grid and not on a record.
I've seen some answers referencing to a nodeContextClick,
but I didn't really understood what it meant.
Can you help me?
Comment