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

I am using RAD Menu v3.2 with asp.net 1.1 framework.

In IE when I open menu it opens upside. I want to open the same downward all time. It works as expected in Mozilla and other browser.

v3.2 does not support property EnableScreenBoundaryDetection which was introduced from Q4 2006.
Can you please confirm what is the latest version support on .Net 1.1 framework.

Thanks and Regards,
Tabrez
Shinu
Top achievements
Rank 2
 answered on 23 Aug 2011
1 answer
402 views
hi,

I am using radGrid, in that grid I have delete and edit button as columns. 
I am using grouping functionality but only for columns which have data and not buttons.
How can I disable grouping for perticuler columns?

Thanks in advance.
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Aug 2011
1 answer
202 views
DataTable tbl = new DataTable();
tbl.Columns.Add("Date");
tbl.Columns.Add("City");
tbl.Columns.Add("SeriesName");
tbl.Columns.Add("XAxisLabel");
tbl.Columns.Add("YAxisLabel");

Hello telerik team, i have a table with the above structure. i need to draw a chart for the above data. the value for xaxis are in date format and y axis in string format. if i bind this datatable to RadChart object i'm getting empty series. It is accepting only numbers. Is it a limitation or i did any mistake?. And even if i give as numbers i need to group chart by series . the value for Legend should get from "SeriesName" column. Can someone help me.
Evgenia
Telerik team
 answered on 23 Aug 2011
1 answer
100 views
The client OnRowSelecting event never fires.  It goes straight to the postback.

The client OnClick event fires, but it doesn't do me any good since that event is not cancellable.  How am I supposed to catch that action on the client side?
Shinu
Top achievements
Rank 2
 answered on 23 Aug 2011
3 answers
70 views
We have used telerik rad window. It is working fine in Mozila, Crome, IE8 but in IE7 and IE9 it has a problem. The buttons used at the end of the window goes down side and out of the window as in the given screen shot. If we want to click the button then we have to scroll down the whole page, come to the button. On mouse over the button moves to upward dirrection or to the position where it should be. Then we are able to click it. The window has width="760" and  height="550".
Slav
Telerik team
 answered on 23 Aug 2011
0 answers
130 views

In order to get familiar in a fast and pretty straight-forward manner with RadDock for ASP.NET AJAX, I suggest you visit the online resources linked below:

Online examples

Online documentation

Step-by-step tutorial

Code library

Knowledge base

Blogs

Videos

 Of course, you can browse the public forum as well in order to find a specific information/code sample concerning an aspect of the RadDock object model/ features. There are numerous threads which can get you started/assist you through the development process.

 If you think you have an interesting project implementation with the RadDock that would benefit the community, we will gladly reward you for posting it in the Code library of RadDock. So feel free to share your projects for others to learn more about all the amazing things RadDock can do.

 Finally, we will appreciate your feedback on the structure/content of the online resources - our goal is to continue enriching them, thus facilitating our customers even more.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 23 Aug 2011
1 answer
74 views
Hi telerik team, i have one table which has quantity and Date. i need to assign date column to ChartSeries.DataXColumn, when i am trying to assign this column i'm getting "Date is not numeric" exception. Is it a limitation or how can i assign this data to RadChart.
Evgenia
Telerik team
 answered on 23 Aug 2011
7 answers
157 views
hi,

I was following this example here: http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/exporting/defaultvb.aspx
the only difference is that I am binding data source from code behind in page_load method, means instead of:
 <telerik:RadGrid ID="RadGrid1" DataSourceID="SqlDataSource1" .......
I am using binding in page_load like this:
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Not IsPostBack Then
        dsClients = clsDB.getData(strSQL)
        RadGrid1.DataSource = dsClients
        RadGrid1.DataBind()
        End If
    End Sub





please note that I am using master page and aspx page, in master page I put rad script manager like this:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="10000" />

and in aspx page I put the ajax panel and rad grid like this:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <ClientEvents OnRequestStart="onRequestStart" />
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadGrid1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

                                    <telerik:RadGrid ID="RadGrid1" AllowSorting="True"
        AllowPaging="True" PageSize="5" runat="server" GridLines="None" Width="95%"
        OnItemCommand="RadGrid1_ItemCommand">
        <ExportSettings HideStructureColumns="true" />
                <MasterTableView Width="100%" CommandItemDisplay="Top">
            <PagerStyle Mode="NextPrevNumericAndAdvanced" />
            <CommandItemSettings ShowExportToWordButton="true" ShowExportToExcelButton="true"
                ShowExportToCsvButton="true" />
        </MasterTableView>
        </telerik:RadGrid>


so when I click any button in the grid its disappeared!

any help?
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Aug 2011
0 answers
158 views

In order to get familiar in a fast and pretty straight-forward manner with RadFileExplorer for ASP.NET AJAX, I suggest you visit the online resources linked below:

Online examples

Online documentation

Step-by-step tutorial

Code library

Knowledge base

Blogs

Videos

 Of course, you can browse the public forum as well in order to find a specific information/code sample concerning an aspect of the RadFileExplorer object model/ features. There are numerous threads which can get you started/assist you through the development process.

 If you think you have an interesting project implementation with the RadFileExplorer that would benefit the community, we will gladly reward you for posting it in the Code library of RadFileExplorer . So feel free to share your projects for others to learn more about all the amazing things RadFileExplorer can do.

 Finally, we will appreciate your feedback on the structure/content of the online resources - our goal is to continue enriching them, thus facilitating our customers even more.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 23 Aug 2011
0 answers
101 views

In order to get familiar in a fast and pretty straight-forward manner with RadRotator for ASP.NET AJAX, I suggest you visit the online resources linked below:

Online examples

Online documentation

Step-by-step tutorial

Code library

Knowledge base

Blogs

Videos

 Of course, you can browse the public forum as well in order to find a specific information/code sample concerning an aspect of the RadRotator object model/ features. There are numerous threads which can get you started/assist you through the development process.

 If you think you have an interesting project implementation with the RadRotator that would benefit the community, we will gladly reward you for posting it in the Code library of RadRotator. So feel free to share your projects for others to learn more about all the amazing things RadRotator can do.

 Finally, we will appreciate your feedback on the structure/content of the online resources - our goal is to continue enriching them, thus facilitating our customers even more.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 23 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?