Hi I have a few questions about the file explore control,
firstly I looked a the online examples and in the getting started section it shows a section of the properties that allow you set to viewpath, deletepath ect but in my properties window in VS 2012 these are not there.
The config property is there and set to Telerik.Web.UI.FileManagerDialogConfiguration but it is not expandable, when i got to the page with the control the file explorer is there but does not work.
Am I missing something?

<telerik:RadGrid
ID="rgRisk"
runat="server"
GridLines="None"
AutoGenerateColumns="False"
ShowStatusBar="True"
Skin="Expert"
EnableEmbeddedSkins="False"
OnDetailTableDataBind="rgRisk_DetailTableDataBind"
OnNeedDataSource="rgRisk_NeedDataSource"
OnUpdateCommand="rgRisk_UpdateCommand"
OnInsertCommand="rgRisk_InsertCommand"
OnDeleteCommand="rgRisk_DeleteCommand" >
<MasterTableView GridLines="Horizontal" CommandItemDisplay="Top" DataKeyNames="Risk_Area_ID" Width="100%" NoMasterRecordsText="No Risk Areas" NoDetailRecordsText="No Risks Identified" >
<Columns>
<telerik:GridEditCommandColumn CancelImageUrl="../App_Themes/Expert/Grid/Cancel.gif" EditImageUrl="../App_Themes/Expert/Grid/Edit.gif" InsertImageUrl="../App_Themes/Expert/Grid/Update.gif" UpdateImageUrl="../App_Themes/Expert/Grid/Update.gif" ButtonType="ImageButton"><HeaderStyle Width="15px" /><ItemStyle Width="15px" /></telerik:GridEditCommandColumn>
<telerik:GridBoundColumn DataField="Risk_Area" EmptyDataText="&nbsp;" HeaderText="Risk Area" ></telerik:GridBoundColumn>
<telerik:GridExpandColumn><HeaderStyle Width="10px" /><ItemStyle Width="10px" /></telerik:GridExpandColumn>
<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" Text="Delete" ImageUrl="../App_Themes/Expert/Grid/delete.gif" UniqueName="column"><HeaderStyle Width="10px" /><ItemStyle Width="10px" /></telerik:GridButtonColumn>
</Columns>
<EditFormSettings EditFormType="Template">
<EditColumn UniqueName="EditCommandColumn1"> </EditColumn>
<EditColumn CancelImageUrl="../App_Themes/Expert/Grid/Cancel.gif" EditImageUrl="../App_Themes/Expert/Grid/Edit.gif" InsertImageUrl="../App_Themes/Expert/Grid/Update.gif" UpdateImageUrl="../App_Themes/Expert/Grid/Update.gif" ButtonType="ImageButton" ></EditColumn>
<FormTemplate>
<div>
<label class="gridlabel">Risk Area / Room:</label><telerik:RadTextBox ID="txtRiskArea" runat="server" Width="300px" Text='<%# Eval( "Risk_Area" ) %>' CssClass="gridtext"></telerik:RadTextBox>
</div>
<div>
<asp:Button ID="btnUpdate" cssclass="gridbtn" Text='<%#iif(TryCast(Container, GridItem).OwnerTableView.IsItemInserted, "Insert","Update") %>' runat="server" CommandName='<%# iif(TryCast(Container, GridItem).OwnerTableView.IsItemInserted, "PerformInsert", "Update" )%>'></asp:Button>
<asp:Button ID="btnCancel" runat="server" Text="Cancel" CausesValidation="False" cssclass="gridbtn" CommandName="Cancel"/>
</div>
</FormTemplate>
</EditFormSettings>
<CommandItemSettings AddNewRecordText="Add new area" /><RowIndicatorColumn><HeaderStyle Width="20px" /></RowIndicatorColumn>
</MasterTableView>
<FilterMenu EnableEmbeddedSkins="False" EnableTheming="True" Skin="Expert"><CollapseAnimation Duration="200" Type="OutQuint" /></FilterMenu>
</telerik:RadGrid>


<a href="http://www.somebody@test.com/">Somebody</a>