or
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control" on all of my combos since I upgraded to Q1 2010 version, is there any reason for that?
<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Configuration-MaxUploadFileSize="100000000" OnItemCommand="FileExplorer1_ItemCommand" VisibleControls="Toolbar,ContextMenus,TreeView,Grid" Width="520px" Height="520px" EnableCreateNewFolder="true" EnableOpenFile="true"></telerik:RadFileExplorer>The CSS generated for the Grid, however, refers to two images in the "Common" folder which aren't there:
/*context menu*/.GridContextMenu_[My new skin] .rmLeftImage{ background-image:url('Common/contextMenu.gif');}.RadGrid_[My new skin] .rgExpXLS,.RadGrid_[My new skin] .rgExpDOC,.RadGrid_[My new skin] .rgExpPDF,.RadGrid_[My new skin] .rgExpCSV{ background-image:url('Common/export.gif');}