Home › Forums › WinForms controls › Xceed Grid for WinForms › insert control in cell and make drag and drop
-
AuthorPosts
-
#14887 |
i have a xceed grid and i need insert usercontrol in differents cells then i want take the control an pass this to another cell, is this possible? some example?.. regards
Imported from legacy forums. Posted by garciag8 (had 1745 views)
You can create a similar control in the other cell, and pass the value from one control to the other.
Here is more details from the online help documentation on how to create our own control using the CellEditorManager and CellViewerManager.
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/cellviewermanager_and_celleditormanager_extensions.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/cellviewermanager_and_celleditormanager_extensions.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/deriving_from_the_celleditormanager_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/deriving_from_the_celleditormanager_class.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/celleditormanager_protected_members.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/celleditormanager_protected_members.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/trackbareditor_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/trackbareditor_class.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/deriving_from_the_cellviewermanager_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/deriving_from_the_cellviewermanager_class.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/cellviewermanager_protected_members.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/cellviewermanager_protected_members.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/booleanimagetextviewer_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/booleanimagetextviewer_class.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/paintingviewer_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/paintingviewer_class.htm</a>
<a href=”http://doc.xceedsoft.com/products/gridNET/doc/sources/trackbarviewer_class.htm”>http://doc.xceedsoft.com/products/gridNET/doc/sources/trackbarviewer_class.htm</a>Imported from legacy forums. Posted by André (had 2872 views)
-
AuthorPosts
- You must be logged in to reply to this topic.