Hi,
I would like to know how can we place the textbox dynamically over a datagrid.
My requirement is ;
I have a datagrid , with filles datas.And when i click on a particular cell, then a tectbox, with multline ability, should be displayed exactly in the same position as that of the clikced cell.
I tried with dynamucally creating and placing a textbox on 'cellmouse click' event.but it is getting placed on the form and not above the datagrid's clicked cell.Can anyone help me.