Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
85 views
Hi,

I am using radTreeView control.I want to move up and down through the Root,Parent and Child nodes and to expand and collapse the nodes using keyboard ..

Help me..
Thnx in advance..
Princy
Top achievements
Rank 2
 answered on 06 Mar 2012
4 answers
144 views
Hi,

We are facing an issue where radGrid header is not aligned properly. It happens when columns are having lengthy text and folded. Please see the attached screen shot and give me a solution to fix it. This issue occurs in FireFox and not in IE.

Thanks
Venkat
Pavlina
Telerik team
 answered on 06 Mar 2012
1 answer
132 views
Is there a client-side way to change the image for the radtoolbarbutton which is specified in the imageurl?

For example, I am wanting a clip board radtoolbarbutton and change the image between an empty clip board image and a full clip board image.

Thanks in advance
Princy
Top achievements
Rank 2
 answered on 06 Mar 2012
1 answer
224 views
I need to only sort by desc/asc two states and the grid need to show sort icon always (default icon or customed icon).
Please tell me how to do it.

Thanks
Shinu
Top achievements
Rank 2
 answered on 06 Mar 2012
1 answer
133 views
I put in code to change my PageSizeComboBox. The values change but I click on a new value nothing happens. The grid display doesn't change.

Here is the code:

protected void RadGrid1_ItemCreated(object sender, GridItemEventArgs e)
{
    if (e.Item is GridPagerItem)
    {
        var combo = e.Item.FindControl("PageSizeComboBox") as RadComboBox;
        if (combo != null)
        {
            RemoveComboItem(combo, "5");
            RemoveComboItem(combo, "10");
            RemoveComboItem(combo, "20");
            AddComboItem(combo, "100");
            AddComboItem(combo, "150");
            AddComboItem(combo, "200");
            AddComboItem(combo, "300");
        }
    }
}


Shinu
Top achievements
Rank 2
 answered on 06 Mar 2012
1 answer
77 views
I wanna create the treeview data, and looks like this.

-Past
    -Example1
             - child1
             - child2
    -Example2
            - child3
            - child4

Until now i dont found any stuff about that, and i facing some problems to do that.
Does anyone know how can i do that?
Princy
Top achievements
Rank 2
 answered on 06 Mar 2012
2 answers
127 views
Hi all, i have a check box in every row of radgrid. User can then choose which record to print by checking the checkbox.They can then print by clicking a button embedded in the radgrid which has the CommandName="Print".This will fires the ItemCommand event and i want to check which checkbox has been checked and then print them out.
My question is i cannot loop through the radgrid via ItemCommand  event.
Can anyone help ?
Please!!

 
johnson lim
Top achievements
Rank 1
 answered on 06 Mar 2012
5 answers
147 views
I'm using Jquery qtip for my tooltips, I have it set to "prettify" the tooltips specified in all title attributes. This works fine with most Telerik controls, but with the rating control, I get double tooltips. One is the pretty qtip, but on top of it appears a second "ugly" tooltip, unprocessed by qtip. I've included a screenshot. I'm just wondering how the default rating items are rendered, do the images get an "alt" tag that might be causing this? Any ideas on how I might get around this?

Thanks

Ross Crawford
Lucania
Top achievements
Rank 1
 answered on 06 Mar 2012
4 answers
69 views
Hi

I'm using the following code to hide all options apart from Daily and Weekly, which is works fine.
$(".rsRecurrenceOptionList").children().each(function (i) {
if (i < 1 || i > 2)
$(this).hide();
});

I now want to have the Daily option checked by default, so added the line of code below, but can't seem to get it working.
$(".rsRecurrenceOptionList li:eq(1) span input").attr("checked", "checked");

Can you please help.

Thanks, Ben
Ben
Top achievements
Rank 1
 answered on 05 Mar 2012
6 answers
219 views
I am using RadCompression but run into problems when I use an axd file to deliver a file (a file download handler). The RadCompression feature always compress this handler and corrupts the file. Is there a way we can configure the behavior of the RadCompression engine in the web.config file. e.g.:

    <Telerik> 
        <RadCompression compressionType="GZip"
            <IncludedMimeTypes> 
                <add mime="text/html" /> 
            </IncludedMimeTypes> 
            <!--<ExcludedMimeTypes> 
                <add mime="text/html" /> 
              </ExcludedMimeTypes>--> 
            <ExcludedPaths> 
                <add path="~/download.axd" /> 
            </ExcludedPaths> 
        </RadCompression> 
    </Telerik> 

Without this capability, I believe this will break many scripts.

UPDATE: it seems to be Firefox 3 specific issue...
msigman
Top achievements
Rank 2
 answered on 05 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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
Bronze
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?