Home › Forums › WinForms controls › Xceed Grid for WinForms › Xceed Grid as a Cell Viewer?
Is it possible to use a Xceed Grid as a Cell Viewer?I’ve tried to do it with no luckIs there any example out there?
Thanks so much in advance
Imported from legacy forums. Posted by icdsuarez (had 1908 views)
Hello,
The grid does not implement the <a href=”http://doc.xceedsoft.com/products/gridNet/ref/xceed.grid.icellviewer.html”>ICellViewer</a> interface and therefore cannot be used (as is) as a cell viewer. If you would like to use the grid as a cell viewer, then you will need to derive from the <a href=”http://doc.xceedsoft.com/products/gridNet/ref/xceed.grid.gridcontrol.html”>GridControl</a> class and implement the ICellViewer interface yourself.
For intructions on how to implement the ICellViewer interface, you can refer to the <a href=”http://doc.xceedsoft.com/products/gridNet/doc/sources/implementing_the_icellviewer_interface.htm”>Implementing the ICellViewer interface</a> topic in the help file.
Imported from legacy forums. Posted by Jenny [Xceed] (had 2983 views)