Customizing Data grid
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
how could i insert images or comboboxes(dropdown list) or buttons to a datagrid in VB.NET
you can find help on how to subclass the datagridcolumnstyle object here. there are also numberous other examples of this if you search on google groups or msdn.
-jim
-
how could i insert images or comboboxes(dropdown list) or buttons to a datagrid in VB.NET
You can find many examples on the internet of how to do this, but if I were you i would go to www.rustemsoft.com and look at their product. It gives you alot of options for a datagrid and it does not cost very much. I have a class for adding a dropdown combobox to a datagrid. If you want that let me know and i will paste it to one of these responses.