Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
102 views
I have a RadGrid control on my webform and I wanted to just make each row white background colored. But when I do the following
    <form id="form1" runat="server"
    <div> 
    <asp:ScriptManager ID="sc" runat="server"
    </asp:ScriptManager> 
        <telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="true" OnNeedDataSource="uxShoppingCart_NeedDataSource"
        <AlternatingItemStyle BackColor="White" /> 
        </telerik:RadGrid> 
    </div> 
    </form> 


I get a 1px line on the bottom of each Alternating Row. So I have a gray line at the bottom of every 2 lines!
How do i get rid of the line?
Thanks

thdwlgP
Top achievements
Rank 1
 answered on 26 Mar 2009
2 answers
120 views

Hi,

I've been trying to programmatically change the upload path for the editor based on a project_ID field which I'm pulling from the querystring.  For some reason, when I try to do this and try to use the Document Manager in the RadEditor, after an upload is completed, the document manager doesnt seem to refresh correctly and all I see is the folder path but no contents.  I have to literally double click on the up arrow to go up one directory and then back into the original directory to see the refreshed file contents.

Below is my the vb.net code on the code behind for the page that holds the radEditor:

 

Dim

 

uploadDocuments As String() = New String() {"~\uploads\" & project_ID & "\docs"}

 

RadProjectDescription.DocumentManager.UploadPaths = uploadDocuments

RadProjectDescription.DocumentManager.ViewPaths = uploadDocuments

RadProjectDescription.DocumentManager.DeletePaths = uploadDocuments

uploadDocuments =

New String() {"~\uploads\" & project_ID & "\media"}

 

RadProjectDescription.MediaManager.UploadPaths = uploadDocuments

RadProjectDescription.MediaManager.ViewPaths = uploadDocuments

RadProjectDescription.MediaManager.DeletePaths = uploadDocuments

It seems to refresh fine when I use a static path for the uploads.  It must be something I'm doing wrong.  Any help would be appreciated.

Lam
Top achievements
Rank 1
 answered on 26 Mar 2009
1 answer
133 views
I want to offer my users a dropdown of predefined text in the toolbar so that when they select one, it will populate the content area of the RadEditor with the value of the dropdown item. How can I do this?
Rumen
Telerik team
 answered on 26 Mar 2009
5 answers
214 views
RadEditor becomes unresponsive when inside an UpdatePanel in Firefox 3.0.6. You can see this behavior on your demo site on the spell checker demo. To duplicate this error, select "Multiple Dictionaries", which causes a partial page postback. Now try to use the editor. The only usable portion of the editor for me is the "Html" and "Preview" tabs. After navigating to either, when you navigate back to "Design" view the editor is usable again. If the ToolbarMode is set to ShowOnFocus, the toolbar will also be usable again. Is this a know issue? Is there anywork around?

From your demo site:
<asp:ScriptManager id="ScriptManager" runat="server"/>     
     <asp:UpdatePanel id="UpdatePanel1" runat="server"
        <ContentTemplate> 
        <div class="bigModule"
        <div class="bigModuleBottom"
                <table width="100%"
                    <tr> 
                        <td valign="top" class="text"
                            Choose tools file: 
<asp:radiobuttonlist repeatdirection="Horizontal" cellpadding="0" cellspacing="0" 
OnSelectedIndexChanged="RadioButtonListDictionaryMode_SelectedIndexChanged" 
cssclass="text" id="RadioButtonListDictionaryMode" 
runat="server" autopostback="True"
             <asp:listitem value="SingleDictionary" selected="True">Single Dictionary</asp:listitem> 
                                <asp:listitem value="MultipleDictionaries">Multiple Dictionaries</asp:listitem> 
                            </asp:radiobuttonlist> 
                        </td> 
                    </tr> 
                </table> 
            </div></div
            <telerik:radeditor runat="server" ID="RadEditor1" SkinID="BasicSetOfTools" Height="400px"
     <Content> 
     <img alt="product logo" src="../../Img/productLogoLight.gif" />is the successor of the well known industry standard Editor for ASP.NET. The tight integration with ASP.NET AJAX and the powerful new capabilities make Telerik's WYSIWYG Editor a flexible and lightweight component, turning it into the fastest loading Web Editor. Among the hottest features are: 
     <ul> 
                    <li><em>Single-file, drag-and-drop deployment</em></li
                    <li><em>Built on top of ASP.NET AJAX</em></li
                    <li><em>Unmatched loading speed with new semantic rendering </em></li
                    <li><em>Full keyboard accessibility</em></li
                    <li><em>Flexible Skinning mechanism</em></li
                    <li><em>Simplified and intuitive toolbar configuration</em></li
                    <li><em>Out-of-the-box XHTML-enabled output</em></li
                    </ul> 
     </Content>           
     </telerik:radeditor> 
     </ContentTemplate> 
     </asp:UpdatePanel> 


Thanks,
=Joshua
Rumen
Telerik team
 answered on 26 Mar 2009
4 answers
187 views
I have a 3 level Hierarchical RadGrid.  I want to be able to color the row of the 1st level if a value on the 3rd level (column1== complete) is complete then color the row green.  I followed this demo right here: http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarativerelations/defaultcs.aspx.

thanks!
dev79
Top achievements
Rank 1
 answered on 26 Mar 2009
1 answer
96 views
Is it possible to call RadEditor through visual Basic 6.0. Actually i am working on a project which need a editor that would be able to manage text/images and tables.
How can i call RadEditor from visual basic 6.0

Thanks
Ravi Bhushan
Rumen
Telerik team
 answered on 26 Mar 2009
1 answer
80 views

Hi,
When im adding an image that is bigger then the editor's content frame and then clicking on the image,
the image boundaries are seen outside the editor's content frame.
Is there a fix for that or some workaround to avoid this?

Thanks in advanced

Rumen
Telerik team
 answered on 26 Mar 2009
1 answer
93 views
Hi ,

I want to reset the tooltip manager control when I will hide it from java script.

function

HideToolTip() {

 

var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();

if (tooltip)

{

tooltip.hide();

 

}
}

Tsvetie
Telerik team
 answered on 26 Mar 2009
4 answers
159 views
Is there a way to remove the thin white line (border) around the content (iframe) of the window?

You can see it first hand even in the the demo...

In the demo change the url to www.telerik.com (since it has a black background).


Thanks,
Stephen
Stephen
Top achievements
Rank 1
 answered on 26 Mar 2009
7 answers
298 views

I have created a Web User Control (.ascx) file that contains a tooltip for a <asp:Label> element.  After inserting multiple of the user controls onto a page, the tooltip works correctly in IE and Firefox, but fails to show up at all in Chrome and Safari.  In the Page_Load routine for the User Control, I generate a unique id for each instance of the control and set the 'TargetControlID' value of the tooltip and the 'ID' value of the Label to a this unique id.   Any help here would be appreciated.  I have lots of tooltips working in .aspx pages and have never ran into this issue.
Tsvetie
Telerik team
 answered on 26 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?