Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
187 views
hi...
i  have a problem with Rad rotator (image gallery).
When i click an image, at first the page post back and then the image is seen above.
But in your example when i click the image, image is seen above without page doesn't  post back.

the same thing happens when i click "ok" button for update the image's detail.

the client side code: 
<%@ Page Title="" Language="C#" MasterPageFile="homepage.master" AutoEventWireup="true" CodeFile="photo.aspx.cs" Inherits="pages_photo" %> 
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">  
 
<link type="text/css" rel="Stylesheet" href="../ClientFiles/css/gallery.css" /> 
 
<style type="text/css">  
 
.itemTemplate  
 
{  
 
text-align:center;  
 
padding:20px;  
 
border: solid 1px #dddddd !important;  
 
}  
 
</style> 
 
 
</asp:Content> 
 
 
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">  
<table width="100%" cellpadding="0" cellspacing="0">  
<tr> 
            <td> 
                <table width="100%">  
                    <tr> 
                        <td> 
                            <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="LoadingPanel1">  
                                <AjaxSettings> 
                                    <telerik:AjaxSetting AjaxControlID="thumbRotator">  
                                        <UpdatedControls> 
                                            <telerik:AjaxUpdatedControl ControlID="imagePreview" /> 
                                            <telerik:AjaxUpdatedControl ControlID="detailsPanel" /> 
                                        </UpdatedControls> 
                                    </telerik:AjaxSetting> 
                                    <telerik:AjaxSetting AjaxControlID="UpdateButton">  
                                        <UpdatedControls> 
                                            <telerik:AjaxUpdatedControl ControlID="detailsPanel" /> 
                                        </UpdatedControls> 
                                    </telerik:AjaxSetting> 
                                </AjaxSettings> 
                            </telerik:RadAjaxManager> 
                            <telerik:RadAjaxLoadingPanel ID="LoadingPanel1" runat="server" Skin="Default" Transparency="30" 
                                BackColor="#E0E0E0">  
                                <img src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' 
                                alt="Loading..." style="border: 0;" /> 
                            </telerik:RadAjaxLoadingPanel> 
                            <table id="tblGallery" width="683" cellpadding="0" cellspacing="0" border="0" runat="server" > 
                                <tr> 
                                    <%--<td style="height: 22px">  
                                        <img src="../ClientFiles/resimler/imagegallery/White.gif" height="22" width="60" alt="" style="float: left;" /> 
                                    </td>--%> 
                                    <td style="height: 22px">  
                                        <img src="../ClientFiles/resimler/imagegallery/cornerLeftTop.gif" height="22" width="50" alt="" style="float: left;" /> 
                                    </td> 
                                    <td style="height: 22px">  
                                        <img src="../ClientFiles/resimler/imagegallery/topLeft.gif" height="22" width="292" alt="" style="float: left;" /> 
                                    </td> 
                                    <td style="height: 22px">  
                                        <img src="../ClientFiles/resimler/imagegallery/topRight.gif" height="22" width="280" alt="" style="float: left;" /> 
                                    </td> 
                                    <td style="height: 22px">  
                                        <img src="../ClientFiles/resimler/imagegallery/cornerRightTop.gif" height="22" width="62" alt="" style="float: left;" /> 
                                    </td> 
                                </tr> 
                                <tr style="vertical-align:middle;">  
                                    <%--<td> 
                                        <img src="../ClientFiles/resimler/imagegallery/whiteMiddle.gif" height="243" width="60" alt="" style="float: left;" /> 
                                    </td>--%> 
                                    <td> 
                                        <img src="../ClientFiles/resimler/imagegallery/leftFrame.gif" height="243" width="50" alt="" style="float: left;" /> 
                                    </td> 
                                    <td class="previewPane" style="vertical-align:top;">  
                                        <div style="margin-top: 20px">  
                                            <%--<asp:Image ID="imagePreview2" runat="server" ImageUrl="../ClientFiles/resimler/imagegallery/spacer.gif" Height="192px" 
                                                Width="272px" AlternateText="preview" BorderWidth="0">  
                                            </asp:Image>--%> 
                                            <img id="imagePreview" name="imagePreview" runat="server" onclick="window.open(imagePreview.src);" src="../ClientFiles/resimler/imagegallery/spacer.gif" height="192" 
                                                width="272" title="preview" style="border-width:0"/>  
                                        </div> 
                                    </td> 
                                    <td class="infoPane" style="vertical-align:top;">  
                                        <div class="infoPaneBg" runat="server" id="detailsPanel">  
                                            <div class="imageDetailsHeader">  
                                                Resim detayları: </div> 
                                            <div id="viewPanel">  
                                                <div class="details">  
                                                    <input type="hidden" ID='hdnImageID' runat="server" /> 
                                                </div> 
                                                <div class="details">  
                                                    <strong>İsim:</strong>&nbsp;  
                                                    <asp:Label ID="labelImageName" runat="server"></asp:Label> 
                                                </div> 
                                                <div class="details">  
                                                    <strong>Resim Adı:</strong>&nbsp;  
                                                    <asp:Label ID="labelImageKeywords" runat="server"></asp:Label> 
                                                </div> 
                                                <div class="details">  
                                                    <strong>Açıklama:</strong>&nbsp;  
                                                    <asp:Label ID="labelImageComments" runat="server"></asp:Label> 
                                                </div> 
                                                <div id="divUpdateButton" class="details" style="margin-top: 5px; margin-left: 28px" runat="server">  
                                                    <href="javascript:buttonEditClicked();">  
                                                        <img style="border-top-style: none; border-right-style: none; border-left-style: none;  
                                                            border-bottom-style: none" height="21" alt="" src="../ClientFiles/resimler/imagegallery/editBtn.gif" width="60" /></a>  
                                                </div> 
                                            </div> 
                                            <div style="display: none" id="editPanel">  
                                                <div class="details">  
                                                    <strong>İsim:</strong>&nbsp;  
                                                    <asp:TextBox ID="textImageName" runat="server" CssClass="detailsTxtBox"></asp:TextBox> 
                                                </div> 
                                                <div class="details">  
                                                    <strong>Resim Adı:</strong>&nbsp;  
                                                    <asp:TextBox ID="textImageKeywords" runat="server" CssClass="detailsTxtBox"></asp:TextBox> 
                                                </div> 
                                                <div class="details">  
                                                    <strong>Açıklama:</strong>&nbsp;  
                                                    <asp:TextBox ID="textImageComments" runat="server" CssClass="detailsTxtBox"></asp:TextBox> 
                                                </div> 
                                                <div class="details">  
                                                    &nbsp;<asp:LinkButton CssClass="editBtns" ID="UpdateButton" runat="Server" OnClick="UpdateButton_Click">OK</asp:LinkButton> <class="editBtns" 
                                                        href="javascript:buttonCancelClicked();">Cancel</a> 
                                                </div> 
                                            </div> 
                                        </div> 
                                    </td> 
                                    <td> 
                                        <img src="../ClientFiles/resimler/imagegallery/rightFrame.gif" height="243" width="62" alt="" style="float: left;" /> 
                                    </td> 
                                </tr> 
                                <tr> 
                                    <%--<td> 
                                        <img src="../ClientFiles/resimler/imagegallery/whiteShadow.gif" height="117" width="60" alt="" /> 
                                    </td>--%> 
                                    <td> 
                                        <img src="../ClientFiles/resimler/imagegallery/left.gif" id="img_left" height="117" width="50" alt="" style="cursor: pointer" /> 
                                    </td> 
                                    <td colspan="2" class="thumbsViewer">  
                                        <telerik:RadRotator ID="thumbRotator" runat="server" RotatorType="ButtonsOver" Width="572" 
                                            Height="118px" ItemHeight="118" ItemWidth="145" FrameDuration="1"   
                                            ScrollDirection="Left,Right" OnItemClick="ShowImage">  
                                            <ItemTemplate> 
                                                <div class="itemTemplate">  
                                                    <img src='<%# DataBinder.Eval(Container.DataItem, "Image") %>' width='90px' alt='gallery image' 
                                                        class="RotatorImage" /><br /> 
                                                    <%# DataBinder.Eval(Container.DataItem, "Name")%> 
                                                </div> 
                                            </ItemTemplate> 
                                            <ControlButtons  LeftButtonID="img_left" RightButtonID="img_right" /> 
                                        </telerik:RadRotator> 
                                    </td> 
                                    <td> 
                                        <img src="../ClientFiles/resimler/imagegallery/right.gif" id="img_right" height="117" width="62" alt="" style="cursor: pointer" /> 
                                    </td> 
                                </tr> 
                            </table> 
                            <telerik:RadCodeBlock ID="rcb1" runat="Server">  
                                <script type="text/javascript">  
                                    function buttonEditClicked()  
                                    {  
                                        var panelViewImage = $get("viewPanel");  
                                        panelViewImage.style.display = "none";  
                                        var panelEditImage = $get("editPanel");  
                                        panelEditImage.style.display = "block";  
                                    }  
                                    function buttonCancelClicked()  
                                    {  
                                        var panelViewImage = $get("viewPanel");  
                                        panelViewImage.style.display = "block";  
                                        var panelEditImage = $get("editPanel");  
                                        panelEditImage.style.display = "none";  
                                    }  
                                </script> 
                            </telerik:RadCodeBlock> 
                            <%--<div id="divPagePhoto" runat="server"></div>--%> 
                        </td> 
                    </tr> 
                </table> 
            </td> 
        </tr> 
