This question is locked. New answers and comments are not allowed.
Hi,
In a Grid, i'd like to add a hidden column with the ID value to each row which I can then click on and call JSON to retrieve data for a specific row. It works fine when the column is visible but I couldn't find a way to hide that column from the user? Tried using .Visible(false) but that completely removes it. Also tried to make the column style hidden BUT it still shows the column heading ID etc.
Need to retrieve the value using:
var someID = this.cells[0].innerHTML;
Thanks!
In a Grid, i'd like to add a hidden column with the ID value to each row which I can then click on and call JSON to retrieve data for a specific row. It works fine when the column is visible but I couldn't find a way to hide that column from the user? Tried using .Visible(false) but that completely removes it. Also tried to make the column style hidden BUT it still shows the column heading ID etc.
Need to retrieve the value using:
var someID = this.cells[0].innerHTML;
Thanks!