Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
148 views
Is it possible to sort a RadComboBox's items alphabetically via client-side scripting? I didn't see anything in the API showing this type of functionality.
Simon
Telerik team
 answered on 27 Dec 2010
1 answer
49 views
Hi,

I have several pages containing multiple Telerik:Pageview controls on them and we need to implement globalization.  When I click the Generate Local Resource File oiption from the Tools Menue in VS2008 I get a resx file generated and it has the RadTab labels and other controls represented in the resultant resx file, but not a single <asp:Label> control which is contained within a Telerik:PageView control is in the resx file.

Any Ideas anyone?

It would really be unfortunate if for some reason things inside a Telerik:Pageview control were not able to generate the metadata tags for globalization.


Thanks,

Gary
Yana
Telerik team
 answered on 27 Dec 2010
1 answer
62 views
Is it possible to implement telerik:GridClientSelectColumn and Yahoo scrolling. Bascially, say only 50 out of 400 records are loaded and the end user clicks the check all header. Can I code it so that all the records are then loaded and checked?
Iana Tsolova
Telerik team
 answered on 27 Dec 2010
1 answer
33 views
I notived this when our automatic page translator didn't work ...

Is there a way to turn this off?

I also notices that a header like "t_destination_t" is rendered to "t_ destination _t"

Pavel
Telerik team
 answered on 27 Dec 2010
1 answer
39 views

Hello Telerik Team,

I have a requirement in the rad grid. I am using rad grid to dispaly my search results on the
 execution of sql stored procedure.
In the rad grid, I have a GridHyperLinkColumn where i am using DataNavigateUrlFormatString.After I get the search results, when i navigate to a different page from my search results and come back using the browser back button.I am loosing the
search results. I would like to know the method , how can i retain the search results. I have the search results in a view state/Session state.
Its a very urgent requirement.

Please respond as soon as possible.Please provide a sample for it.
I appreciate your help.

Thank You,
Smith

Iana Tsolova
Telerik team
 answered on 27 Dec 2010
1 answer
94 views
I have a query done in the business layer of my ASP.net AJAX application. It uses EF 4.0. It returns an ObjectDataSource.

How can I put this into a RadGrid and still have Sorting?

Is it possible for RadGrid to sort ObjectDataSource and/or a List (of)?

Serban.
Marin
Telerik team
 answered on 27 Dec 2010
1 answer
68 views
Hi,
is it possible to make this example:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandmenu/defaultcs.aspx?product=menu
using c# code without javascript code in aspx file?

Best regards and Merry Christmas.
Yana
Telerik team
 answered on 27 Dec 2010
1 answer
73 views
Hello Telerik, is it possible to modified a RadChart from client-side ? I mean like, add/remove Series/Items, Colors, etc. Currently I'm using a RadChart with a RadAjaxManager. i don't want modified from server-side

Thanks.
Yavor
Telerik team
 answered on 27 Dec 2010
3 answers
88 views
Hi
    In  my application i need a banner rotator with buttons in it...  which is similar to the Telerik home page banner rotator....
I am able to generate the banner but i am unable to add buttons over the banner...
Knidly let me know if there is any method to achieve the banner rotator with buttons over the image...
Fiko
Telerik team
 answered on 27 Dec 2010
0 answers
45 views
Hi All,
We encounter one issue when we use RadGrid, after setting up Master\Child data, we set item background\font color accord to the item value. it works fine when loaded first time(just as scenario 1 of attached files). but when we click 'Expand\Collapse', all parent\child's color dispeared. we use below code to set color
private void HandleColorAppearance(GridItemEventArgs e)
{
                    if (bgColor != null)
                    {
                        e.Item.BackColor = System.Drawing.Color.FromName(bgColor);
                    }
                    if (fontColor != null)
                    {
                        e.Item.ForeColor = System.Drawing.Color.FromName(fontColor);
                    }
}

I make some investigation, seem that the ViewState of RadGrid doesn't store the color information, so when we click expand\collapse, those color missed.
I try to make the ViewState property to false. it works fine, but I think it's not the good solution, could you please give another way to solve this issue?

Thanks for your feedback!
Chanderler
Top achievements
Rank 1
 asked on 27 Dec 2010
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?