Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
168 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
164 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
253 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
183 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
95 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
165 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
170 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
89 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
306 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
8 answers
550 views
Hello,

   I work on a project in which I have a radgrid on the main page. On this radgrid a've activated the filter & sort commands. What I would like to do, is to preserve somewhere (in session, viewstate, etc) the state of the filter columns & sort columns (If the user has put some filters, or if the user has sorted the grid by some columns) so when in the future I'll be back on the main page, to put them (the filters & the sort columns) back.
   Can this be done?

Have a nice day,
Catalin
Simone
Top achievements
Rank 1
 answered on 05 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?