Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 views
My controls such as tabstrip and sometime panels seem to dissapear after a timeout of 30 min, even though my authentication time out hasn't. I ajax enable my telerik controls.

<

authentication mode="Forms">

<

forms name=".ADAuthCookie" loginUrl="Login.aspx" timeout="480" />

</

authentication>

Auth timeout set for 8 hrs just as a test.

<

sessionState mode="InProc" cookieless="false" timeout="480" />

Session set for 8 hr timeout also

I am using RadControlsQ1 2007
 
Helen
Telerik team
 answered on 11 Sep 2008
2 answers
276 views
When I export data from grid to CSV and export setting is set to export data only (ExportOnlyData="true"), column "<telerik:GridEditCommandColumn" is exported too.

If I use ExportToExcel (or ExportToWord) instead of ExportToCSV, GridEditCommandColumn is not exported (ExportOnlyData="true").

Could you help me please?

     Richard
Richard
Top achievements
Rank 2
 answered on 11 Sep 2008
1 answer
75 views
Hi I'm testing your Product and i had this scenario where i'm building 6 series of 23 point each serie and nothing more and it take up to 5 or more seconds to render using ajax functionality, so i don't know what could be the problem if it's because is a trial or something with my machine? can you give me some ideas where to look at

Thanks

Giuseppe
Telerik team
 answered on 11 Sep 2008
1 answer
191 views

Hi All,

I am new in share point and telerik control.

I want to add telerik menu control as a web part in share point site. I want some help form any share point expert J

Below is my c# code.

 

using System;

using System.Runtime.InteropServices;

using System.Web.UI;

using System.Web.UI.WebControls.WebParts;

using System.Xml.Serialization;

using Microsoft.SharePoint;

using Microsoft.SharePoint.WebControls;

using Microsoft.SharePoint.WebPartPages;

using Telerik.Web.UI;

namespace DynamicMenuWebPart

{

    [Guid("4fe5b8a3-f60b-4f96-ae66-f17512972f67")]

    public class DynamicMenuWebPart : System.Web.UI.WebControls.WebParts.WebPart

    {

        public DynamicMenuWebPart()

        {

            this.ExportMode = WebPartExportMode.All;

        }

 

 

        protected override void Render(HtmlTextWriter writer)

        {

            base.Render(writer);

            RadMenu menu = new RadMenu();

            menu.ID = "menu";

            RadMenuItem item = new RadMenuItem("Item1");

            menu.Items.Add(item);

 

            this.Controls.Add(menu);

        }

 

 

        protected override void CreateChildControls()

        {

            base.CreateChildControls();

 

        }

       

    }

}

 

Also added assembly ref of Telerik.Web.UI.dll, System.Web.Extensions.dll in project

In my site web config I added entries for telerik contol are below in

<SafeControls>

      <SafeControl Assembly="Telerik.Web.UI, Version=2008.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="Telerik.Web.UI" Safe="True" />

   

 

Then I build code and run code with no error. Then when I add web part in my share point page

I get error below

“The "DynamicMenuWebPart" Web Part appears to be causing a problem. The control with ID 'menu' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.

Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator.

Troubleshoot issues with Windows SharePoint Services. “

 

Please help me to solve the problem.Please reply me how to use telerik control as web part in share point page.

Sebastian
Telerik team
 answered on 11 Sep 2008
0 answers
66 views
I have VS 2008 and IE 7.0 on my machine. When I am viewing the grid with filter. It is showing the filter menu options below the grid as line items
Can you please help me know what I am missing?
Punit
Top achievements
Rank 1
 asked on 11 Sep 2008
2 answers
115 views
Hi

I want to use a grid of which one of the items (columns must have a link/button)
when the user clicks on this link/button another grid must appear with 2/3 columns in the form of a dropdown grid, from which the user must be able to select some of the records in that grid via checkboxes.

Where is there documentation on creating a dropdown column consisting of another grid? or can one use the dropdown column type somehow to achieve the same results / functionality?

Thanks
Ian Coetzer
Top achievements
Rank 2
 answered on 11 Sep 2008
1 answer
120 views

I created a Hierarchical Grid and everything works great.

I placed the RadGrid inside my RadPanelBar under
 

<

telerik:RadPanelItem runat="server" Text="Pages and Media" Expanded="True">
<Items
>
<telerik:RadPanelItem runat
="server">
<ItemTemplate
>
"My grid"


It works fine inside the panelbar.

However, I need to access 


Protected
Sub RadGrid1_UpdateCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.UpdateCommand

Dim editedItem As GridEditableItem = TryCast(e.Item, GridEditableItem)

'Access the textbox from the edit form template and store the values in string variables.

Dim mediaType As String = (TryCast(editedItem("mediaType").Controls(0), TextBox)).Text

How can I accomplish this?


 

Shinu
Top achievements
Rank 2
 answered on 11 Sep 2008
12 answers
121 views
Hi,

We just bought Telerik control suite and working on Menu and Panel bar control. I wanted to know that, how can i get menu item 'Selected' after postback of page? ( If you have property for menu selection or use of CSS)

Please send me an example code in C#, it would be helpful for me.

Hope to hear you fast.

Aamir
Atanas Korchev
Telerik team
 answered on 11 Sep 2008
3 answers
211 views
Hi there!

We deliver highly dynamic ASP.NET pages. During an UpdatePanel callback to the server the panels content is changing and/or gets extended by new controls. Those also support tooltips. However these tooltips are never shown at all.

Is this approach supported by the tooltip control? Are there any known issues?

Thanks in advance,

Patrick
Tervel
Telerik team
 answered on 11 Sep 2008
1 answer
101 views
I have a databound PanelBar.  I'm trying to write a javascript to expand/collapse panelbar groups.  I am trying to use the findItemByValue function to get a reference to the item I want to expand.  It just returns NULL.  Upon doing some debugging I found that none of the databound panelbar items had a value assigned to them.  If I go item by item and do get_value it returns NULL.  I'm using Q2 2008 and databinding against a LINQ to SQL query.
Atanas Korchev
Telerik team
 answered on 11 Sep 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?