Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
ValueList
posted

Hello. I'm currently trying to upgrade a infragistics webGrid 14.2. I'm having problems getting the  code below to work:

Dim EmployeeName As Infragistics.Web.UI.GridControls.ValueList = wdgAssignments.Columns(EmployeeIDColumn).ValueList         EmployeeName.DataSource = UnitDataset1     EmployeeName.DataMember = "Employee"       EmployeeName.ValueMember = "EmployeeId"       EmployeeName.DisplayMember = "FullName"      EmployeeName.DataBind()

What should I used since Type infragistic.web.ui.Gridcoontrols.Valuelist is not defined.

Parents Reply Children