</table> 
</asp:Content> 
 
Fiko
Telerik team
 answered on 07 Aug 2009
1 answer
71 views
Can anyone tell me how can I select multiple slots in RadScheduler?

Thank you.
Peter
Telerik team
 answered on 07 Aug 2009
2 answers
107 views
I used your TabStrip > Application Scenarios > LoadOnDemand example. I have a grid with an item_command that is being fired by a button in a user control, but the item command is never firing. How do I fix this?

User Control:

            <telerik:RadGrid ID="RadGrid1" GridLines="None" runat="server" AllowSorting="true" 
                ShowStatusBar="true" PageSize="25" AllowPaging="True" AutoGenerateColumns="False" 
                AllowMultiRowSelection="false" OnPreRender="RadGrid1_PreRender" OnItemCommand="RadGrid1_ItemCommand">  
                <PagerStyle Mode="NextPrevAndNumeric" /> 
                <MasterTableView Width="100%" HorizontalAlign="NotSet" AutoGenerateColumns="False" DataKeyNames="ID">  
                    <Columns> 
                        <telerik:GridBoundColumn DataField="ID" UniqueName="ID" Visible="false" /> 
                        <telerik:GridButtonColumn ButtonType="ImageButton" ImageUrl="~/images/icon_page_magnify.gif" HeaderText="Select" UniqueName="Select" CommandName="Select" ItemStyle-Width="18px" ItemStyle-CssClass="cursorPointer" /> 
 
        protected void RadGrid1_ItemCommand(object source, GridCommandEventArgs e)  
        {  
            if (e.CommandName.ToUpper() == "SELECT")  
            {  
                int iID = Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["ID"]);  
                DisplayDetails(iID);  
            }  
        }  
 
