Retreive XML element/node name of grid column
I load XML data with a random number of columns in a grid. How can I retreive the element/node name of a specific column in the onCellValidated event?
Chris Janssen
January 22,
grid.onCellValidated = function(text, col, row){
var table = this.getCellModel();
var node = table.getNode(col, row);
alert(node.nodeName);
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021