Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
346 views
Hi,

I have a .NET 4 web application on VS2010. I have the latest Telerik Ajax controls 2011.1.413.40. I have an AjaxControlToolkit password strength control on a few of my pages and I had been using version 3.0.20820 with no problem. When I discovered there was a new version I upgraded to AjaxControlToolkit 4.1.50508. But I find it is not compatible with my project. When I click an ajaxified button VS highlights some javascript:

 

 

 if(Array.contains(c,i.get_postBackElement().id))

 


"Error message: Microsoft JScript runtime error: Unable to get value of the property 'id': object is null or undefined"

I've tested the same scenario on a very simple test project to eliminate other possibilities - same result. If I revert back to the old version then it works again. I've read through the forum but I'm completely out of ideas and read this:
http://www.telerik.com/community/forums/aspnet-ajax/scriptmanager-and-stylesheetmanager/known-issues-and-breaking-changes-radscriptmanager.aspx
As far as I can see the two latest version are incompatible. I guess I could live with using the old version but I would like to use the latest version if possible.

Has anyone else had the same problem? Any advice? Am I missing something obvious?

Thanks
Al
Tsvetina
Telerik team
 answered on 25 May 2011
4 answers
247 views
The RadAjaxManagerProxy control does not appear to handle LoadingPanels correctly.

I had one in a user control along with a RadAjaxLoadingPanel, a RadComboBox, Button and a RadGrid(RadAjaxManager is on the parent container page)

When a user selects an item from the combobox and clicks the button, an item is added to the grid and the loading panel is supposed to show on the grid but doesn't.

When I took out the RadAjaxManagerProxy control and programmatically added the exact same AjaxSettings to the RadAjaxManager control, it works as expected.

Using latest RadControls, .Net 3.5 in VS2008

Thanks
Mac.
suresh
Top achievements
Rank 1
 answered on 25 May 2011
0 answers
110 views
Hi,
I am using trial version Telerik controls in my project. I used to download the latest version of dll and update the same in my project.
But i have one doubt , is there any way to update the Telerik dll autmatically in my project (Bin folder)  with response of if any latest version of dll is launched.
So that i need not to download the dll and update the same in my project,

So please let me know the posssibilites to do the same

-Thanks
Chandran Chandran
Top achievements
Rank 1
 asked on 25 May 2011
7 answers
156 views
I have a grid which exceeds the page width, so we get a scrollbar. When i scroll it to to the end of the page, I get the output as attached in the screenshot. If i dont have any freezed columns, then everything works fine. Please note that we do fix the width by javascript and everything works fine. IE introduces a empty column in the header, but firefox alignments get out. There is nothing i can do to fix this issue. Please help in this regards

also note that if i do fix the width by server side, the same issue arises in firefox.

Thanks and Regards
Pavlina
Telerik team
 answered on 25 May 2011
1 answer
79 views
Hello,
Our company is interested in the SP2010 SPRadListView Webpart and SPRadGrid webpart.  I was asked to inquire about how we buy these web parts, how much the price is and whether or not these are supported. Please let me know our options.
Donna
Telerik team
 answered on 25 May 2011
10 answers
555 views
Hi All

Have a Grid with some records, which works fine.

Have included a RadToolBar inside CommandItemTemplate of the Grid, which contains two RadToolBarButton "Edit" and "Close".

While I am selecting a row in the grid, Need to check a field "Termination Status", If it is not equal to "T" then need to disable the RadToolBarButton "Edit" in RadToolBar. Need to do it in Client Side.

                                       <CommandItemTemplate> 
                                            <div> 
                                                <table width="103%" border="0" cellpadding="0" cellspacing="0" style="margin-top: -2px; 
                                                    margin-left: -4px; margin-bottom: -3px;"> 
                                                    <tr> 
                                                        <telerik:RadToolBar runat="server" ID="RTBTermination" Skin="Office2007" Width="100%" 
                                                            OnClientButtonClicked="RTBTerminationclientButtonClicked" OnButtonClick="RTBTermination_ButtonClick"
                                                             
                                                            <Items> 
                                                                <telerik:RadToolBarButton Text="Edit" Font-Size="9" ForeColor="#00156E" CommandName="Edit" 
                                                                    ImagePosition="Left" ImageUrl="images/penedit.png"
                                                                </telerik:RadToolBarButton> 
                                                                 
                                                                <telerik:RadToolBarButton Text="Close" Font-Size="9" ForeColor="#00156E" ImagePosition="Left" 
                                                                    ImageUrl="images/closeeeeeee.gif"
                                                                </telerik:RadToolBarButton> 
                                                                <telerik:RadToolBarButton Text="" Font-Size="9" Width="800px" Enabled="false" ForeColor="#00156E"
                                                                </telerik:RadToolBarButton> 
                                                            </Items> 
                                                        </telerik:RadToolBar> 
                                                    </tr> 
                                                </table> 
                                            </div> 
                                        </CommandItemTemplate> 


