All Tags »
DataGrid »
Foreign Key (RSS)
Sorry, but there are no more tags available to filter with.
-
Can anyone describe how to configure a DataGrid's column to use foreign key to display and edit data when the grid is bound to a IBindingList source. I haven't found any sample on this in the documentation, or on the web.
Both the main data source, and the foreign key data source is a collection that implements IBindingList. I tried to ...
-
Hi,
I would like to add to my grid a behavior which is similar to the ForeignKey mapping, but instead I wish to give ie my own DataSource.
Suppose I have a key-value collection. the key is the data being stored in the db and the value is the what needed to be displayed.
I fill the ForeignKeyConfiguration at runtime with my list, ...