Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
127 views
Good Day:

Does anyone know how to set the focus to a RadComboBox in Code behind?

What I'm trying to do is :

RadAjaxPanel2.FocusControl(this.rcbCounty.ClientID);

I know with the Calendar control you must do:

RadAjaxPanel2.FocusControl(this.calLoanOrigDate.DateInput.ClientID + "_text");

I would appreciate any help I can get with this.

Mary.

Rosi
Telerik team
 answered on 06 Aug 2008
2 answers
169 views
I thought this would be easy, but i cant find where i can read about it. The idea is very simple how to print all the registers from the grid? or algo the page in context?..

I supossed this functionality is already written, but i dont know where.

please where i can read about it
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2008
6 answers
166 views
When you enable scrolling / zooming a few issues appears....

1) When setting RotationAngle = 20 for example with the line:

    RadChart.XAxis.Appearance..LabelAppearance.RotationAngle = 20

    

the labels on the XAxis dissapears from the chart. It works fine when you have
   ChartClientScrollMode set to None

2) When setting ChartClientScrollMode to XOnly the YAxis labeling is
    missplaced.
    It gets positioned at the same height as before but know the scrollbar is
    there and you can't see the lines (or whatever you have) that should be at
    the bottom because they are behind the scrollbar
    This is working when you are using ChartClientScrollMode.Both

    RadChart.ClientSettings.ScrollMode = ChartClientScrollMode.XOnly

/Thanks in advance
Davy Wester

Ves
Telerik team
 answered on 06 Aug 2008
1 answer
86 views
Hello

RadView's Node can bind Expended property from XML file, but cannot from a DataSet (e.g., a column named Expaned).

Is this true for the time being? Or there is a workaround.

Thanks a lot.
Ricky.
Atanas Korchev
Telerik team
 answered on 06 Aug 2008
3 answers
169 views
When I click in image manager, i get the following error:

Server Error in '/' Application.

Invalid path. Could not get SPFolder.


we use the RadEditor full edition version: 4.4.1.0.
Please how can I fix it ASAP
Rumen
Telerik team
 answered on 06 Aug 2008
3 answers
113 views
so what i try to archive is that when user click the "view" button. it goes to another page with a navigation of "1(current)/10(total), previous, next, first, last".

the problem araises that how do i get the current index of the selected item according to the sort order? (user sorts by click the header)

any suggestion will be helpful
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2008
7 answers
292 views
Hi,

First of all thanx for the new Rotator it's much more elegant than the old one.
But after a day of trying to get it working the way my client had envisioned it I came up with the following issues, bugs, or whatever you want to call them.

