I'm trying to build a custom filter over the Grid widget.
I'd like to show the clicked cell value on a context menu with several filtering options.
I can get the selected datatItem on change event but I need also the clicked column so I can retrieve the field value from the dataItem.
Any ideas?
Thanks in advance.
I'd like to show the clicked cell value on a context menu with several filtering options.
I can get the selected datatItem on change event but I need also the clicked column so I can retrieve the field value from the dataItem.
Any ideas?
Thanks in advance.