Hello All:
I have a context-menu on a grid. I have a non data-key (the 'lblStatus'), that I would like to cancel or continue the context menu. So during the standard 'RowContextMenu' javascript function, I need to a reference to 'lblStatus'. I believe that the following gets the data grid row.
How do i obtain a reference to the status value?
Thanks.
Phil
I have a context-menu on a grid. I have a non data-key (the 'lblStatus'), that I would like to cancel or continue the context menu. So during the standard 'RowContextMenu' javascript function, I need to a reference to 'lblStatus'. I believe that the following gets the data grid row.
var dataItem = Sender.get_masterTableView().get_dataItems()[index]; |
How do i obtain a reference to the status value?
Thanks.
Phil