Categories | Question details Back To List | ||
set action in grid element Hello! I load data from xml. One cell is a link: <cell>AP1055^<url></cell> I want set the action on tag <a>. For example href="index.html" onclick="return myJsScript". How?? thanks a lot! Alex Answer posted by Support on Oct 01, 2008 03:22 you can use <cell>AP1055^javascript:myCode()</cell> |