Sebastian
Telerik team
 answered on 07 Aug 2009
3 answers
173 views
Hi,

I have a Grid on a page in which i have done grouping on two columns.

On each row i open a context menu (rad Menu) containing 4 items.

My issue is that when a grouping in the grid have less than 4 Rows, then the RadMenu doesnt render properly.

It shows only 1 or 2 items and rest arent shown.

please let me know if you have a solution.

My RadMenu markup is as follows:

<

 

rad:RadMenu ID="RadMenu1" IsContext="True" runat="server" Skin="Outlook" ContextMenuElementID="none"

 

 

CausesValidation="False" OnClientItemClicking="OnClientItemClicking" OnItemClick="RadMenu1_ItemClick">

 

 

<Items>

 

 

<rad:RadMenuItem ID="RadMenuItem1" Text="View User" Value="UserStatus" runat="server" />

 

 

<rad:RadMenuItem ID="RadMenuItem2" Text="Change Asset Status" Value="ChangeAssetStatus"

 

 

runat="server" />

 

 

<rad:RadMenuItem ID="RadMenuItem8" Text="View System" Value="ViewSystem" runat="server" />

 

 

<rad:RadMenuItem ID="RadMenuItem3" runat="server" Text="Change This Asset Status To"

 

 

Value="ChangeThisStatus">

 

 

<Items>

 

 

<rad:RadMenuItem ID="RadMenuItem4" runat="server" Text="Available">

 

 

</rad:RadMenuItem>

 

 

<rad:RadMenuItem ID="RadMenuItem5" runat="server" Text="Occupied">

 

 

</rad:RadMenuItem>

 

 

<rad:RadMenuItem ID="RadMenuItem6" runat="server" Text="To be Available">

 

 

</rad:RadMenuItem>

 

 

<rad:RadMenuItem ID="RadMenuItem7" runat="server" Text="Not Working">

 

 

</rad:RadMenuItem>

 

 

</Items>

 

 

</rad:RadMenuItem>

 

 

</Items>

 

 

</rad:RadMenu>

 



Thanks in advance.
Schlurk
Top achievements
Rank 2
 answered on 07 Aug 2009
6 answers
197 views
Hello,

Problem
I'm having problems with embedding .SWF files into the RadEditor (version 5.4.1.0).

Situation
I'm able to pick a flash object and insert it into the Fieldcontrol. But the .SWF doesn't render in DISPLAY mode. When I go back into EDIT mode - the .SWF is being rendered correctly.

When I take a look with the IE developer toolbar I noticed that the OBJECT is encoded in a PRE element with RadEditorEncodedTag and "display:none".

