or

Hi i am creating Radeditor dynamically (on the fly) in codebehind. Which is working fine in IE. But i am facing a strange issue in firefox, where only the first radeditor is loaded correctly rest of the Radeditors are not allow to edit but it;s not giving any javascript error and all the tool menu items are loaded.
Kindly help..
Thanks in advance.

<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="true" HeaderStyle-Wrap="false" EnableHeaderContextMenu="true"EnableViewState="false" AllowPaging="true" PageSize="20" Skin="Default"EnableEmbeddedScripts="false" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" RegisterWithScriptManager="false"AllowSorting="true" GroupingEnabled="false"> <MasterTableView TableLayout="Fixed" /><PagerStyle AlwaysVisible="true" Mode="NextPrevAndNumeric" /><ClientSettings AllowColumnsReorder="true" ReorderColumnsOnClient="true" ColumnsReorderMethod="Reorder" Resizing-AllowColumnResize="true" Resizing-ResizeGridOnColumnResize="true" > <Scrolling UseStaticHeaders="true" AllowScroll="true" ScrollHeight="20px" /> </ClientSettings></telerik:RadGrid>Hi
I have two radupload on my form. How can I add progress bars to both?
I have tried to look at samples but they are bit complicated for a beginner like me.
Thanks
Regards