P
Peter
Cor Ligthert said:Peter,
In my idea to debug this you should break your control down.
Start with a new one and add first the members that don't work in your
idea and debug them than, that mostly brings you to a solution. If you do
that, than you make it as well possible to send that small part to the
newsgroups so that Kevin or somebody else including me, can try your
problem as well.
Cor
I have found the problem, the problem was the DataGrid itself was set to
ReadOnly, the columns and ColumnStyles were set to ReadOnly = false, but I
guess that does not override the DataGrid readonly property, I though that
it did.
Thanks everyone for your help.