or
protected void RadListView1_NeedDataSource(object sender, Telerik.Web.UI.RadListViewNeedDataSourceEventArgs e) { List<Business.Logic.BusinessObjects.AssociationRequest> lst = new List<Business.Logic.BusinessObjects.AssociationRequest>(); lst = requestManager.GetArtistRequests(this.CurrentArtistID, false, this.CurrentPage, this.PageSize); if (lst.Count > 0) { this.RadListView1.DataSource = lst; } else { if (RadListView1.DataSourceID == "") { RadListView1.DataSource = new string[] { }; } } }TargetFolder="~/dateien" and
TargetFolder="./dateien" and also in code behind:
rauUpload.TargetFolder = Server.MapPath("~/dateien");
I have this working:
<telerik:GridDropDownColumn
DataField="epp_clientsid"
DataSourceID="sdseppclients"
HeaderText="EPP Client"
ListValueField="epp_clientsid"
ListTextField="name"
DropDownControlType="RadComboBox"
EmptyListItemText=" "
EnableEmptyListItem="true"
EditFormColumnIndex="0" />
if i remove this line:
EmptyListItemText=" "
or set the value to en empty string
the displayed text in the list is
(or &nbsp; in codeview)
i have this after update to "Telerik.Web.UI, v.2011.2.712.40 (Dev) [InstallFolder]"
any ideas, anyone?
Marcel
<tcontrol:RadEditor runat="server" AllowScripts="true" ContentFilters="None" StripFormattingOnPaste="NoneSupressCleanMessage" StripFormattingOptions="NoneSupressCleanMessage" RadControlsDir="rad" id="radDescription">Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Tue, 2 Aug 2011 05:14:40 UTC
Message: 'Telerik.Web.UI.RadTreeView' is null or not an object
Line: 524
Char: 202
Code: 0
URI: http://www.telerik.com/help/aspnet/tabstrip/radtabstrip-telerik.webcontrols.radtabstrip-tabclick_ev.html
Message: 'null' is null or not an object
Line: 127
Char: 34
Code: 0
URI: http://www.telerik.com/help/aspnet/tabstrip/radtabstrip-telerik.webcontrols.radtabstrip-tabclick_ev.html