Hi,
I have column on which i show contextmenu on its header. To restrict the context men on column header I am using 'target:e-headercontent' in contextmenu items. I have a requirement to show add new column on the contextmenu , so that when the user click on that a new column is generated on the right side of the column where I clicked. So i need to get from which column I clicked the contextmenu. But when i click it from the column header, in the console of the event of contextmenuclick I am getting column as null. But if the click is from any other places other than the header on the column, I am getting the proper values for column.
Is it a bug or am I missing something?
Thanks in advance