I've seen this approach:
var formId = this.select().closest("tr").find("td:eq(1)").text()
The problem is that's taking a value from the grid that I assume is included in the columns collection. How do I set a datakey that's not visible in the grid and retrieve it? Is there a simple way to do that or am I just being obtuse?
var formId = this.select().closest("tr").find("td:eq(1)").text()
The problem is that's taking a value from the grid that I assume is included in the columns collection. How do I set a datakey that's not visible in the grid and retrieve it? Is there a simple way to do that or am I just being obtuse?