Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 views

Ritzie
Hello All,

                 I am using a Telerik rad grid.The Rad Grid contains many columns but within those columns I want that one of the column must not be sorted I gave the property AllowSorting as False a white strip is visible .What is a solution.Please suggest me the answer

Regards
Ritzie
Pavlina
Telerik team
 answered on 20 Jul 2009
1 answer
104 views
First, sorry my english in not very well.

Is any way, how to set property expanded  in different nodes in ASP.NET RadTreeView?
I now that I can implement different binding logic for each level of hierarchy, byt can I mplement different binding logic for each node?
For example I have simple MS SQL table with columns: ID, PrevID, Text, ..... , Expand (True / False).
I need for each ID (node)  from table set  property (or i dont know)  Expanded = True / False.
I need populate date by the DataBindings.

Thanks.

Vlado


Vlado Mak
Top achievements
Rank 1
 answered on 20 Jul 2009
3 answers
175 views
Hi. Has there been a change to the RadTextBox, where if you press the Enter key it fires the last button rendered on the page? I have some ClientEvents-OnKeyPress events that use to fire when the Enter key was pressed, but now it isn't working.

function KeyEnterPeople(sender, eventArgs) {  
            var c = eventArgs.get_keyCode();  
            if (c == 13) {  
                var peopleSearch = document.getElementById('ctl00_rdPeopleSearch_C_btnPeopleQuickSearch');  
                peopleSearch.click();  
            }  
        } 

<Telerik:RadTextBox ID="rtbPeopleQuickSearch" runat="server" Text="Firstname" Width="200px" Skin="Vista" ClientEvents-OnKeyPress="KeyEnterPeople" /> 

Daniel
ManniAT
Top achievements
Rank 2
 answered on 20 Jul 2009
2 answers
79 views
Hi guys,
I need to change the displayed html for our rad editor it is RadControls for aspnet ajax Q1 2009 version.
I've seen posts stating that you change the help.ascx in the EditorDialogs directory however what do you do after that to get it into the telerik dll?
Is there any property or any way I can change the contents of the help button or do I have to create my own?
Rumen
Telerik team
 answered on 20 Jul 2009
3 answers
296 views
Dear support team,

    I am using telerik rad controls on my asp.net pages. When i deploy the solution, the Telerik.Web.UI.WebResource.axd is huge (more than 1 mb). Although i set the Radscriptmanager scriptmode="release", when i inspect the file is seems that it incluces the debug source also (MicrosoftAjax.debug.js). I guess that this shouldnt be there. How can i troubleshoot this and reduce the file size?

thanks,

Panagiotis
Polykarpos
Top achievements
Rank 1
 answered on 20 Jul 2009
4 answers
100 views
Hello, I'm using the following code to translate the options in the FilterMenu of a RadGrid into German.

protected void Page_Load(object sender, EventArgs e) 
    foreach (RadMenuItem item in myGrid.FilterMenu.Items) 
    { 
        item.Text = "some text"
    } 

This has the desired effect, but after applying a filter to the same column 2 times, the FilterMenu somehow stops working and can't be used a third time..
The width of the popup changes to just a few pixels and it's impossible to see or click the menu items.
I've tried putting the translation into a !IsPostBack block but then the language reverts to english after the first postback.

Any suggestions?




Michael
Top achievements
Rank 1
 answered on 20 Jul 2009
6 answers
326 views
Hi All,


I would like to know is there any way to display data of row to column like.

Original getted data:

           Col1    Col2   Col3
Row1    A         B         C
Row2    V         B         D


The format that I need is:

        Row1    Row2
Col1    A        V
Col2    B        B
Col3    C        D


Is there any sample for solve this problem?

Thanks in advancd,
-Toi
Sebastian
Telerik team
 answered on 20 Jul 2009
6 answers
219 views

Reusable content is inserted in the wrong location IE8

When I use the template picker to insert some reusable html content  in the Rad editor the HTML snippet is inserted not in the text editor, but shows up in the page.

Details:

 

  • IE8 (IE7 and IE6 work as expected)
  • MOSS SP1 and MOSS SP2
  • RadEditorMOSS_4_5_0 and RadEditorMOSS_4_5_6

The snippet is inserted in the page just below:

<form name="aspnetForm" id="aspnetForm" action="Homepage.aspx" method="post" submit="function(){try{RadEditorNamespace.SaveAllEditors();var _a0=this.submit;this.submit=_9f;var _a1=this.submit();this.submit=_a0;}catch(exc){}}">  
<snippet is inserted here><rest of page... 

The snippet does not showup in the editor iframe and is not saved with the edited content.

Please help,

Regards, Evert

Stanimir
Telerik team
 answered on 20 Jul 2009
1 answer
93 views
Hello,

I noticed this style generated for combobox, is it normal
style="width:100%;-moz-inline-stack;display:inline-block;zoom:1;*display:inline;"

what is the usage of the * before display ? Or is it a bug ?

Thanks

CS
Kamen Bundev
Telerik team
 answered on 20 Jul 2009
7 answers
72 views
repro:
2. click on "Mail"

expected: arrow should point in the opposite direction

the demo works fine in FF3.5, IE7&IE8 and Chrome 2.0

thanks,
P

Alex Gyoshev
Telerik team
 answered on 20 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?