3.2.0

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
Cris Nagle
October 20,
Could anyone help me out
CN
October 21,

This topic is archived.

See also:


Back to support forum