how to add html form element conditionaly in datagrid

Hello friends,

i would like to take your help for how to “add html form element conditionaly in datagrid”.

If possible then give me any example related with this with html event handling inside the datagrid that handle event on the click of button inside grid.

I would like to add html element at any arbitrary row of grid.

Thanks ahead…

Thanks & Regards,
Jaymit
(Web Programmer)

Hi all!

I am too looking for an example by which I can add html input elements from the xml generated by database at a particular row of a grid. eg: checkbox, button (handle onclick event & call a javascript function) ,etc.

Thanks!!

Zedr

You can insert any html into grid cell

<cell><[!CDATA[<input type='button' value='mybutton' />]]></cell>