Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 :)

What I don't know keeps me excited...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...