Print Page | Close Window

hiding system columns in a combobox

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=705
Printed Date: 07-Jun-2025 at 6:33am


Topic: hiding system columns in a combobox
Posted By: DataMan
Subject: hiding system columns in a combobox
Date Posted: 28-Feb-2008 at 6:52am
Is there an easy way of hiding the columns in a combo box that was created without the ideablade control binding manager?
 
I.e  TypedTable, SQLwhereclause, force SQL distinct etc.
 
Currently what I am doing is running through all of the columns and hiding all of them except the ones I need to see.  It's a lot of typing that I was hoping there is a ideablade defined property that can be used to know if the column is the data column or if it is something else.
 
Thanks
 



Replies:
Posted By: davidklitzke
Date Posted: 28-Feb-2008 at 9:41am
Not that I know of.  I don't know of a better way of doing this.



Print Page | Close Window