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

I have a radgrid in a template column of another radGrid and I cant get the OnRowDrop event to fire server side. Client Side COde is firing correctly.

Thanks Thomas
Elliott
Top achievements
Rank 2
 answered on 18 Jan 2013
1 answer
85 views
Hello,

I am programmably creating the menu.  I am creating it like this:

Dim menuItem = New RadMenuItem(siteMapItem.Text, siteMapItem.Value)
If (siteMapItem.Route IsNot Nothing) Then
menuItem.NavigateUrl = "~/" + siteMapItem.Route.Uri
End If

Menu1.Items.Add(menuItem)

However, on the client, the value is always null when I do:

var items = menu.get_allItems();

for (var i = 0, len = items.length; i < len; i++) {
var item = items[i];
var val = item.get_value(); //always null
.
.
}

Why is that?
Boyan Dimitrov
Telerik team
 answered on 18 Jan 2013
1 answer
172 views
Hi All,
         I am using kendo UI in my application. I have an Dropdown list in my page I am populating the data of dropdownlist through kendo data source. But here onchanging the value of dropdown list and onclick of a button I am not able to get the selected value text. Can any body help me how to get the data of selected value.
Note: Here I am binding data through kendo datasource not in code behind . If bind the data through code behind I am able to get the data. But I am trying to do the same with kendo Datasource.

Thanks in advance,
Janardhan.
Georgi Krustev
Telerik team
 answered on 18 Jan 2013
4 answers
64 views
So I am trying to figure out how to build the code behind for the updatecommand on a radgrid where the records I senrt are saved in viewstate, and once the user clicks on "save" button on the form, those records are saved on the db along with other data on the form. I am not sure how to go about updating? when I click the "edit selected" button, the record on the radgrid either disappears or opens up blank in the edit form, and one i hit update...nothing happens. how can I do this?
Pavlina
Telerik team
 answered on 18 Jan 2013
5 answers
161 views
Hello,

As was noted in the 2012 Q3 release notes, RadComboBox is no longer decorated by RadFormDecorator.  I understand that there may be very good reasons for this change, but it now leaves us with the ugly default IE check boxes instead of the nice looking check boxes rendered by RadFormDecorator.  Is there a simple way to recover the check box appearance within RadComboBox that was available in 2012 Q2 and prior?

[Edit #1: I must revise my comments slightly.  I performed a trace on the styles and noticed that there are actually check box images included, but the images are rendered in IE9 BEHIND the standard check box provided by IE 9.  Is there a fix for this?]

Regards,

Bradford
Ivan Zhekov
Telerik team
 answered on 18 Jan 2013
4 answers
167 views
Hello everyone!

I'm developing a web application (aspx), and I have a radMenu in a master page. I have modified the CSS of the RadMenu, but I have a little detail wich I don't know how to fix. 

When I hover on a submenu, the parent back color goes white. I attached a .jpg that will explain better the situation.

What I want is to change the white back color of the image. 

thanks
Kate
Telerik team
 answered on 18 Jan 2013
1 answer
83 views
How can i set focus to radtextbox in radtooltip? 
Princy
Top achievements
Rank 2
 answered on 18 Jan 2013
1 answer
61 views
As usual I'm on a deadline and tinkering with aspects of Telerik I don't fully understand.  
I've been looking at your splitter demo (http://demos.telerik.com/aspnet-ajax/splitter/examples/clientsideapi/defaultcs.aspx)

I have a form with regions divided up by splitters.  

Like your demo I need to be able to expand and collapse the end pane in Javascript, depending on the value set in a combobox.  

Unlike your demo, the page is supposed to start off with the endpane collapsed.  The toggle in my checkForValue function when the pane is initially collapsed,  initially didn't work.  

To fix this, on the server side, in the Page_Load event, to initially expand the pane, I put:
 RadPaneEnd.Width = new System.Web.UI.WebControls.Unit("55%");

On the client side, I put this, to fire on load, and collapse the pane:
  $(document).ready(function () {        
            var splitter = $find("<%=RadSplitter1.ClientID%>");
            var endPane = splitter.getEndPane();
            endPane.collapse(Telerik.Web.UI.SplitterDirection.Backward);
        })

The expand/collapse function itself is:
  function checkForValue(sender, args) {
     var splitter = $find("<%=RadSplitter1.ClientID%>");
     var endPane = splitter.getEndPane();
     var curVal = sender.get_text();
     if (curVal == 'Value1') {
         endPane.expand(Telerik.Web.UI.SplitterDirection.Backward);
     }
     else {
        endPane.collapse(Telerik.Web.UI.SplitterDirection.Backward);
     }           
  }


Vessy
Telerik team
 answered on 18 Jan 2013
1 answer
56 views
How to add print functionality in radcalendar? 
Shinu
Top achievements
Rank 2
 answered on 18 Jan 2013
3 answers
298 views
I'm using a RadGrid with drag & drop (using the DragDropColumn) to move the items of a detail table around (even between items on the master table). My problem is that when the row is accidentally dragged into the expand/collapse column of the master table, the eventArgs in OnRowDrop (server-side) don't tell me where it was dropped.

e.DestDataItem is null
e.HtmlElement is an empty string
e.DestinationTableView is the master table (not null, but not informative unless something else gets set there).

What I want is to be able to figure out which detail table row I'm next to. Failing that, I'd at least like to be able to tell which master table row I'm beneath so that I can add the item to the top of that detail table.

I'd appreciate any assistance in figuring this out.

--Christina Noel
Maria Ilieva
Telerik team
 answered on 18 Jan 2013
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?