VB Grid capabilities
-
Hello, I want to use a grid in VB6 that is capable of being bound to an ADO data source, and also is capable of hosting comboxes and other controls in the grid columns. Do the native Datagrid and Hierarchical FlexGrid in VB6 do this? As far as I can see, all the grids that come with VB are incapable of "hosting" other controls. Any comments or recommendations? Thanks, Trimtrom
-
Hello, I want to use a grid in VB6 that is capable of being bound to an ADO data source, and also is capable of hosting comboxes and other controls in the grid columns. Do the native Datagrid and Hierarchical FlexGrid in VB6 do this? As far as I can see, all the grids that come with VB are incapable of "hosting" other controls. Any comments or recommendations? Thanks, Trimtrom
here is a free listview that can handle that: http://vcreations.net/product.asp?pid=1[^] here is a free grid: http://vbaccelerator.com/home/VB/Code/Controls/S_Grid_2/index.asp[^] here is a very good grid that I use in my apps where appropriate: http://www.janusys.com/janus/library/[^]