Active.XML issue
Dear all,
I am able to successfully search a grid bound with XML data. Code is :
var colToBeSearched = document.getElementById('colSearchName').options[document.getElementById('colSearchName').selectedIndex].text;
var stringToFind = document.getElementById('txtAdvSearch').value;
var xmlDoc = table.getXML();
var nodes = xmlDoc.selectNodes("//doc/docs/" + colToBeSearched);
Once i get the records in the 'nodes', How do i make an xml doc and bind it again to the Grid.
Regards,
Cris
I am able to successfully search a grid bound with XML data. Code is :
var colToBeSearched = document.getElementById('colSearchName').options[document.getElementById('colSearchName').selectedIndex].text;
var stringToFind = document.getElementById('txtAdvSearch').value;
var xmlDoc = table.getXML();
var nodes = xmlDoc.selectNodes("//doc/docs/" + colToBeSearched);
Once i get the records in the 'nodes', How do i make an xml doc and bind it again to the Grid.
Regards,
Cris
Cris Nagle
October 20,