Datagrid problem

  • Thread starter Thread starter Ajay Bhalerao
  • Start date Start date
A

Ajay Bhalerao

I am moving various control on datagrid by catching
currentcellchanged event and leave event of corresponding
control.However problem is i have to click first on a
particular cell to move a specific control to the cell and
then i have to click again to set cursor on the same
control.
Could anybody tell me to do this in single event?
Thanks in advance.
Ajay
([email protected])
 
Hi,

If you need to host controls in cells of the DataGrid, you seem to be on the
wrong way. It would be much better to implement custom DataGridColumnStyle
for that purpose.
 
hi,
could you tell me how to do implement custom implement custom
DataGridColumnStyle?
thanks.
Regards,
Ajay
 
Back
Top