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

GridDropDownClumn wrong default EmptyListItemtext

2 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcel Härry
Top achievements
Rank 1
Marcel Härry asked on 29 Jul 2011, 08:33 PM
I have this working:
<
telerik:GridDropDownColumn 
DataField="epp_clientsid" 
DataSourceID="sdseppclients" 
HeaderText="EPP Client" 
ListValueField="epp_clientsid" 
ListTextField="name" 
DropDownControlType="RadComboBox" 
EmptyListItemText="&nbsp;" 
EnableEmptyListItem="true" 
EditFormColumnIndex="0" />

if i remove this line:
EmptyListItemText="&nbsp;"
or set the value to en empty string
the displayed text in the list is
&nbsp;
(or &amp;nbsp; in codeview)
i have this after update to "Telerik.Web.UI, v.2011.2.712.40 (Dev) [InstallFolder]"
any ideas, anyone?

Marcel



2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 04 Aug 2011, 03:37 PM
Hello Marcel,

Please download the latest internal build and let me know whether it exhibits the same problem.
Latest Internal Builds

Thanks,
Daniel
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Marcel Härry
Top achievements
Rank 1
answered on 05 Aug 2011, 10:16 AM
This helped !
Thank you Daniel
Tags
Grid
Asked by
Marcel Härry
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Marcel Härry
Top achievements
Rank 1
Share this question
or