Since I first posted this question I discovered this implementation of DataGridView by Pedro Martínez Juliá:
http://www.koders.com/csharp/fid9A7D075CC6E947ECB094F4C49E54E964D0D87082.aspxunfortunately I get 32 errors when I attempt to compile it.
Am I missing something?
Is there a working, stable version of DataGridView that I can use?
Thanks,
John.
John McD wrote:
Hi there,
I'm new to linux and mono and I'm trying to convert an existing Winforms/C# (with which I am very proficient) project to mono (which I am completely new to).
I imported the solution and have also put it through Moma. I am using KDE and opensuse 10.3.
my application is multithreaded and comprises several forms each of which contains a highly editable datagridview.
The datagridviews display a lot of rapidly changing data so I have to refresh single cells without redrawing the whole grid.
Occasionally the datagridviews must be editable.
I don't see a datagrid control displayed in the toolbox, but I see people discussing datagrids on the mono forums.
Can someone please explain to me how to get the code/components for a datagrid control and how to get started with it? Any and all help is very welcome because I;m having a hard time of it right now and need to get a proof of concept ASAP.
Thanks in advance,
John.