What I've already tried?
- Added <property name="AllowScripts">True</property> in the ConfigFile.xml
- Added AllowSpecialTags attribute to the RadHtmlField like this...

<Telerik:RadHtmlField id="BasicContentNL" FieldName="BasicContentNL" DisplayWidth="100%" ConfigFile="/_layouts/FostPlusCW/RadEditor/ConfigFile.xml" ToolsFile="/_layouts/FostPlusCW/RadEditor/ToolsFile.xml" AllowSpecialTags="true" runat="server"></Telerik:RadHtmlField>

Information
- I'm using the RadHtml publishing Fieldcontrol
- MOSS Publishing environment
- IE7
Gil Canare
Top achievements
Rank 1
 answered on 07 Aug 2009
1 answer
103 views

Hi I use this example http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx but when I add my control:

<telerik:RadPageView runat="server" ID="RadPageView2">
<uc2:uc ID="ucmy" RowID='<%#Eval("id") %>' runat="server" />
</telerik:RadPageView>
In information about client I have always get information about the last customer in RadGrid in current page.

Please help...

Pavlina
Telerik team
 answered on 07 Aug 2009
1 answer
232 views
I get following ERROR
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft JScript runtime error: Unexpected ajax response was received from the server.
This may be caused by one of the following reasons:

 - Server.Transfer.
 - Custom http handler.
- Incorrect loading of an "Ajaxified" user control.

Verify that you don't get a server-side exception or any other undesired behavior, by setting the EnableAJAX property to false.
------------------------------------------------------------------------------------------------------------------------------------------------------------------

I m getting this issue but at only site but not the other. same code i deployed on two different server, at 1 site i get this error but on other 1 i don't. its quite weird for me.

actually my this site has this issue
http://beta.texasdrivingexperience.com/CatalogofProducts/tabid/66/Default.aspx
when you click on Details button

but at this site there is no issue
http://texasdriving.premierwebplatform.com/CatalogofProducts/tabid/66/Default.aspx

code and web.config settings are the same.


but the point, which i m not getting is how could server time out within few seconds :-S

what should i do? if i set Response.RedirectLocation = Request.Url.ToString(); then i think it would redirect to login page rather giving error but actual desired operation won't be performed...





------------------------------------------------------
Pavlina
Telerik team
 answered on 07 Aug 2009
1 answer
100 views

Hi,

I've a radgrid with 2 columns - gridboundcolumn and other greidtemplate column with a dropdownlist in it.

For the dropdownlist, I'm binding the data in item databound.

These 2 columns have been created in ascx like:

 
   <Columns>
                                              <telerik:GridBoundColumn HeaderText ="Search Criteria" DataField="" UniqueName="SearchCriteria" ReadOnly="true">
                                              </telerik:GridBoundColumn>
                                                <telerik:GridTemplateColumn HeaderText="Mapped Tag" UniqueName ="MappedTag">
                                                   <ItemTemplate>
                                                      <asp:DropDownList ID="m_radMappedTagCombo" runat="server" Width="100%"></asp:DropDownList>
                                                  
                                                  </ItemTemplate>
                                                </telerik:GridTemplateColumn>
                                             </Columns>

how'll i access my gridboundcolumn in codebehind.

I need to bind some data to the grid bound column??

in cs:

List<string> strList = new List<string(){"aaa","ddd","cc"};

I need to bind strlist to my gridboundcolumn(uniquename for it is "temp").
so, how do i bind gridboundcolumn to strlist in my radgrid.

Note: i've declared my columns in .ascx

Thanks,
ZR

Tsvetoslav
Telerik team
 answered on 07 Aug 2009
3 answers
198 views
Hi,

I have a radgrid to which I am trying to create custom filter by using http://www.telerik.com/help/aspnet-ajax/grdcustomfilteroptionswithhandling.html article. I am not able to see onClick event on GridFilterMenu class. When I add onItemClick event, I am getting the following error;

System.ArgumentException: Requested value 'null' was not found.

code:

Default.aspx
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!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 runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>

                <asp:ScriptManager ID="scrp" runat="server"></asp:ScriptManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    </telerik:RadAjaxLoadingPanel>
   <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel2" runat="server">
        <img id="imgid" src="images/loading.gif" alt="Loading" />
    </telerik:RadAjaxLoadingPanel>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" >
        <AjaxSettings>
           
             <telerik:AjaxSetting AjaxControlID="radioYes">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="radGrid" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
              <telerik:AjaxSetting AjaxControlID="radioNo">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="radGrid" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
          
               
    
            <telerik:RadGrid ID="radGrid" runat="server" AutoGenerateColumns="true" AllowPaging="true"
                 PageSize="5" EnableAjaxSkinRendering="true" AllowFilteringByColumn="true"
                Skin="Office2007">
                <PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" />
            </telerik:RadGrid>
    </div>
    </form>
