sethindeed Posted February 24, 2003 Posted February 24, 2003 I have two grids on a form. The second one is linked to a table, so no problems here. The first one needs to have four columns. User can add and remove rows at will. It is a query builder that is used to filter the records shown in Grid2. My problem... The first grid do not need to be connected to a datasource. Somebody told me on this forum to use the listview instead. Great ! But I also need to make a combobox appear each time the user clicks on a cell. Then, I have been told that vb.net can't access to listview subitems. Wow ! I am heading back to datagrid, but with all the searches I have made, I am still unable to add a simple stupid column without having my grid linked to a datasource. Aren't there any flexible controls around like the old VB6 MSFlexGrid ? What I want to do is really simple but the .net components are so linear that I am unable to achieve the simpliest task Any hints ? thx :) Quote What I don't know keeps me excited...
*Gurus* divil Posted February 24, 2003 *Gurus* Posted February 24, 2003 I think you can find a powerful flexgrid for .net at http://www.componentone.com . Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
sethindeed Posted February 24, 2003 Author Posted February 24, 2003 thx Divil ;) I will try to work on datagrid one more week and if I get frustrated enough, I will download this component Quote What I don't know keeps me excited...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.