|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataGridView visible columnsI've had troubles with my DataGridView objects in that it is often
difficult to make columns such as key columns invisible. These DataGridViews use a BindingList as a datasource, which is loaded from an external SQL database. Setting the columns Visible property to False does not always work. After fiddling around with it for hours I've gotten others to work but still haven't figured out the source of the problem. Anyone else had problems with this and any known workarounds? Thanks, Rob Rob,
Have a look at our website, especially Ken has created a lot of samples around the datagridview. http://www.vb-tips.com/default.aspx Cor <rmgala***@galaware.com> schreef in bericht Show quoteHide quote news:1165786970.606178.48800@f1g2000cwa.googlegroups.com... > I've had troubles with my DataGridView objects in that it is often > difficult > to make columns such as key columns invisible. These DataGridViews use > a BindingList as a datasource, which is loaded from an external SQL > database. Setting the columns Visible property to False does not > always work. After fiddling around with it for hours I've gotten > others to work but still haven't figured out the source of the problem. > Anyone else had problems with this and any known workarounds? > > Thanks, > > Rob > rmgala***@galaware.com wrote:
> I've had troubles with my DataGridView objects in that it is often Here is what I did to solve this problem. I moved all the columns that> difficult > to make columns such as key columns invisible. These DataGridViews use > a BindingList as a datasource, which is loaded from an external SQL > database. Setting the columns Visible property to False does not > always work. After fiddling around with it for hours I've gotten > others to work but still haven't figured out the source of the problem. > Anyone else had problems with this and any known workarounds? > > Thanks, > > Rob are supposed to be invisible to the end of the row. That seems to have worked, but I have no idea why.
Computer Name - Best way to obtain this VB.Net
Retrieving info out of a MDB Commercial copy protection? ERROR: The state information is invalid for this page and might be corrupted How to Add *AND* Process Checkbox Column in a DataGridView? Settings in VB.NET/WinForms WebBrowser BeforeNavigate2 - What is pDisp? How to create an IDE? Creating A Movie Player? Exit Button |
|||||||||||||||||||||||