Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
135 views
I use grid in rtl mode whith resizible columns and AllowScroll=true.
When horizontal grid's scroll is visible it is impossible to do any action with columns - grouping , resizing,reordering - nothing working.
Any suggestion?
Pavlina
Telerik team
 answered on 20 Feb 2013
2 answers
251 views
I need to implement a control which looks like a good fit for PanelBar with the exception that it has to stack horizontally as opposed to vertically.  Is it possible to do this?

Thanks
Wadigzon
Top achievements
Rank 1
 answered on 20 Feb 2013
1 answer
112 views
Hi,

If I try and re-order grid columns by dragging IE8 freezes when in compatibility mode.  In normal mode its fine.  This also affects IE7.  This happens for both client and server side reordering - it seems there is some begin-drag stuff firing which kills the browser.  Has anyone alse experienced this issue?  I wouldnt care except that we have a big user base still on Ie7 - if I cant resolve this I cant use the telerik grid.  Thanks
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 20 Feb 2013
3 answers
157 views
I am using custom buttons on the Rotator and would like to know how I can get the buttons to look like the default buttons when there are no items to scroll through. Basically I have my rotator wrapframes property set to false so when I reach the last item it should disable/fade the right side button. The same should happen if there are no items on the left side of the viewing frame.

Does anyone have any suggestions?

Thanks,

Jaime
Slav
Telerik team
 answered on 20 Feb 2013
2 answers
102 views
Hi,

I've changed the localization for a few of the operators ('IsNull' to 'Is Absent' etc) - is there any way to then display these in the Expression Preview?

If possible, an example would be much appreciated.

Thanks
Allan
Top achievements
Rank 1
 answered on 20 Feb 2013
2 answers
109 views
Hi,

We've been using Telerik Ajax Asp.net version 2010 for a while.
We upgraded to 2012 a few days ago and we are facing an issue whit the Editor Tool Group associated to our radEditor.
The background of the docked editor buttons seems to have diseapear as you can see on the attached file.

I give you the code used to create this UserControl :

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucIndiceTextBox.ascx.cs"
    Inherits="RBCVTransCVN.UserControls.ucIndiceTextBox" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<style type="text/css">
    #<%= indiceTextBox.ClientID %>_contentDiv
    {
        min-height: 29px !important;
        overflow: hidden;
    }
    .reContentCell
    {
        border-style: none !important;
    }
</style>
<div style="float: left; margin-right: 3px;">
    <telerik:RadEditor ID="indiceTextBox" runat="server" EditModes="Design" EnableResize="False"
        onpaste="fnTrimPaste(event)" Width="200px"
        Height="29px" StripFormattingOptions="AllExceptNewLines">
    </telerik:RadEditor>
</div>
<div id="rightDock" style="float: left; width: 56px; height: 27px;" runat="server">
</div>


protected void Page_Init(object sender, EventArgs e)
        {
            toolgroup = new EditorToolGroup();
            toolgroup.Attributes["DockingZone"] = rightDock.ClientID;
            indiceTextBox.Tools.Add(toolgroup);
            toolgroup.Tools.Add(new EditorTool("Superscript"));
            toolgroup.Tools.Add(new EditorTool("Subscript"));
            toolgroup.Attributes["ShowIcon"] = "True";
            toolgroup.Attributes["ShowText"] = "False";
             
        }

Is there any way to make those buttons to back as they were before ?

Thanks,

Guillaume
Guillaume
Top achievements
Rank 1
 answered on 20 Feb 2013
3 answers
110 views
I seem to be having a little trouble with this. I would like to create a RadWindow with a Content Template that Contains another RadWindow, such that I get a parent child relation ship with outer RadWindow being the container for the inner one (i.e. if I move the outer window the inner window moves along with it, the inner window is completely confined to the space of the outer window, etc.). Is this possible? and if so does anyone have a working example?

Marin Bratanov
Telerik team
 answered on 20 Feb 2013
1 answer
199 views
Hi,

I have a RadGrid in which a column represents the status. I display a label for the status.
When the user clicks on the column I want the data to be sorted on a field (priority) that is not displayed. This priority-field is part of the datatable attached to the grid.
Is this possible and how do I achieve this?

Paul
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 20 Feb 2013
1 answer
74 views
Hi!

I have a case where i want to filter muliple columns with "contains".
Lets say i have a  textbox with the following value:

"manual gearbox Volvo"

I would like to filter all columns that contains either

manual
or Gearbox
or Volvo

i cant get this to work. Any ideas?


This is my code:
if (RadTextBox1.Text != "")
                {
 
                    
 
                    string[] words = RadTextBox1.Text.Split(' ');
                    foreach (string word in words)
                    {
                        RadListViewContainsFilterExpression expressionFree = new RadListViewContainsFilterExpression("info");
                        RadListViewContainsFilterExpression expressionFree1 = new RadListViewContainsFilterExpression("brand");
                        RadListViewContainsFilterExpression expressionFree2 = new RadListViewContainsFilterExpression("model");
 
                        expressionFree.CurrentValue = word;
                        RadListView1.FilterExpressions.Add(expressionFree);
 
                        expressionFree1.CurrentValue = word;
                        RadListView1.FilterExpressions.Add(expressionFree1);
 
                        expressionFree2.CurrentValue = word;
                        RadListView1.FilterExpressions.Add(expressionFree2);
                    }
 
                }
                RadListView1.Rebind();
Mattias Kristoffersen
Top achievements
Rank 1
 answered on 20 Feb 2013
1 answer
120 views
Hello,

I have this situation, when the user creates a new node, a new node is added with a random name, the problem is that I only save the new node in the OnNodeEdit Event so if the user doesn't change the name of the newly created node and leaves the random name unchanged the OnNodeEdit event is not executed, is there a way to raise the OnNodeEdit event from code behind?

Thank you.
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 20 Feb 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?