Completed
Last Updated: 26 Mar 2012 11:26 by Jesse Dyck
ADMIN
Boryana
Created on: 14 Feb 2012 06:32
Category:
Type: Bug Report
6
BUG. RadDropDownList cannot be bound to a DataSet
The following code does not bind the RadDropDownList:

DataSet ds = oLkp.GetLookupValues("matterTypeId, matterType", "tblMatterTypes", "matterType");
this.cmbMatterType.DisplayMember = "Lookup.matterType";
this.cmbMatterType.ValueMember = "Lookup.matterType";
this.cmbMatterType.DataSource = ds;
1 comment
Jesse Dyck
Posted on: 26 Mar 2012 11:26
When will this be addressed?  This is very frustrating.