Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
51 views
I could see the following code execute in debugger without any demur but when the page is rendered the radcombo dropdown is blank.

            radXAxisData.DataSource = htServiceMetrics
            radYAxisData.DataSource = htServiceMetrics
            radXAxisData.DataTextField = "Value"
            radXAxisData.DataValueField = "Key"
            radXAxisData.DataBind()
            radYAxisData.DataBind()

where htServiceMetrics is the hashtable which has eight items in it. 
Princy
Top achievements
Rank 2
 answered on 18 Nov 2011
2 answers
260 views
when i did modifications(suppose in page index=3) and redirects the page to bind the modified values to grid,then my grid showing the values in pageindex=1 but not the values in 3rd page.

<telerik:RadGrid ID="RadGrid1" AllowPaging="True" EnableLinqExpressions="False" Skin="Default"
                    AllowSorting="True" AutoGenerateColumns="False" Width="470px" OnItemCreated="RadGrid1_ItemCreated"
                    OnNeedDataSource="RadGrid1_NeedDataSource" PageSize="15" ShowStatusBar="True"
                    GridLines="None" runat="server" CellSpacing="0" OnPageIndexChanged="RadGrid1_PageIndexChanged" OnPreRender="">
//data
</Radgrid>
Tirumalesh
Top achievements
Rank 1
 answered on 18 Nov 2011
1 answer
70 views
Hi,

I have set "AllowMultipleRowSelection" to true. However, in my case, when user browse to different page to select different item on each page, they may end up forget which items that they might have previously selected, (I set it up so that the row selected state is maintained across postback/sort/page changing/ etc).

The solution that I can think of is that we can sort the Grid based on the GridClientSelect column, in which it will sort the items based on their selected state, so that user be able to see every item that they have previously selected, be lined up before other non-selected items.

Thanks All.

Lamk
Princy
Top achievements
Rank 2
 answered on 18 Nov 2011
1 answer
89 views
I have a requirement that when the user check the checkbox he should not be able to check the other items.i want this from client side.
Princy
Top achievements
Rank 2
 answered on 18 Nov 2011
1 answer
82 views
How can i change the "+" (expand collapse icon) in treeview?
Princy
Top achievements
Rank 2
 answered on 18 Nov 2011
2 answers
231 views
Hi,

I have a list box with text not being wrapped by using the method posted on this thread (http://www.telerik.com/community/forums/aspnet-ajax/listbox/scrollbars-in-radlistbox.aspx). Please see attached screenshot - listbox.png.

The downside of this is that horizontal scroll bar appears as the text is too long to display in the width of the list box. I use tool tips to display the text anyway (see listbox2.png), so I want to remove the horizontal scroll bar.

Is this possible?

Regards.
Richard
Top achievements
Rank 1
 answered on 18 Nov 2011
12 answers
189 views
Is there a way to float the upload progress area above the page so it doesn't take up space on the page?

Thanks,
KWilder
Robert
Top achievements
Rank 1
 answered on 18 Nov 2011
2 answers
69 views
Installed the CPT2 and the RadEditor buttons mentioned above do not work.  What specifically do I need to add to the web.config to make them work?   I've tried a variety of httphandler settings but nothing works. 
Clint
Top achievements
Rank 1
 answered on 17 Nov 2011
5 answers
167 views
I have a a couple of panes separated by a splitBar where the right hand pane is collapsed. I need to have my Watin test click the expand button so both panes are displayed. Here's the splitter definition:

 

<telerik:RadSplitter ID="rsCenterPaneSplitter" Runat="server" Width="100%"

 

 

Height="100%" Orientation="Vertical" VisibleDuringInit="False">

 

 

<telerik:RadPane ID="rpLeftItemPane" Runat="server" OnClientResized="ContentPaneResized" OnClientCollapsed="ContentPaneResized" OnClientExpanded="ContentPaneResized">

 

 

<iframe width="100%" height="100%" runat="server" id="fraContent"></iframe>

 

 

</telerik:RadPane>

 

 

<telerik:RadSplitBar ID="rsbSplitViewSplitBar" runat="server" CollapseMode="Both"

 

 

ResizeStep="50" EnableResize="true" />

 

 

<telerik:RadPane ID="rpRightItemPane" Runat="server" Collapsed="True" OnClientResized="ContentPaneResized" OnClientCollapsed="ContentPaneResized" OnClientExpanded="ContentPaneResized">

 

 

<iframe width="100%" height="100%" runat="server" id="fraRightItemContent"></iframe>

 

 

</telerik:RadPane>

 

 

</telerik:RadSplitter>

 



Thanks,
Chris
Plamen
Telerik team
 answered on 17 Nov 2011
1 answer
51 views
I downloaded the installer yesterday and today there is another release. Can someone please point me to more detailed release notes so I can judge whether it's worth installing? Not enough information here: http://www.telerik.com/products/reporting/whats-new/release-history.aspx or http://visualstudiogallery.msdn.microsoft.com/4762f91c-c69f-43dc-8a69-2ec4ab27c610?SRC=VSIDE
Thanks!
Dan

Edit:
Yesterday I downloaded Telerik.Web.UI_2011_3_1115_Dev.msi and today the version I was prompted by vs 2010's Extension Manager to download 2011.3.116.0.

Also, in the Extension Manager it says my current version is 2011_3_1114.0. This is quite confusing.
Andrey
Telerik team
 answered on 17 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?