Print Page | Close Window

[resolved] Bindingsource List(of IdeabladeEnum) and __self

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=97
Printed Date: 12-Jun-2026 at 9:59am


Topic: [resolved] Bindingsource List(of IdeabladeEnum) and __self
Posted By: Dominique
Subject: [resolved] Bindingsource List(of IdeabladeEnum) and __self
Date Posted: 28-Jun-2007 at 1:21am
Hi,

I have a Status property on myCustomer. Status is defined as an Enum in the Mapper.
I build a datagridView (with a DGVBM) and a detailview(with a CBM) both with a combo for choosing the status.
in the ListConverter wisard I choose "create List" as which result in a BindingSource object mStatusBS that I get the listSource. (The DGVBM and the CBM use now the same listSource)
In code I get a List(of Status) to populate the bindingSource but it won't work and complain not having a __Self property.
It worked earlier today maybe before I transformed the Status in an enum.

Any Idea of what is happening?

Dominique
[edit]: I removed evertything that had to do with the combo just use one combo in the details view and it kind of work now... I would appreciate any comments on wath might happen
[edit2]: I solved the problem by using an Ideablade BindaleList(Of) :-)



Print Page | Close Window