Alex could you help
Hi,
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.
I have been stuck up. If anyone knows an answer please assist
Regards,
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.
I have been stuck up. If anyone knows an answer please assist
Regards,
CN
October 21,