[2.0] Custom DataGridView control
I am trying to get a datagridview to sync/manipulate an adodb recordset as part of a VB6 conversion project. The project itself is in VB.NET however I tend to be more productive in C# so I am working on this custom grid in C#. Back to topic, the VB6 app makes extensive use of the old APEX True Grid. While the grid appears to work via interop, it won't fire any events and that is obviously a problem.
The client will not move to ADO.NET at this point so I am stuck trying to make a custom version of the datagridview that works with ado recordsets. I can load the grid and add records that get moved to the recordset but it is sloppy and I am having problems with the grid showing duplicate rows.
Has anyone braved such a control and if so could you share your experience?
Thanks