Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
145 views
Hi Telerik,

we are using single radwindow to show 3 to 4 lookups. each time it loads new page for each popup.
my problem here is,
when we load a page which having heavy content like radcombobox having 1000 values in it, window loads and closes successfully,
but when we try to open new popup(it also using same radwindow to show another page) now problem begins old page content still in radwindow so obviously it taking too much time to respond and load.
even worse is when we press backspace it going to previous loading page.

i don't want previously loaded content it should destroy that entire page when user closes or we closed from server side.

please do need full, thank you in advance.
Marin Bratanov
Telerik team
 answered on 14 Nov 2011
3 answers
66 views
Hi:
I have 2 columns that are OADate type (per RadChart).  How do I format it in a data bound column?  The column appear as a #, and when I try to set the FormatString as a date then it throws an exception.
Phil
p.s. Telerik opened pandora's box in RadChart.
Iana Tsolova
Telerik team
 answered on 14 Nov 2011
3 answers
243 views
From the example in this link: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx

Do the '?'s also apply for sqlDatasource updateCommand Parameters or only for sdsSessionDataSource parametersl? Im getting a ' use of undeclared scalar variable' error message if im passing the parameters prefixing them  with n '@' symbol. If i use ?, the error im getting is: Incorrect syntax near '?' 

Please advise
Sanele
Top achievements
Rank 1
 answered on 14 Nov 2011
7 answers
325 views
I have a RadComboBox in a PageView. When a user selects something from the combobox, I want to switch to a different PageView. However, I get the following error:

Microsoft JScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
Parameter name: element


My AjaxManager is setup with the following AjaxSetting:

<telerik:AjaxSetting AjaxControlID="cboSchedules">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="tab" />
                    <telerik:AjaxUpdatedControl ControlID="mp" />
                </UpdatedControls>
            </telerik:AjaxSetting>
"mp" is the RadMultiPage. I think this is happening because the control that starts the Ajax request, which is "cboSchedules", is hidden the action of selecting an item.

First, am I right in this conclusion? Second, how do I get around it?
Dimitar Terziev
Telerik team
 answered on 14 Nov 2011
1 answer
70 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
115 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
109 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
75 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
217 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
154 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?