1. The client mouseover / -out events do not seem to work when in Buttons(-over) mode
2. The FromCode examples as shown in the Demo (http://www.telerik.com/demos/aspnet/prometheus/Rotator/Examples/ClientAPIControl/DefaultCS.aspx) do not work when showing more the 1 item at the time. I'm showing the first 6 items and when I tried to use the client script as shown in the demo the 'next' and 'previous' button code made the rotator scroll to the 7th item and show items 7 to 12 when I expected the showNext method to scroll 1 item and show 2 to 7. The method showNext seems to behave more like a showNextScreen then a showNextItem.
3. I noticed the rotator has two client-side methods set_height and set_width. When I saw those I thought I could use them and be able to build exactly what was asked by the client. They may not be completely finished yet or aren't for public use because they do not resize the rotator. Yes they do resize the outermost DIV but that does not make the viewable area bigger, the radr_relativeWrapper and radr_clipRegion DIV's are not resized.
4. When in Buttons(-Over) mode the width of the buttons is use in the calculation of the with of the viewable area. I did not expect this because in my opinion the buttons have nothing to do with the rotator itself they are only a way to control it.
5. When in AutoAdvance of FromCode mode the buttons should not be rendered at all and not be hidden but css as they are now.
6. A couple of feature idea's:
- Add Value property to Item and make FindItemByValue() both server- and client-side available.
- Add the possibility to add custom attributes to an item server-side that can later be retrieved client-side.
- A combination RotatorType of AutoAdvance and ButtonsOver. A ButtonsOver rotator that has a default direction and starts automatically as an AutoAdvance. But when on mouseover on a button the direction changed in that direction and on mouseout the rotator stops, and will only continue in a direction when a button is clicked, or keeps going in the direction the button points.
- Client-side event handlers for button events (mouseover/-on and click)
- Client-side OnClientRotatorLoaded event handler.

There maybe more I wanted to add but I'll stay with this for now. I hope you guys can do something with these ideas.

Thanx and keep up the good work.

J-P
Georgi Tunev
Telerik team
 answered on 06 Aug 2008
3 answers
667 views

  We are using RadControls for ASP.NET 2.X, Q3 2007

  A developer is getting this message when opeing any aspx in VS with RadControls:
Error Creating Control - RadMenu1 Unknown server tag

  This is occurring for all pages with RadControls. I am not getting this error message.  What could be causing this?

  Thanks for your help.

  Here is one aspx page giving the error (although all other pages do as well):

<%

@ Master Language="C#" AutoEventWireup="true" CodeBehind="Navigation1.Master.cs" Inherits="EAI_Dashboard.Navigation1" %>

<%

@ Register Assembly="RadMenu.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %>

<!--%@ register tagname="header" tagprefix="uch" src="header.ascx" originalAttribute="src" originalPath="header.ascx" originalAttribute="src" originalPath="header.ascx" %-->

<!--%@ register tagname="footer" tagprefix="ucf" src="footer.ascx" originalAttribute="src" originalPath="footer.ascx" originalAttribute="src" originalPath="footer.ascx" %-->

<!--%@ register tagname="navbar" tagprefix="ucn" src="navbar.ascx" originalAttribute="src" originalPath="navbar.ascx" originalAttribute="src" originalPath="navbar.ascx" %-->

<%

@ Register Assembly="RadTabStrip.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

html xmlns="http://www.w3.org/1999/xhtml" >

<head>

<title><asp:contentplaceholder id="_titleContent2" runat="server">Main page</asp:contentplaceholder></title>

<link type="text/css" rel="stylesheet" />

</head>

<body leftmargin="10" rightmargin="10" topmargin="10" bottommargin="10">

<form id="Form2" runat="server">

<rad:RadMenu ID="RadMenu1" runat="server" OnItemClick="RadMenu1_ItemClick" Width="100%">

<Items>

<rad:RadMenuItem runat="server" NavigateUrl="~/Default.aspx" Text="Home">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/EventDashboard.aspx" Text="Dashboard">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/MapData.aspx" Text="Data Mapping">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/ReportControl.aspx" Text="Report Control">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/Admin.aspx" Text="Administration">

<Items>

<rad:RadMenuItem runat="server" NavigateUrl="~/AdminUserSecurity.aspx" Text="User Security">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/AdminMapData.aspx" Text="Data Map Definition">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/AdminGroupSubgroup.aspx" Text="Group/SubGroup">

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" NavigateUrl="~/AdminStatus.aspx" Text="Status Setup">

</rad:RadMenuItem>

</Items>

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" Text="Tools" Visible="False">

<Items>

<rad:RadMenuItem runat="server" Text="Export to Excel" >

</rad:RadMenuItem>

<rad:RadMenuItem runat="server" Text="Filter On/Off">

</rad:RadMenuItem>

</Items>

</rad:RadMenuItem>

</Items>

</rad:RadMenu>

<table border="0" height="75%" width="100%" cellpadding="1" cellspacing="0">

<tr>

<td valign="top" class="content">

<asp:contentplaceholder runat="server" id="_mainContent2" />

</td>

</tr>

</table>

</form>

</body>

</

html>

Todd Anglin
Top achievements
Rank 2
 answered on 06 Aug 2008
3 answers
262 views
Sir,
Is ther any way to get row count of grid both of current page n entire pages not from itemDatabound.

Thanks
Priya
Top achievements
Rank 1
 answered on 06 Aug 2008
1 answer
230 views
Hi All,

I want to show a button that can expand and Collapse all detailed tables in a radgrid.

Thank you for all the help,
Shehab
Princy
Top achievements
Rank 2
 answered on 06 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?