hi , As you tell me i do .i want 2 call a javascript function from a link
i call
mygrid.setColTypes("link,ed");
& in xml for first cell data i put
Click here^javascript:doSome()^_self
i call
mygrid.setColTypes("link,ed");
& in xml for first cell data i put
Click here^javascript:doSome()^_self
It loads grid properly & also showing me link , but when i click on link , it gives error saying incorrect xml.
Previously my xml was wrking fine ,I just added "^_self" in cell value.
Iam loading my xml using ------------------------------- "mygrid . loadXMLString()". & string is generated from java class.