or
Hi,
I have three rad windows having RadAsynUpload functionality, for three buttons
Can I have one RadWindow having RadAsyncUpload but it should be accessible to all the three buttons
and the file path and file name should be returned to manipulate that file?
Pls help
<telerik:RadToolTipManager ID="rttm" runat="server" Sticky="false" HideDelay="1000" AutoCloseDelay="6000" Width="260" Skin="Vista" RelativeTo="Element" Position="MiddleRight" ShowDelay="700" AutoTooltipify="True"> <TargetControls> <telerik:ToolTipTargetControl TargetControlID="btnEditSaveAllT" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsSaveExitT" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsCancelT" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsLockAllT" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsEditTTIt" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsAdd" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="ExportLabel" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="btnActionsAddA" IsClientID="false" /> <telerik:ToolTipTargetControl TargetControlID="bowlerTableStateSave" IsClientID="false" /> </TargetControls></telerik:RadToolTipManager>Hi,
I have used the following namespace in my project.
using Telerik.Web.UI.GridExcelBuilder;
using xls = Telerik.Web.UI.ExportInfrastructure;
But it shows type are namespce ExportInfrastructure doesnt exist in the Telerik.Web.UI namespace.I have to add any reference in bin folder?
Regards,
Margret