PDA

View Full Version : two controls in a grid column



ajith_raj
26 Jun 2009, 12:32 AM
How to place two controls in a grid column
My requirment is to display two images in a single column...

thankss........

ajith_raj
26 Jun 2009, 3:23 AM
The above said problm can be soved by the following code




function showIcon2(value,p,record){

return "<img class='doc-link' src='js/extensions/resources/images/down2.gif' onclick='showAlert1()';/>" +
"<img class='doc-link' src='js/extensions/resources/images/tick.jpg' id='2'/>"
}


I have one more problem::

i want to pass a parameter throught the onclick method..
For eg:



onclick='showAlert1(value)
But this did not work....pls help me to solve this......

thankssss