Grid event handler on click

Is there a click event handler that allows us to get the contents in one of the columns in selected row?

Following is the code I added in reference to Kendo UI:
fd.control("SPDataTable2").widget.options.selectable = "row";
fd.control("SPDataTable2").widget.options.navigatable = "true";
fd.control("SPDataTable2").widget.setOptions(fd.control("SPDataTable2").widget.options);

Thanks.

Hello @W.T,

You can create a button to get the value of the specific column of the selected item/items. Please find the example in the Send selected items to Flow on button click article.