Have used the RowSelect in Client Side

function rgvReport_RowSelect(sender, eventArgs) { 
                var rowindex = eventArgs.get_itemIndexHierarchical(); 
                document.getElementById("<%=txtrgvReportRowIndex.ClientID%>").value = eventArgs.get_itemIndexHierarchical(); 
                //alert(rowindex); 
                var TerGrid = $find("<%=rgvReport.ClientID %>"); 
                var gridRow = TerGrid.MasterTableView.get_dataItems()[rowindex]; 
                var TerStatus = gridRow.getDataKeyValue("TerminationStatus");                  
                
                //alert(TerStatus); 
                //alert(RTBButton); 
 
            } 

Is there any option to solve this problem

Thanking You

-Anto
Daniel
Telerik team
 answered on 25 May 2011
2 answers
75 views

Hello,

I have 2 questions:
1) I have paging in my grid(Attached:CurrentPaging), and dont want the whole pager, i want only part of it (Attached:wantedPaging)
How do i do that?
2) at the paging, the prev,next,home and end buttons are arrows
How can i write text(Attached:PrevNextPaging)?

thanks,
yoni

Yoni
Top achievements
Rank 1
 answered on 25 May 2011
1 answer
88 views

 

Hello Telerik,

I have a hard time in getting this problem solved, if you guys can help me that would be really grateful, I have a situation where we are implementing DundasCharts which loads dynamically. we have a requirement that as the user right click on the chart he should have an option of changing the chart types (bar Charts, Pie charts, Line graph, so on..) so for this we thought of implementing the RadContextmenu. but we were unable to add context menu. if you can help me with this situation either providing me the snippet or the sample project which implements my scenario ( context menu for Dundas charts), that would be really helpful for me.

Thanks,
Gautham Gorla

Kate
Telerik team
 answered on 25 May 2011
14 answers
345 views
Hi,

I'm trying to follow this tutorial:-
http://www.telerik.com/help/aspnet-ajax/schedule_advancedformtemplate.html
Sample downloaded SchedulerCustomAdvancedFormQ2__SP1_2009.zip

I've created my own project etc and keep getting this error:-
object does not support this property or method.
When I debug it points to line 5?
    <script type="text/javascript">  
        //<![CDATA[
        function schedulerFormCreated(scheduler, eventArgs) {
            var mode = eventArgs.get_mode();
            if (mode == Telerik.Web.UI.SchedulerFormMode.AdvancedInsert ||
                    mode == Telerik.Web.UI.SchedulerFormMode.AdvancedEdit) {
                // Initialize the client-side object for the advanced form
                var schedulerElement = scheduler.get_element();
                var formElement = eventArgs.get_formElement();
                var isModal = scheduler.get_advancedFormSettings().modal;
                var advancedTemplate = new window.SchedulerAdvancedTemplate(schedulerElement, formElement, isModal);
                advancedTemplate.initialize();
                // Are we using Web Service data binding?
                if (!scheduler.get_webServiceSettings().get_isEmpty()) {
                    // Populate the form with the appointment data
                    var apt = eventArgs.get_appointment();
                    var isInsert = mode == Telerik.Web.UI.SchedulerFormMode.AdvancedInsert;
                    var editSeries = eventArgs.get_editingRecurringSeries();
                    advancedTemplate.populate(apt, isInsert, editSeries);
                }
            }
        }
        //]]> 
    </script> 

I've double checked my code etc and can't see what has gone wrong. When I click on recurrence nothing happens, the same error appears (when in debug mode).

I then went to the sample project and ran that and the same error occurs. Can any one help?

Many thanks
Daniel
Top achievements
Rank 1
 answered on 25 May 2011
1 answer
108 views
Is there a way to have the schedular automatically scroll to a certain time on page load when in Day/Week view?

e.g. If the full 24 hours of a day are being displayed, the scheduler shows from 12:00am when the page first loads. Can you make it so the scheduler shows from 8:00am onwards but still be able to scroll back to view the previous hours?

Thanks
Plamen
Telerik team
 answered on 25 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?