Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
121 views
I'm looking for some resources for using the Telerik ASP.Net AJAX controls in a MVC2 framework project. Particularly the RadGrid control. I may have, accidentally, posted this twice.

First question:

I've added a control, datasrouce and script manager to my view. After configuring and binding the datasource to the grid I ran my project. The grid control displays the data in my database but none of the features (paging, filtering, grouping and etc) work. I'm assuming I'm missing something or it's not configured properly. What am i doing wrong? Can the AJAX controls work in a MVC2 framework project?

Second question:

Assuming the AJAX controls do not support MVC2 projects. Are the Telerik controls for MVC available without the GNU(GPL) licencing scheme? GPL is our legal department what sunlight is to vampires. ;)

Thanks in advance.
Sebastian
Telerik team
 answered on 01 Oct 2010
1 answer
111 views
IE9 is not out yet, but I wanted to let you know that the full screen example of the RadSplitter (http://demos.telerik.com/aspnet-ajax/splitter/examples/resizewithwindow/fullwindow.aspx) does not work without using Compatability view.

Thanks.
Tsvetie
Telerik team
 answered on 01 Oct 2010
1 answer
92 views
Hello.

Question:
Is there a way to make the RadMenu items have a shape similar to the attached image? (Diagonal lines left and right like the "Scorecards" item)

Thanks.

Ivan Orozco.
Yana
Telerik team
 answered on 01 Oct 2010
2 answers
126 views
actually i have to trying show autotooltipify in radiobutton ,
but tooltip text will be show from DB
please help  out this issue. 
Svetlina Anati
Telerik team
 answered on 01 Oct 2010
3 answers
98 views
When a user edits a node, I want to verify a few things in Javascript. If validation fails, I call set_cancel(true). This prevents the postback but does not leave the node in edit mode. How can I accomplish this in javascript? ClientNodeEditing is fired on the OnClienNodeEditing event of the RadTreeView.

function ClientNodeEditing(sender, eventArgs) {
     var node = eventArgs.get_node();
       var newText = eventArgs.get_newText()
      if (newText.length < 3)
      {
         alert("New entry must be 3 chars or more.");
         eventArgs.set_cancel(true);
      }
 }
Nikolay Tsenkov
Telerik team
 answered on 01 Oct 2010
3 answers
183 views
I'm trying to get the index of the current item in a rotator but when I use the get_index() function the value is undefined.  When I debug and look at the available methods in the get_currentItem() function I don't see get_index() listed.  What am I doing wrong? 

Here's my code:

var oRotator = $find('<%=radRotateNews.ClientID %>');
var index = oRotator.get_currentItem().get_index();

Thanks,

Kirk
Svetlina Anati
Telerik team
 answered on 01 Oct 2010
1 answer
98 views
When I try to modify the start/end time of the entire series of the recurring appointments, it modifies parent appointment's date/time only. So, it modifies the Start/End Date fields of the appointment, which is fine, but the RecurrenceRule remains unchanged.

AppointmentRecurrenceEditor.StartDate = StartDateValue;
AppointmentRecurrenceEditor.EndDate = EndDateValue;
RecurrenceRule rrule = AppointmentRecurrenceEditor.RecurrenceRule;

In the code above, the RecurrenceRule rrule does not reflect the new StartDateValue/EndDateValue from the previous lines. I am using the AdvancedEditTemplate and AdvancedInsertTemplate with a RecurrenceEditor to handle appointments. The code above is used in the AppointmentCommand event handler for the "Update" command. Am I missing something?
Peter
Telerik team
 answered on 01 Oct 2010
2 answers
172 views
Hi,

I am using RadGrid in Radtreeview node template. I have attached RadContextMenu to all the grids in treenode. Now how can i get the access of the grid on which contextmenu displayed in OnItemClick event in .cs.


Thanks
Veli
Telerik team
 answered on 01 Oct 2010
1 answer
124 views
Hi ALL, This i sameer

I am using telerik tree view in DotnetNuke Application. And i am writing NodeClick event in Code behind. This Event NOT Fire in DOtnetNuke Application. Cuz i disign page i wriiten code like this:

<

 

telerik:RadAjaxManager runat="server" ID="radAjax" DefaultLoadingPanelID="RadAjaxLoadingPanel1">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="RadTreeView1">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadTreeView1" />

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

</

 

telerik:RadAjaxManager>

IF i comment above code then event will work and it'll happen postback with page load status bar.
I want this to be happen witout happen to show status bar.
How to implemt tihs corretly in nodeclick event for treeview controls.

Thanks in Advance

 

Nikolay Tsenkov
Telerik team
 answered on 01 Oct 2010
1 answer
130 views

I have downloaded the trial version of Rad Menu for ASP.NET AJAX for the mega dropdown menu and would like to use the Menu control on our SharePoint 2010 site to check if it works before purchasing.  Is this possible?  If so, are there any instructions on how to add the control to SharePoint 2010?

Thanks!

Peter
Telerik team
 answered on 01 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?