This is a migrated thread and some comments may be shown as answers.

data binding with object data source

0 Answers 71 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vjeran
Top achievements
Rank 2
Vjeran asked on 27 Aug 2008, 07:25 AM
Hi, i am using nettiers framework and it is really cool! Well it generated strongly typed object datasource controls and they are pretty easy to use with a lot of functionality, like to get paged and stuff.
Now i am using ds that is generated from view. Well. Idea is to make db views for tables like categories or similar where we will bind treeview with.
My view returns additional column, count. Now, this doesn't work with load on demnad, with normal binding and it only works from datasource.

I think treeview really misses default control properties like ExpandMode where i would be able to set this. Then, it also miss property like CountColmnKey or something, where i could be able to set my key so initial expanded + would be visible or not. I think most of developers who will use such and control suit are also using best ORM or something like that, and they will all need to bind from code behind. When we make web user controls or such, this is something people will want to avoid (and in some other cases).

Vjeran

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Vjeran
Top achievements
Rank 2
Share this question
or