Custom DataGridColumnStyle in DataGrid Problem

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
 
P

Picho

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top