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

Creating a dropdownlist with a Guid as id

0 Answers 107 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Jean-François
Top achievements
Rank 1
Jean-François asked on 11 Jul 2013, 08:01 PM
Hi,

I'am trying to create a dropdownlist with a guid as id : 

Dim dropDownListFor = _htmlHelper.Kendo().DropDownListFor(Of Integer)(_expression) _
  .BindTo(New SelectList(_collectionValeur, "Id", "Name")) _
  .HtmlAttributes(_attributsHtml)


Id is a Guid 
Name is a String

But I'm having the following error :

System.InvalidOperationException: Templates can be used only with field access, property access, single dimension array index, or single-parameter custom indexer expressions.

Any help please ?

No answers yet. Maybe you can help?

Tags
DropDownList
Asked by
Jean-François
Top achievements
Rank 1
Share this question
or