Hi everyone,

I have followed the example on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsdatagridcolumnstyleclasstopic.asp

and it works fine, I even made my own following the example.

One problem though (so far...):

when i move around the datagrid, my controls appear and disappear fine,
except for when losing focus on a cell inside a new line (that is - adding a
new line to the datagrid while editing).

if i navigate to another cell in the same column, it disappears.
when i navigate to a cell (in the same row or not) in a different column,
the previous control stays visible...

I did not attach any code since it is availble in the link on MSDN.

thanx,

Picho

Forgot to mention: by Picho

Picho
Fri May 14 03:18:34 CDT 2004

seems like the datagrid is not calling the commit method after losing focus
from a new-line-cell...