Hi All,
I was wondering, what are you supposed to do with a dataItem ?
In the grid documentation, I saw code that looked like this:
var row = this.select(); // assuming this is single select
var dataItem = this.dataItem(row);
However, I'm not sure what I can call on dataItem. How do I get the values of the selected row?
I was wondering, what are you supposed to do with a dataItem ?
In the grid documentation, I saw code that looked like this:
var row = this.select(); // assuming this is single select
var dataItem = this.dataItem(row);
However, I'm not sure what I can call on dataItem. How do I get the values of the selected row?