</body>
</html>


Default.aspx.cs

using System;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using Telerik.Web.UI;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            LoadRadGrid();
        }

    }

    protected void Page_Init(object sender, EventArgs e)
    {
        AddCustomGridFilters();
    }

    public void AddCustomGridFilters()
    {
        radGrid.FilterMenu.Items.Clear();
        RadMenuItem[] radMenuItems = new RadMenuItem[7];
        for (int index = 0; index < radMenuItems.Length; index++)
        {
            radMenuItems[index] = new RadMenuItem();
            radGrid.FilterMenu.Items.Add(radMenuItems[index]);
        }
        radMenuItems[0].Text = Constants.EqualTo;
        radMenuItems[1].Text = Constants.StartsWith;
        radMenuItems[2].Text = Constants.EndsWith;
        radMenuItems[3].Text = Constants.LessThan;
        radMenuItems[4].Text = Constants.GreaterThan;
        radMenuItems[5].Text = Constants.Contains;
        radMenuItems[6].Text = Constants.NoFilter;

        (radGrid.FilterMenu as GridFilterMenu).ItemClick += new RadMenuEventHandler(_Default_ItemClick);

    }

    void _Default_ItemClick(object sender, RadMenuEventArgs e)
    {
        //Do something.
    }

   

    private void LoadRadGrid()
    {
        

        this.radGrid.DataSource = GetDataTable();
        this.radGrid.DataBind();
    }

    private DataTable GetDataTable()
    {
        DataTable dt = new DataTable();
        dt.Columns.Add(new DataColumn("ID"));
        dt.Columns.Add(new DataColumn("Name"));
        dt.Columns.Add(new DataColumn("Marks"));

        DataRow dr = dt.NewRow();
        dr["ID"] = 1;
        dr["Name"] = "Mahesh";
        dr["Marks"] = 100;
        dt.Rows.Add(dr);

        dr = dt.NewRow();
        dr["ID"] = 2;
        dr["Name"] = "Rajesh";
        dr["Marks"] = 55;
        dt.Rows.Add(dr);

        dr = dt.NewRow();
        dr["ID"] = 3;
        dr["Name"] = "Kishore";
        dr["Marks"] = 89;
        dt.Rows.Add(dr);

        dr = dt.NewRow();
        dr["ID"] = 4;
        dr["Name"] = "Sasi";
        dr["Marks"] = 44;
        dt.Rows.Add(dr);

        dr = dt.NewRow();
        dr["ID"] = 5;
        dr["Name"] = "Kamesh";
        dr["Marks"] = 78;
        dt.Rows.Add(dr);

        return dt;
    }

    //This class contains all the constants
    public class Constants
    {
        public const string CrtSegment = "crt";
        public const string FleetSegment = "fleet";

        // Numeric And String Constants
        public const string EqualTo = "EqualTo";
        public const string NotEqualTo = "NotEqualTo";
        public const string GreaterThan = "More than";
        public const string LessThan = "Less than";
        public const string GreaterThanOrEqualTo = "GreaterThanOrEqualTo";
        public const string LessThanOrEqualTo = "LessThanOrEqualTo";
        public const string Between = "Between";
        public const string NotBetween = "NotBetween";
        public const string ISNull = "IsNull";
        public const string ISNotNull = "NotIsNull";
        public const string NoFilter = "No filter";

        // String Constants
        public const string Contains = "Contains...";
        public const string DoesNotContain = "DoesNotContain";
        public const string StartsWith = "Starts with...";
        public const string EndsWith = "Ends with...";
        public const string IsEmpty = "IsEmpty";
        public const string IsNotEmpty = "IsNotEmpty";

        //RadContextMenu Constants
        public const string ShowColumn = "Show column";
        public const string HideColumn = "Hide column";
        public const string RestoreAll = "Restore All";

    }

}


Thanks,
Mahesh
Sebastian
Telerik team
 answered on 07 Aug 2009
3 answers
338 views
Hi,

I have an older web application using Telerik.WebControls namespace and *.NET2 assemblies. Where can I find the documentation on how to perform an upgrade of this kind of application to the latest version of Telerik controls? I tried copying the new Telerik.Web.UI.dll, updating web.config and changing all references of Telerik.WebControls to Telerik.Web.UI namespace but it's not working. Thanks for your help,

Marc
Svetlina Anati
Telerik team
 answered on 07 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?