Custom DataGridColumnStyle in DataGrid Problem

  • Thread starter Thread starter Picho
  • Start date Start date
P

Picho

Hi everyone,

I have followed the example on MSDN:
http://msdn.microsoft.com/library/d...windowsformsdatagridcolumnstyleclasstopic.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
 
seems like the datagrid is not calling the commit method after losing focus
from a new-line-cell...
 
Back
Top