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

I'm trying to use the autocompletebox in a DNN module (07.01.02 (356)) and I can see the AJAX call going out, but when the response comes back I see the following error in the console, and the drop down doesn't show any options:   [Error] TypeError: 'undefined' is not an object (evaluating 'e.length')
_populateDropDown (Telerik.Web.UI.WebResource.axd, line 5905)
_onWebServiceResponse (Telerik.Web.UI.WebResource.axd, line 6116)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
_raiseEvent (Telerik.Web.UI.WebResource.axd, line 978)
_onWebServiceSuccess (Telerik.Web.UI.WebResource.axd, line 973)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
x (Telerik.Web.UI.WebResource.axd, line 6)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
completed (Telerik.Web.UI.WebResource.axd, line 6)
_onReadyStateChange (Telerik.Web.UI.WebResource.axd, line 6)

Thanks,
Scott
Kate
Telerik team
 answered on 07 Nov 2013
1 answer
59 views
Hi ,

I want the look and feel of both Row Field header and Column field header should be same.
For our project we are using Pivot grid and Rad Grid ,we need same look of pivot grid header as rad grid.
help me how to override the css of Pivot grid Row fild header as same like Colum header.
please see the attached file.

rowheader1.jpg  is the original out put
rowheaderneedsamelikeuniform2.png  needed output.


Thanks and Regards
Shanu
Pavlina
Telerik team
 answered on 07 Nov 2013
2 answers
140 views
Hi,

I am wondering if there is any event that can be handled to know when a node has been checked?

Thanks
César
Top achievements
Rank 1
 answered on 07 Nov 2013
1 answer
187 views
I just inherited a legacy system Web app that uses Telerik.  

I'm not absolutely sure whether this is a Telerik problem or something more basic but I thought I'd start here.

The code up til now has been maintained and compiled in Visual Studio 2010, Net Framework 4.0
I'm trying to upgrade to VS2012.  (For the moment I'm keeping it in 4.0)

The problem is as follows: Every main page has a reference to Telerik and an instance of the RadScriptManager. 
The way the system works, every page also gets to a point where it instantiates a RadWindow within the main window, which in turn loads an ASPX with a standard ReportViewer control and very little else.  Up till now this has run fine.

The RadWindow code is as follows:
                RadWindow rwReportWindow = new RadWindow();
                rwReportWindow.ID = "RadWindow1";
                rwReportWindow.NavigateUrl = "ReportViewer.aspx";
                rwReportWindow.Title = "Report Viewer";
                rwReportWindow.Visible = true;
                rwReportWindow.VisibleOnPageLoad = true;
                rwReportWindow.InitialBehaviors |= WindowBehaviors.Pin;
                rwReportWindow.InitialBehaviors |= WindowBehaviors.Maximize;
                rwmReportWindows.Windows.Add(rwReportWindow);

where rwmReportWindows is a RadWindowManager.

If I compile and run this in VS2012, when I get to the point where it tries to run the window, it crashes with the message 'The Report Viewer Web Control requires a System.Web.UI.ScriptManager on the web form.

If I add that basic ScriptManager to ReportViewer.aspx, the reports work, sometimes.  Sometimes the viewer just seems to hang/stay blank/whatever.  

In conclusion, I'm not sure what I'm dealing with here. 

Suggestions?

(I was under the impression that the RadScriptManager and the regular ScriptManager were incompatible, that you couldn't have both on the same page.)

Dimitar Terziev
Telerik team
 answered on 07 Nov 2013
1 answer
115 views
Hey Guys,

i´ve a little Problem with the RadGrid Paging Feature. We´re filling the RadGrid with different Datasources wichever Get-Parameter is in the Url. The Default page is e.g. default.aspx and the Page for all Entrys of this Month is default.aspx?filter=month.

The Problem is now, when i try to Paging, the Page Reloadet always on default.aspx and not an default.aspx?filter=month. Thereby the Grid is after Paging always filled with the Data from the Default Page and not from the second Page of the last DataSource.

Can anywhone help me, what i can do to solve this Problem?

Thanks for helping
Sincerely
Dee
Konstantin Dikov
Telerik team
 answered on 07 Nov 2013
7 answers
216 views
how to get values  from database into telerik dropdownlist ????
Bozhidar
Telerik team
 answered on 07 Nov 2013
3 answers
81 views
I have a scheduler where i have to define two or more appointment as "contiguous" (the second appointment start when the first has finished). So when I am selecting and moving an appointment, i would like to select all of them together and moving simultaneously (for example, if appointment A starts at 10.00 and finish at 11.30 and contiguous appointment start at 11.30 and finish at 13.00, if I move app A starting at 11.00 i would see that simultaneously app B is moving starting from 12.30.
Is it possible?
Bozhidar
Telerik team
 answered on 07 Nov 2013
1 answer
103 views
I have a datafield called type and it store the value of what kind of control it will use. For example, if the value is dropdownlist, I will create a dropdownlist for the user. And I am going to create a column that will create different control according to the value. If the value of current row is textbox, then this row is a textbox. Do you guys have any suggestion on how to implement it? I am thinking of template column, but I have no idea how to create the template column according to specific row.
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2013
3 answers
84 views
Hi,
When I'm try this code, it dont work in Google Chrome version 30.0.1599.101. Im use Telerik version 2013.2.717.40.
Can you see that please!!
Thanks
Percy
<telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" TargetFolder="~/Upload12/" />

 


Shinu
Top achievements
Rank 2
 answered on 07 Nov 2013
5 answers
187 views

I have an ASP.Net RadioButtonList control with AutoPostBack set to true and a server side handler for the SelectedIndexChanged event.

<asp:RadioButtonList runat="server" ID="btnAcceptReject" RepeatDirection="Horizontal" CssClass="checkboxlist borderless" ValidationGroup="data" AutoPostBack="true" OnSelectedIndexChanged="radioButtonList_SelectedIndexChanged">
<asp:ListItem Text="The edition is hereby validated for conformity to standards" Value="0" Selected="True">
</asp:ListItem>
 <asp:ListItem Text="The edition does not meet standards and still has to be reviewed" Value="1"></asp:ListItem>
</asp:RadioButtonList>

<telerik:RadAjaxManagerProxy runat="server" ID="RadAjaxManagerPRoxy1">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="btnAcceptReject">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="pnlControls" />
</UpdatedControls>
 </telerik:AjaxSetting><br></AjaxSettings>

pnlControl is a panel on the page containing controls that will be enabled/disabled depending on which radio button was checked.

the RadAjaxManager never seems to catch the submit event, the above always performs a full postback when one of the radio button of the group is clicked.

Princy
Top achievements
Rank 2
 answered on 07 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?