I have used webdatamenu in webdatagrid. when we right click a row using webdatamenu item lists are displayed. we need pass parameter using column value in that row.
please find the attached solution for your reference.
please do the needful.
Hi DayanaArul,
What parameter exactly you need to get from the grid? You can access the value of the cell clicked like this:
var value = eventArgs.get_item().get_value();
And the column clicked:
var col = eventArgs().get_item().get_column();
Hello DayanaArul,
Please let me know if you need any further assistance with the matter.