Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
60 views
Hello,

My client needs a special funtionality where in he wants to hide the "parent - RadPanelItem"  when the child "RadPanelItem" is "expanded" And when the child "RadPanelItem"  is  closed it should display the  "parent - RadPanelItem". I'm a newbie to Telerik so any form of help is greatly appreciated.

Regards,
Clement

Kate
Telerik team
 answered on 14 Nov 2011
3 answers
97 views
Ok, so I started using this control, implemented some basic web service method to handle the updates of the notification control. This all works fine. The text sent from the WebService is set and the notification is displayed. However what I would like to do is display the notification only if the text sent from the web service is not string.Empty. So logic told me to use OnClientShowing or OnClientUpdated methods to check for the text of the notification and if it's not empty allow the control to show, if it's empty use the set_cancel(true) to cancel the showing. However, when i use sender.get_text() the value is always empty. What am I doing wrong here and how can I achieve what I'm trying to achieve here?

Regards,
Sasha.
Marin Bratanov
Telerik team
 answered on 14 Nov 2011
1 answer
71 views
Hi,

This is my first attempt at using this web tool but I couldnt get the desired effect/color.... Sometimes, it wasn't even changing the color... when fine tuning... example... i tried to select a white color and it was ignoring it...  I had to change it in the css after it was generated.

Anyway my real problem is I tried to replicate a color theme from a screenshot I got from a graphic designer using the tool and although i choose picked up the color 1st attempt in using the toolfrom the dropper tool (used the hex codes ##AABBCC)... the final result was not as dark as the mock up i got.SO now I'm trying to see if I can modify the color directly on the generated output in photoshop...

I'm working on the RadWindow borders... In the zip i see png and gif files... which one of those is it radwindow using?
Can I just apply my color modification on the sprites and save it as is ?

Thanks
Bozhidar
Telerik team
 answered on 14 Nov 2011
1 answer
68 views
Hi,

I have implemented the following code to retrieve information about childnodes for parentnodes:

Dim RadTree As New Telerik.Web.UI.RadTreeView

                Dim temp As String = SessionWrapper.treeViewState
                RadTree.LoadXml(temp)

                Dim i As Integer
                For i = 0 To RadTree.SelectedNode.Nodes.Count - 1
                    RadTree.SelectedNode.Nodes(i).Selected = True
                    If RadTree.SelectedNode.Nodes.Count > 0 Then
                        ListItems.Add(QuestionComparison)
                    End If
                    Exit For
                Next i


The problem is that the countervariabel only retrieves the total amount of childnodes when the selectednode is expanded!
Why is it like this? I want to retrieve the data without expanding the selectednode.

Besides this, the method for expandingchildnodes don't work on the serverside.
Why?

/Amir
Princy
Top achievements
Rank 2
 answered on 14 Nov 2011
1 answer
198 views
Hi,

I have a page which has nested master.Uppermost master has RadAjaxManager in it.

In this page I m executing following code on onclick event of div

$find("<%=RadAjaxManager.GetCurrent(Page).ClientID%>").ajaxRequestWithTarget("__Page", "ClickSendInvites")

And in code behind file I have following code

RadAjaxManager AjaxManager = RadAjaxManager.GetCurrent(Page);
 
           AjaxManager.AjaxSettings.AddAjaxSetting(Panel1, Panel1, RadAjaxLoadingPanel1);
           AjaxManager.AjaxSettings.AddAjaxSetting(AjaxManager, Panel1, RadAjaxLoadingPanel1);

Above mentioned div is in Panel1.

When I click on the div.it is causing postback.

Regards,
Suraj Patil. 
Iana Tsolova
Telerik team
 answered on 14 Nov 2011
2 answers
131 views
Not sure if there is an issue, but I know this demo used to load with default data, it is no longer loading any data, figured I would give you a heads up. This demo:


Upload / Using RadAsyncUpload in an Ajaxified Grid    
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=upload

It looks as though the data has been removed.
James Campbell
Top achievements
Rank 1
 answered on 14 Nov 2011
3 answers
99 views
I'm trying to use a RadTextBox.

I've got code like this in the Page_Load event handler:

 

 

if (!IsPostBack)

 

{

    RadTextBox1.Text = "1";
}


This correctly sets the value of the text box control.  However, if I type something else into it on my web page, when I read the value of the text box by looking at the Text property in an event handler from an OnClick event on an ImageButton I get the original value that was set, not the value I have typed into the text box.

If I replace it with a standard ASP.NET text box, it works as expected, and I can read the value I have typed. This also only seems to happen on one of my pages.  I've got another similar page that uses a RadTextBox and works. 

Is there anything that might cause this issue?

Kind Regards, Richard
James Campbell
Top achievements
Rank 1
 answered on 14 Nov 2011
1 answer
146 views
Hello,

I have used rad grid with insert , update option using edit form template.While Add/Edit time Depending on Radio Button Selection I need to Enable , Disable Validation. Insert , Update option works perfect when validation are enable but when i am selecting option which is disabling my validation then by clicking on Insert , Update button my insertcommand and updatecommand are not working. By clicking on insert or update button it direct comes to itemcommand event not on insert or update command.

Any Idea why rad grid insert , update command not working after disabling validation?

 
Tsvetina
Telerik team
 answered on 14 Nov 2011
3 answers
191 views
How to disable all items of ToolBar in client side include separators, templates and buttons ets?

Thanks.
Kate
Telerik team
 answered on 14 Nov 2011
1 answer
85 views
Hi there, 

I am experiencing some difficulties implementing ajax across multiple controls. 

Here is my scenario:

  • Dashboard ASPX page
  • Timer
  • Statistics ASCX control
  •   Rad chart
  •       Combobox
  • Logs ASCX control
  •   Datagrid
  •     Checkbox
  • etc..

now... during the timer tick in the aspx page , i want to update ONLY the Rad chart from the statistics control and the datagrid in the logs control.

I have tried multiple things with the result of either a total page refresh or chart and datagrid not being updated.

Any help would be appreciated.

Thanks 

K
Iana Tsolova
Telerik team
 answered on 14 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?