I'm using Kendo Grid on an existing HTML table which is fine.
I'd like to do other stuff with the data. I've figured out how to get the dataItem for a selected row, but I'd also like to use the entire data source (i.e. the 'converted' HTML items) on the dataBound event.
I'm sure this is pretty simple, I just don't know where to look for the 'raw' data.
Any advice greatly appreciated.
dataItemanddatasourcefor particular gridrowright? - Jaimin