Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
Databinding to a collection with a enumeration property
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jon, post: 4262052"] I have a class that has properties; "value","description" and "type". The first two are string properties, but "type" is a enum type. I create the instances of my class and put them in an Arraylist, then bind that to a datagrid. The datagrid displays "value" and "description", but not "type". I assume because it is an enumeration. Can the DG be made to display this property? Thanks a lot!! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
Databinding to a collection with a enumeration property
Top