I'm using the wijmo grid. Within the grid if a user click on a cell I want to know the id field is.
i.e. if the header details was id, name, surname, dob
When they click on surname I need to be able to retrieve the id. Bit of a rubbish example, but I also need to use selectionMode: "singleCell",
So I don't want to select the full row just one cell, but to be able to retrieve the other cell information within that row
Any Ideas?