Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
118 views
Hello,

Color change is not saved.

For reproducing, follow the scenario above:

1. Go to the following example: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2. Change to html mode, and clear all text and change back to design mode
3. In the design mode, type some text- for example: "Hellw World".
4. Mark the text and change it color to red
5. Press enter and change the text color to blue, type some text and then press enter
6. Type some text again, you can notice that the text colored was changed to red, when it should be blue.

Thanks,
Ianko
Telerik team
 answered on 11 Mar 2014
1 answer
70 views
Hi Telerik,

I need to implement Telerik RadChart inside RadEditor's html content and preview it.  Also, I need to show the Tool tip on RadChart on preview using RadToolTipManager control inside RadEditor. Although, I know that RadEditor supports only HTML content and RadChart renders as an image but we need to implement the desired functionality.

If you have any solution/suggestion for this problem then help me out. I need to implement this functionality as soon as possible.

Thanks in Advance

Regards
Saket

Ianko
Telerik team
 answered on 11 Mar 2014
3 answers
193 views
Hi,

We are using Telerik.Web.UI.dll version 2012.2.607.35.
I would like to find out if RadEditor supports HTML5.
If it does, how can I set it up ?

Thanks

Regards
Piotr
Ianko
Telerik team
 answered on 11 Mar 2014
2 answers
314 views
Hi everyone! I'm trying to create a Grid that uses a datatable as datasource; i have defined a wcf service whose GetDataAndCount method returns datasource from a datatable when the page is loaded; now, i would like to define within this method the logic that determines which data must be returned when columns of the grid are filtered; my idea is to make filter on datatable within GetDataAndCount method, the question is how can i read from this method the filter applied to each column (and then use it to filter data in datatable)?

Regards, thanks in advance.
Vittorio
Top achievements
Rank 1
 answered on 11 Mar 2014
6 answers
438 views
I have a listbox. And I am using item template. like that

    <telerik:RadListBox ID="lbOutputColumns" CssClass="RadListBox2" runat="server"
        SelectionMode="Multiple" AllowReorder="true" AutoPostBackOnReorder="true" EnableDragAndDrop="true"
        Skin="" Width="300px">
        <ItemTemplate>
            <div class="variables-list" style="width: 300px !important">
                <span><%# Container.DataItem %></span>
            </div>
        </ItemTemplate>
        <Items>
            <telerik:RadListBoxItem Text="USA"></telerik:RadListBoxItem>
            <telerik:RadListBoxItem Text="Turkey"></telerik:RadListBoxItem>
            <telerik:RadListBoxItem Text="Greece"></telerik:RadListBoxItem>
        </Items>
    </telerik:RadListBox>

When I used 

    <%# Container.DataItem %>

 listbox doesnt show me items text. how can I get text in radlistboxitem by using item template. 
Princy
Top achievements
Rank 2
 answered on 11 Mar 2014
11 answers
855 views
I am wondering if there is a way to turn off the transparency on the rad windows.  It seems that all skins in prometheus version are semi transparent is there a way to make then non-transparent?
Shinu
Top achievements
Rank 2
 answered on 11 Mar 2014
1 answer
49 views
I using grid template column RadNumericTextBox when i enter the Amount in textbox automatically add total  sample code in client side and serverside
Radoslav
Telerik team
 answered on 11 Mar 2014
1 answer
226 views
Hi,
I'd like to create a toogle checkbox Filter for RadGrid this would hide/show rows based on one column contents  = Achieved or not.
how would i go about doing this with a RadGrid ?  
Princy
Top achievements
Rank 2
 answered on 11 Mar 2014
1 answer
122 views
I have a radtextbox whose width is 200px and a radbutton ,and an radwindow popup opens on that button but at that time the text in radtextbox hides , i dont want this to happen




Here are the 2 screenshots before and after button click 
Viktor Tachev
Telerik team
 answered on 11 Mar 2014
3 answers
370 views
Hi,

I was the ToolTip Manager and trying to get the ID from the link button through the command argument but am having difficulty with it.

Below is my code.

----Tool Tip--------

<

 

 

telerik:RadToolTipManager ID="ttManager" runat="server" HideEvent="ManualClose" Width="250" Height="250" EnableShadow="true" OnAjaxUpdate="ttManager_AjaxUpdate" RelativeTo="Element">

 

</telerik:RadToolTipManager>

------Grid Link Btn-----

 

</telerik:GridTemplateColumn>

 

Chad-

<telerik:GridTemplateColumn HeaderText="NOTES" UniqueName="NoteID">

 

<ItemTemplate>

 

<asp:LinkButton ID="lnkNote" runat="server" CommandArgument='<%#Bind("intRSPID")%>' CommandName="Notes">Notes</asp:LinkButton>

 

</ItemTemplate>

 

</telerik:GridTemplateColumn>

 

<telerik:GridBoundColumn DataField="strRSPSiteLocation" HeaderText="RSP SITE" />

 

<

telerik

:

GridBoundColumn

DataField

="strUIC"

HeaderText

="UIC"

/>

------Code Behind--------

 

 

Protected Sub ttManager_AjaxUpdate(ByVal sender As Object, ByVal args As ToolTipUpdateEventArgs)

 

Me.UpdateToolTip(args.Value, args.UpdatePanel)

 

End Sub

 

Private Sub UpdateToolTip(ByVal elementID As String, ByVal panel As UpdatePanel)

 

Dim ctrl As Control = Page.LoadControl("~/Notes.ascx")

panel.ContentTemplateContainer.Controls.Add(ctrl)

 

'Dim details As ProductDetails = DirectCast(ctrl, ProductDetails)

panel.ContentTemplateContainer.Controls.Add(ctrl)

 

End Sub

 

Protected Sub myRadGrid_ItemDataBound(sender As Object, e As GridItemEventArgs) Handles myRadGrid.ItemDataBound

 

If e.Item.ItemType = GridItemType.Item OrElse e.Item.ItemType = GridItemType.AlternatingItem Then

 

Dim RSPID As Integer = e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("intRSPID")

 

Dim target As Control = e.Item.FindControl("lnkNote")

Session(

 

"NotesID") = RSPID

 

Dim ctrl As Control = Page.LoadControl("~/Notes.ascx")

ctrl.ID = target.ID

 

If Not [Object].Equals(target, Nothing) Then

 

If Not [Object].Equals(Me.ttManager, Nothing) Then

 

'Add the button (target) id to the tooltip manager

 

Me.ttManager.TargetControls.Add(target.ClientID, (TryCast(e.Item, GridDataItem)).GetDataKeyValue("intRSPID").ToString(), True)

 

End If

 

End If

 

End If

 

End Sub

 

Thanks


Shinu
Top achievements
Rank 2
 answered on 11 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?