Guys, i have defined a griddropdowncolumn but for some reason it is not displaying the bound value. When it edit mode, i populate the dropdown with no issues. Here is my column definition in the front end:
If anyone could shed any light on this it would be great. My Telerik.Web.UI.dll version is 2011.2.915.40.
<
telerik:GridDropDownColumn
ListTextField
=
"LotDetail.LotNumber"
ListValueField
=
"LotDetail.LotNumber"
DataType
=
"System.String"
FilterControlAltText
=
"Lot Number"
HeaderText
=
"Lot Number"
SortExpression
=
"LotDetail.LotNumber"
UniqueName
=
"LotNo"
ReadOnly
=
"true"
>
</
telerik:GridDropDownColumn
>
If anyone could shed any light on this it would be great. My Telerik.Web.UI.dll version is 2011.2.915.40.