Hi, I'm using this code straight from the offline help file:
And Chrome is returning the warning:
'Attr.nodeValue' is deprecated. Please use 'value' instead.
It is still returning the text from the cell but I'm wondering what I should be using instead? We're using version 2014.2.618.40 of the controls. Thanks.
Daniel
function GetFirstItemContactNameCell() { var masterTable = $find("<%=RadGrid1.ClientID%>").get_masterTableView(); var contactName = masterTable.getCellByColumnUniqueName(masterTable.get_dataItems()[0], "ContactName").innerHTML;}And Chrome is returning the warning:
'Attr.nodeValue' is deprecated. Please use 'value' instead.
It is still returning the text from the cell but I'm wondering what I should be using instead? We're using version 2014.2.618.40 of the controls. Thanks.
Daniel