Hello everyone,
I am using KendoGrid in Wisej VB.NET, and I want to get the value of a specific cell when the user clicks on a row. I have already set up the grid and enabled row selection, but I am unable to retrieve the value from the selected row.
In KendoGrid, I see there are Click
and Mouse_Click
events, but I don’t know how to use them to get the current value from the KendoGrid. I am using a server-side approach
I am attaching the code where I successfully loaded data into KendoGrid. However, when I click on any row, I want to display a message with the value of Nhan_su.
Please help me. Thanks
I tried to find out but couldn’t handle it, is there anyone who can help me? I’m willing to pay the cost to do it
KendoGrid is a third party control not created by Wisej.NET. You’ll need to refer to their documentation.
A quick google search suggests that the dataItem property might be what you need here.
https://www.telerik.com/forums/how-to-get-value-id-from-datasource-by-row
https://stackoverflow.com/questions/19458695/kendo-ui-grid-get-row-values
https://docs.telerik.com/kendo-ui/knowledge-base/checkbox-selection-dataitems-selected-rows
Please login first to submit.