Dundas Ultimate Grid -- enhanced Version?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Using the Ultimate Grid (UG) very successfull for years, I now want do do some custom drawing. Has anyone made an enhanced version (e.g. an OnDrawCell() handler, etc.) that I could buy/get/use? Uwe Keim See me: www.magerquark.de
-
Using the Ultimate Grid (UG) very successfull for years, I now want do do some custom drawing. Has anyone made an enhanced version (e.g. an OnDrawCell() handler, etc.) that I could buy/get/use? Uwe Keim See me: www.magerquark.de
Hi Uwe, I think the correct way is to dereive a new class from "CUGCellType" and overwrite the "OnDraw" method. I've done this in one of my projects. If you need further information, don't hesitate to contact me. Best regards Holger