Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views
Like the subject says, the editor is in control that's used as an editor for a grid. When I go to edit a row, the value in the editor is always blank and unclickable when an AjaxPanel is on the page. I can remove the panel is everything works as it should. Even though there is no value shown, I can still hit update and the real values are still saved. Am I missing something that has to do with AJAX and the editor?
Marin Bratanov
Telerik team
 answered on 06 Feb 2015
1 answer
157 views
Hi,

The Rad Editor toolbar is not rendering correctly. On loading of editor, the tool bar is stretched to the bottom covering the entire content are and the editor does not appear to be editable.

Telerik version : 2010.2.1029.35
Browser : IE 8,9 and 11

Thanks in advance for the suggestions.

Misho
Telerik team
 answered on 06 Feb 2015
1 answer
134 views
After updating to the latest version of Telerik, we are encountering issues with the rcbSprite image of the RadCombobox

Any thoughts on how to resolve this issue?
Magdalena
Telerik team
 answered on 06 Feb 2015
4 answers
286 views
Hi,

On validation fail I would like to switch the css class of the raddropdowntree in order to end up with a red border.  

I am trying the following but not sure if it is my code or the css that is to blame. Any suggestions?

             
                    function RadDropDownTree_ValidationStyleSetter(textBox, eventArgs) {
                        if (eventArgs.IsValid === false) {
                            textBox.addCssClass('RadDropDownTreeFieldErrorHighlight');
                        } else {
                            textBox.removeCssClass('RadDropDownTreeFieldErrorHighlight');
                        }
                    }

Regards

Jon


Jon
Top achievements
Rank 1
 answered on 06 Feb 2015
1 answer
200 views
Let me preface this by stating that I am defining all of the RADGrid layout design using server-side code.
The DLL Version is: 2012.2.724.35 (And before it is said, no I can not upgrade, I am currently stuck at this version)
     - If the problem is because of a bug in the version I have, just let me know and I will just abandon this idea and find an alternative.

So I have a RADGrid using a RADToolbar at the top of the grid.

The problem I am having is two-fold...
  1. The RADToolbar Buttons do not cause a postback. Viewing the html source after the page is rendered shows no java code at all within the RADToolbar.
    How do I get these buttons on the Toolbar to actually postback?
    The RADToolbar has AutoPostBack = True and each RADToolbarButton has PostBack = True
  2. If I render the RADToolbar into the grid, the "Pager" items (Prev, Next, Page#, etc) kick off the Ajax call which displays the LoadingPanel, but gets "stuck"...
    The loading panel never goes away. Debugging the page reveals an error in jquery-ui.min.js:
                            Unable to get property 'push' of undefined or null reference
    No other information is show about the error...so I am at a loss on this one. This error happens only when the RADToolbar is used.

That being said, I have a RADGrid where I set the following:
.CommandItemDisplay = Telerik.Web.UI.GridCommandItemDisplay.Top
.CommandItemSettings.ShowAddNewRecordButton = False

Now, I have server-side code that dynamically creates a RADToolbar and adds it to the RADGrid's MasterTableView.CommandItemTemplate...
Me.RADGrid.MasterTableView.CommandItemTemplate = New Template_RADToolbar(Me._objRADToolbar)

My custom ITemplate is:
Private Class Template_RADToolbar : Implements ITemplate
    Protected _objRADToolbar As RadToolBar
 
    Public Sub New(ByRef p_objRADToolbar As RadToolBar)
        Me._objRADToolbar = p_objRADToolbar
    End Sub
 
    Public Sub InstantiateIn(container As System.Web.UI.Control) Implements System.Web.UI.ITemplate.InstantiateIn
        container.Controls.Add(Me._objRADToolbar)
    End Sub
End Class


Ben
Top achievements
Rank 1
 answered on 05 Feb 2015
2 answers
311 views
I am new to Telerik and trying to learn about the controls. Specifically right now I am using the radMenu control.
I have selected the MetroTouch skin because I like the height and thickness but I dont care for the colors of
it on my web page. So I wanted to start with the color of the whole bar. I tried creating a cssclass called mainmenu
and then set a property of background-color: #3145CE; This did not change the color of the menu bar. So I tried to do
it in aspx and on my <telerik:RadMenu ID="RadMenu1" tag I added backcolor="#3145ce". This also did not work.
Then I found some users asking a different question about changing color of selected menu items and I saw
someone post css coding with:

.RadMenu_Default a.rmSelected
{
    background-color: Red !important;
}

So I thought well maybe if I try this but delete off the a.rmSelected part it will only change the menubar color. No dice!! 
So I am here to get some help on changing the color of the entire bar but still keep the other characteristics of the MetroTouch 
skin or am I just thinking in the wrong way and I have to create some custom skin (uggh please don't tell me that). I am hoping there is a simple way to do this. Thanks! Also where can I find all the documentation about available built in css class names and properties like rmselected and such.








David
Top achievements
Rank 1
 answered on 05 Feb 2015
16 answers
432 views
In the RadEditor documentation, it says:

"Please note that you have to click with the mouse inside the content area for the statistics module to update, i.e. it will not update on every keystroke for the purposes of performance optimization."

So how can I make the statistics update for every keystroke?
Jignasha
Top achievements
Rank 1
 answered on 05 Feb 2015
3 answers
146 views
I am using RadTreeView in a ascx which is embedded in a master page. A content page (aspx) that uses this master page has a RadGrid. Both RadTreeView and RadGrid are ajaxified using RadAjaxManager. When I expand the Tree View, partial post back occurs and I loading node on-demand server-side. But when I click on a tree node, partial post-back occurs followed by a full post-back. What can I do to prevent the full post back from occuring?
Maria Ilieva
Telerik team
 answered on 05 Feb 2015
0 answers
63 views
As of Q1 2015, the suppressCompleteMessage property of the OnClientCheckFinished event's arguments is a method.

To prevent the informational alert, you now have to pass false as an argument (Example 1), instead of setting the property value, as in older versions (Example 2).

Example 1: Preventing the information alert in OnClientCheckFinished in Q1 2015 and later.
function OnClientCheckFinishedHandler(sender, args) {
    args.suppressCompleteMessage(true);//prevent the alert
    console.log('Spell check is complete');
}

Example 2: Preventing the information alert in OnClientCheckFinished
in versions before Q1 2015. 
function OnClientCheckFinishedHandler(sender, args) {
    args.suppressCompleteMessage = true;//prevent the alert
    console.log('Spell check is complete');
}

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 05 Feb 2015
3 answers
130 views
Hi,

I've noticed 2 issues when using teh radgrid in batch edit mode.

1) if editing a cell and the user presses enter the grid seems to do a post back. 
2) if editing a cell and the user clicks on another row or outside the grid the value is sometimes lost.  Clicking back in the cell and reentering then works. 

Any pointers on resolving these two issues.  If not a generic issue I'll try and get a basic version that demos the issues and post it...

Regards

Jon
Konstantin Dikov
Telerik team
 answered on 05 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?