Das,
What do you mean by getting the cell to appear in the grid? Do you mean
you don't want the cell to be highlighted? I don't think that is possible.
You could set the TabStop property to false perhaps, which would cause the
grid to not gain focus, but I don't know if that would stop the
highlighting.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mv*@spam.guard.caspershouse.com
"Das" <Da*@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.com...
Hi,
with the datagrid c# windows app I have set the grid to readonly. I don't
want user to modify anything into the grid. with the readonly user can not
modify. But I aslo don't want the cell to appear into the grid.
I want to get rid of the cell....
Thanks in advance...
Regards,
das