Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
90 views
Hi
       I used the Rad Tree view with in Drop Down box. The Check box node Tree view is showing country. ok.. When i click the check box the node is showing properly. but when Click the node text that time the drop down close the drop down.. that means is similar to page load... I want to need
                         1. i don't have node text click event that means (Let us Assume the Check box with follows India. I  have to enough the check box checking.. only i don't have text Clicking that mean When i Click the  text India...
                          2. Otherwise the  node text Click event the page not load and text is load the Page


Regards
G. Manikandan
mani
Top achievements
Rank 1
 asked on 17 Mar 2009
0 answers
163 views
Hi
      I used the Combo box with in Tree view. my implemented Concept for When i Click the Country node  in Rad Tree view  the Second Drop Down State is showing... when i Clicked the State that time The City Name is Showing Another Drop Down... Here my Problem is When I Click the first Drop Down the Page is not Page Load. When i Click the Second Drop Down that time The Page is Loading I don't know what is the problem


I Wrote the  page like this aspx.cs

            <asp:Panel ID="pnlSearchContact" runat="server" GroupingText="<%$ Resources:AdminResource, pnlContactType %>">
                  
                  <div id="Div1">
                      
                      <div class="searchdestination">
                            <asp:Label ID="lblUniversalSearchDestination" runat="server" Text="<%$ Resources:AdminResource, lblPersonalInfoDestination %>" ToolTip="<%$ Resources:AdminResource, ttPersonalInfoDestination %>"></asp:Label>
                          <telerik:RadAjaxPanel ID="ajaxPnlcmbUniversalSearchDestination" runat="server">
                          
                            <telerik:RadComboBox ID="cmbUniversalSearchDestination"
                                runat="server"  Width="150px" Font-Size="Small">
                                         
                      
                            <ItemTemplate>      
                     
                                      <telerik:RadTreeView runat="server" ID="treeDestination" OnClientNodeChecking="nodeChecking"   PersistLoadOnDemandNodes="true"  CheckBoxes="true" MultipleSelect="true">                                             
                                        </telerik:RadTreeView>   
                                       
                                          <div class="cmbareadiv">                                    
                                                 <div style="overflow: auto">
                                                        <asp:LinkButton ID="btnDestinationSelect" OnClick="lnkDestinationSelect_Click" CssClass="footsize"   Text="Select" runat="server"></asp:LinkButton>
                                                     <!--   <asp:LinkButton ID="lnkDestinationClose"   runat="server" CssClass="footsizeclose"   Text="close"></asp:LinkButton> -->
                                                 </div>
                                            </div>                                     
                        
                           </ItemTemplate>  
                           
                            <Items>  
                                <telerik:RadComboBoxItem Text="" />  
                            </Items>  
                            
                            <CollapseAnimation Duration="200" Type="OutQuint" />
                            </telerik:RadComboBox>
                          </telerik:RadAjaxPanel>
                       </div>
             
                      <div class="searchloadarea">
                            <asp:Label ID="lblUniversalSearchArea" runat="server" Text="<%$ Resources:AdminResource, lblPersonalInfoArea %>" ToolTip="<%$ Resources:AdminResource, ttPersonalInfoArea %>"></asp:Label>


                           <telerik:RadAjaxPanel ID="ajaxPnlcmbUniversalSearchArea" runat="server">
                           
                             <telerik:RadComboBox ID="cmbUniversalSearchArea" AutoPostBack="false"  runat="server" Width="150px" Font-Size="Small">

                             <ItemTemplate>      
                     
                                       <telerik:RadTreeView runat="server" ID="treeSubArea" MaxDataBindDepth="2" OnClientNodeChecking="nodeAreaChecking"   PersistLoadOnDemandNodes="true"  CheckBoxes="true" MultipleSelect="true">                                           
                                       </telerik:RadTreeView>   
                                       
                                          <div class="cmbareadiv">                                    
                                                 <div style="overflow: auto">
                                                        <asp:LinkButton ID="lnkSubAreaSelect" OnClick="lnkSubAreaSelect_Click"    CssClass="footsize"   Text="Select" runat="server"></asp:LinkButton>
                                                      <!--  <asp:LinkButton ID="lnkSubAreaClose"   runat="server" CssClass="footsizeclose"   Text="close"></asp:LinkButton> -->
                                                 </div>
                                            </div>                                   
                        
                            </ItemTemplate>  
                            
                             <Items>  
                                <telerik:RadComboBoxItem Text="" />  
                            </Items>  
                            
                                <CollapseAnimation Duration="200" Type="OutQuint" />
                             </telerik:RadComboBox>
                         </telerik:RadAjaxPanel>
                       </div>
                         
                      <div class="searchloadlocation">
                            <asp:Label ID="lblUniversalSearchLocation" runat="server" Text="<%$ Resources:AdminResource, lblPersonalInfoLocation %>" ToolTip="<%$ Resources:AdminResource, ttPersonalInfoLocation %>"></asp:Label>
                            
                            <telerik:RadAjaxPanel ID="ajaxPnlcmbUniversalSearchLocation"  runat="server">
                          
                             <telerik:RadComboBox ID="cmbUniversalSearchLocation" AutoPostBack="false" runat="server" Width="150px" Font-Size="Small" Sort="Descending">
                             
                              <ItemTemplate>      
                     
                                      <telerik:RadTreeView runat="server" ID="treeLocation" OnClientNodeChecking="nodeLocationChecking"  PersistLoadOnDemandNodes="true"  CheckBoxes="true" MultipleSelect="true">                                             
                                      </telerik:RadTreeView>   
                                       
                                          <div class="cmbareadiv">                                    
                                                 <div style="overflow: auto">
                                                        <asp:LinkButton ID="btnLocationSelect" OnClick="lnkLocationSelect_Click"  CssClass="footsize"   Text="Select" runat="server"></asp:LinkButton>
                                                        
                                                       <!-- <asp:LinkButton ID="lnkLocationClose"  runat="server" CssClass="footsizeclose"   Text="close"></asp:LinkButton> -->
                                                 </div>
                                            </div>                                   
                        
                            </ItemTemplate>  
                             
                               <Items>  
                                <telerik:RadComboBoxItem Text="" />  
                             </Items>  
                            
                                <CollapseAnimation Duration="200" Type="OutQuint" />
                             </telerik:RadComboBox>
                          </telerik:RadAjaxPanel>
                         </div>
                         
                        <div class="searchbtn">
                            <asp:Button ID="btnUniversalSearchSearch" OnClick="btnUniversalSearchSearch_Click"  ToolTip="<%$ Resources:AdminResource, ttSearch %>" Text="<%$ Resources:AdminResource, btnSearch %>"  runat="server" CssClass="searchbtnsize"/>                     
                            <asp:Button ID="btnUniversalSearchReset" ToolTip="<%$ Resources:AdminResource, ttReset %>" Text="<%$ Resources:AdminResource, btnReset %>" runat="server" CausesValidation="false" OnClientClick="ClearValues(); return false;" CssClass="searchbtnsize" />
                        </div>    
                         
                       
                    
                    </div>
                    
                    <div class="searchtitle">                    
                             <div class="searchfirstname">
                                  <asp:Label ID="lblUniversalSearchFirstName" ToolTip="<%$ Resources:AdminResource, ttFirstName %>"   Text="<%$ Resources:AdminResource, lblFirstName %>" runat="server"></asp:Label>
                                  <telerik:RadTextBox ID="txtUniversalSearchFirstName" runat="server" Width="150px">
                                  </telerik:RadTextBox>
                            </div>                               
                            
                            <div class="searchlastname">
                                <asp:Label ID="lblUniversalSearchLastName" ToolTip="<%$ Resources:AdminResource, ttLastName %>"   Text="<%$ Resources:AdminResource, lblLastName %>"  runat="server"></asp:Label>  
                                <telerik:RadTextBox ID="txtUniversalSearchLastName" runat="server" Width="150px"></telerik:RadTextBox>
                            </div>
                            
                            <div class="searchemail">
                                    <asp:Label ID="lblUniversalSearchEmail" ToolTip="<%$ Resources:AdminResource, ttEmail %>"   Text="<%$ Resources:AdminResource, lblEmail %>" runat="server"></asp:Label>
                                     <telerik:RadTextBox ID="txtUniversalSearchEmail" runat="server" Width="150px"></telerik:RadTextBox>
                            </div>
                            
                            <div class="searchpostalzipcode">
                              <asp:Label ID="lblUniversalSearchPostalZipCode" ToolTip="<%$ Resources:AdminResource, ttPostalZipCode %>"   Text="<%$ Resources:AdminResource, lblPostalzipcode %>" runat="server"></asp:Label>
                              <telerik:RadTextBox ID="txtUniversalSearchPostalZipCode" runat="server" Width="170px"></telerik:RadTextBox>
                            </div>                                               
                     </div>
                      
                   </asp:Panel>

     <!-- Ajax Manager-->              
          <telerik:RadAjaxManager ID="amanagerSearchGrid" runat="server">
            <AjaxSettings>
              <telerik:AjaxSetting AjaxControlID="griduniversal">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="griduniversal"  LoadingPanelID="aloadingpanelSearchGrid"/>
                        </UpdatedControls>
                    </telerik:AjaxSetting>       
            </AjaxSettings>
            
                  <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="cmbPersonalInfoCountry">
                        <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="cmbPersonalInfoState" />
                     </UpdatedControls>
                  </telerik:AjaxSetting>     
                 </AjaxSettings>   
                 
                 <AjaxSettings>
                        <telerik:AjaxSetting AjaxControlID="cmbCreditCardAddressCountry">
                        <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="cmbCreditCardState" />
                        </UpdatedControls>
                        </telerik:AjaxSetting>
                </AjaxSettings>                                     
                
              <AjaxSettings>
                        <telerik:AjaxSetting AjaxControlID="cmbUniversalSearchDestination">
                        <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="cmbUniversalSearchArea" />
                        </UpdatedControls>
                        </telerik:AjaxSetting>
                </AjaxSettings>    
                
                 <AjaxSettings>
                        <telerik:AjaxSetting AjaxControlID="cmbUniversalSearchArea">
                        <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="cmbUniversalSearchLocation" />
                        </UpdatedControls>
                        </telerik:AjaxSetting>
                </AjaxSettings>  
        </telerik:RadAjaxManager>

in .Cs Page I used like this


    // Load Destination Details in DropDown Box (Country Drop Down)
        public void LoadDestinationFromDB()
        {

            IList<AreaData> areaData = new List<AreaData>();
            areaData = areaManager.GetAreaList();
            RadTreeView treedestination = (RadTreeView)cmbUniversalSearchDestination.Items[0].FindControl("treeDestination");
            treedestination.PersistLoadOnDemandNodes = true;
            treedestination.DataSource = areaData;
            treedestination.DataFieldID = "ID";
            treedestination.DataTextField = "Name";
            treedestination.DataValueField = "ID";
            treedestination.DataBind();

        }


//Load SubArea Details in DropDown (State DropDown
        public void LoadSubAreaFromDB()
        {
           
            IList<AreaData> subAreaData = new List<AreaData>();
            RadTreeView treedestination = (RadTreeView)cmbUniversalSearchDestination.Items[0].FindControl("treeDestination");
            treedestination.ExpandAllNodes();
            destinationlist.Clear();
            foreach (RadTreeNode node in treedestination.Nodes)
            {

                if (node.Checked)
                {
                    destinationlist.Add(Convert.ToInt32(node.Value));
                }
            }

            subAreaData = areaManager.GetAreasByParentAreas(destinationlist);
            RadTreeView treesubArea = (RadTreeView)cmbUniversalSearchArea.Items[0].FindControl("treeSubArea");
            treesubArea.PersistLoadOnDemandNodes = true;
            RadTreeNode parentNode = null;
            treesubArea.Nodes.Clear();
            foreach (AreaData row in subAreaData)
            {
                parentNode = new RadTreeNode(row.Name, row.Id.ToString());
                // parentNode = new RadTreeNode(row.Name, row.ParentAreaID.ToString());
                parentNode.Expanded = true;
                foreach (AreaData area in row.childItems)
                {
                    RadTreeNode childNode = new RadTreeNode(area.Name, area.Id.ToString());
                    childNode.Expanded = true;
                    parentNode.Nodes.Add(childNode);
                }
                treesubArea.Nodes.Add(parentNode);
            }
            
        }



        // Load the Locations Details  (Country Drop Down)

        public void LoadLocationFromDB()
        {

            List<long> subareaList = new List<long>();
            IList<AreaData> subAreaData = new List<AreaData>();
            RadTreeView treesubArea = (RadTreeView)cmbUniversalSearchArea.Items[0].FindControl("treeSubArea");
            treesubArea.ExpandAllNodes();
            subareaList.Clear();
            foreach (RadTreeNode node in treesubArea.Nodes)
            {

                // get the child nodes
                RadTreeNodeCollection childNodes = node.Nodes;

                // iterate through the child nodes
                foreach (RadTreeNode childNode in childNodes)
                {
                    if (childNode.Checked)
                    {
                        subareaList.Add(Convert.ToInt32(childNode.Value));

                    }
                }
            }


            subAreaData = areaManager.GetAreasByParentAreas(subareaList);
            RadTreeView treeLocation = (RadTreeView)cmbUniversalSearchLocation.Items[0].FindControl("treeLocation");
            treeLocation.PersistLoadOnDemandNodes = true;
            RadTreeNode parentNode = null;
            treeLocation.Nodes.Clear();
            foreach (AreaData row in subAreaData)
            {
                parentNode = new RadTreeNode(row.Name, row.Id.ToString());
                parentNode.Expanded = true;
                foreach (AreaData area in row.childItems)
                {
                    RadTreeNode childNode = new RadTreeNode(area.Name, area.Id.ToString());
                    childNode.Expanded = true;
                    parentNode.Nodes.Add(childNode);
                }
                treeLocation.Nodes.Add(parentNode);
            }
        }


Let me know why the Second drop down link button click time Page  is Load.................

       


















mani
Top achievements
Rank 1
 asked on 17 Mar 2009
1 answer
65 views
Hi,

This might be repeated query but over the last week or so we have tried almost all the options that are available here as well as what has been given on the web. (Note: This is for the Page LIbrary and it works fine in the root site but fails on the sub sites. We are using the Feature of RADEditor 5.3.x)

What has us confused is that through the <scripts> tag work completely fine on the root site and can be edited on Both the Edit Page site Action and Edit Properties (EditForm.aspx) of the page library on the Root Site of the site collection. However on the Sub Sites it fails on the Edit Properties (EditForm.aspx) of the page library but allows us to paste (and it does not remove) <script> tags in the Edit Page us the Site actions. We have made the changes to replace the RichTextField with The RadHTMLField in the layouts page.

If we then go to the Edit Properties of the file in the Page Library we can see the encoded Javascript within <PRE> tags, if we try to appened any other script in the editor it is promptly stripped on saving the page.

Other issues we have noticed is that it removes Name attribute of SelectBox and the inline Javascript event (onChange) and all HTML comments. Are looking for some help here, if any of you faced similar problems please do share the same.

Thanks,

Bikash
Stanimir
Telerik team
 answered on 17 Mar 2009
3 answers
263 views
Hi

I am using RadTooltip with default skin but I want to modify the bg color
and reduce the font size.  I have defined a css class and applied it to the control:
.radtooltipCss  
{   
    background-color:#DCD2BE !important;   
    color:Black !important;   
    font-size:0.8em !important;  
}  

but it has no effect on overrriding the defualt skin. How do I do this right?

This is a great control by the way.

Thanks

Clive
Svetlina Anati
Telerik team
 answered on 17 Mar 2009
12 answers
453 views
I am wondering what I need to do to have my 4 overridden CSS files for the built in Web20 skin be picked up by the RadStyleSheetManager control. 

For example, I have put 4 CSS files in my site's skin folder (Combobox.Web20.css, Grid.Web20.css, Menu.Web20.css and TabStrip.Web20.css).  For each of those controls I have set the EnableEmbeddedSkins="false" property so that the site by default uses my modified versions rather than the built-in ones.  (by the way, in case it matters, I am defining my skin in the web.config file via the <add key="Telerik.Skin" value="Web20" /> key in my AppSettings)

I've read the information in Including custom StyleSheets as WebResources to RadStyleSheetManager and from what I can tell that seems to apply more if you're using a complete custom skin vs. overridding a few of the controls like I am.  Can you tell me if I should follow the instructions in the above link to get these 4 files included in my other single request or if there is some other way to handle this?

Thanks in advance!
Chris
Top achievements
Rank 2
 answered on 17 Mar 2009
2 answers
94 views
Hello,

I was able to successful run this demo: http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

However, in LoadCities function in the where clause I wanted to be able to pass 2 parameters instead of one.  For example, let's say I want to do the following, "SELECT * FROM Cities WHERE CountryID=@CountryID and ContinentID=@ContinentID".  Below is the function from the demo.

 

protected void LoadCities(string countryID)

 

{

 

SqlConnection connection = new SqlConnection(

 

 

ConfigurationManager.ConnectionStrings["TelerikConnectionString"].ConnectionString);

 

 

SqlDataAdapter adapter = new SqlDataAdapter("SELECT * FROM Cities WHERE CountryID=@CountryID", connection);

 

adapter.SelectCommand.Parameters.AddWithValue(

"@CountryID", countryID);

 

 

DataTable dt = new DataTable();

 

adapter.Fill(dt);

RadComboBox3.DataTextField =

"Name";

 

RadComboBox3.DataValueField =

"ID";

 

RadComboBox3.DataSource = dt;

RadComboBox3.DataBind();

 

foreach (RadComboBoxItem item in RadComboBox3.Items)

 

{

item.ToolTip = item.Text;

}

}

Thanks,
Ivy

dev79
Top achievements
Rank 1
 answered on 17 Mar 2009
1 answer
100 views
Hello
it seems that Prototype is causing issues with the RadAjaxManager (2009.1)

here is a simple page
html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
  <title>test</title> 
  <script type="text/javascript" src='http://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js' /> 
</head> 
<body> 
  <form id="form1" runat="server"
  <telerik:RadScriptManager ID="rsm" runat="server"/> 
  <telerik:RadAjaxManager ID="ram" runat="server" EnableAJAX="true">  
    <AjaxSettings> 
      <telerik:AjaxSetting AjaxControlID="btUpd"
        <UpdatedControls> 
          <telerik:AjaxUpdatedControl ControlID="lb"></telerik:AjaxUpdatedControl> 
        </UpdatedControls> 
      </telerik:AjaxSetting> 
    </AjaxSettings> 
  </telerik:RadAjaxManager> 
  <asp:TextBox ID="txtFrom" runat="server" Width="322px" MaxLength="500"></asp:TextBox> 
  <asp:Button ID="btUpd" runat="server" Text="Update" OnClick="btUpd_Click" /> 
    <br /> 
    <asp:Label ID="lb" runat="server" /> 
  </form> 
</body> 
</html> 
This is causing the following javascript error in the embedded resource MicrosoftAjax.js

this._form is null (on line 15)
Type.registerNamespace("Sys.WebForms");S...Sys.UI._UpdateProgress",Sys.UI.Control);

and

ids is null (on line 2385)
for(var i=0;i<ids.length;i++){
This is really annoying since everything was working fine before i update to the latest version
Regards
Philippe


Philippe GRACA
Top achievements
Rank 1
 answered on 17 Mar 2009
4 answers
225 views
Hi!

Does anybody tried to use the asp.net ajax radgrid in a sharepoint webpart?

The treeview works, but i get an javascript error when i try to render a very simple radgrid?

Gerald
Ben
Top achievements
Rank 1
 answered on 17 Mar 2009
2 answers
465 views
I'm getting an " Multiple controls with the same ID 'approvalsPending' were found" error with the Q1 2009 tabstrip when clicking a tab with subtabs, clicking another tab, and then clicking the first tab.

Tabstrip definition:

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" OnClientTabSelecting="onTabSelecting" MultiPageID="RadMultiPage1" SelectedIndex="0" Skin="OESskin" EnableEmbeddedSkins="False"
    <Tabs> 
        <telerik:RadTab runat="server" Text="Confirmation" Value="confirmation" />     
         <telerik:RadTab runat="server" Text="Contact" Value="contact" />     
         <telerik:RadTab runat="server" Text="RA Requests" Value="raRequests" > 
         <Tabs> 
            <telerik:RadTab runat="server" Text="Remitters List" Value="chooseRemitters" /> 
            <telerik:RadTab runat="server" Text="Stewards List" Value="chooseStewards" />                        
         </Tabs> 
        </telerik:RadTab>         
         <telerik:RadTab runat="server" Text="Approvals" Value="approvals"
         <Tabs> 
            <telerik:RadTab runat="server" Text="Pending Approvals" Value="approvalsPending" /> 
            <telerik:RadTab runat="server" Text="Requested Approvals" Value="approvalsRequested" />                   
         </Tabs>          
        </telerik:RadTab>            
         <telerik:RadTab runat="server" Text="Approved RA's" Value="approved" /> 
    </Tabs> 
</telerik:RadTabStrip >      
<br /> 
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" CssClass="multiPage"
</telerik:RadMultiPage> 

Code behind:

    Protected Sub RadMultiPage1_PageViewCreated(ByVal sender As Object, ByVal e As RadMultiPageEventArgs) Handles RadMultiPage1.PageViewCreated 
        Dim userControlName As String = "tabpages\" & e.PageView.ID & ".ascx" 
        Dim userControl As Control = Page.LoadControl(userControlName) 
        userControl.ID = e.PageView.ID & "_userControl" 
        e.PageView.Controls.Add(userControl) 
 
        If (e.PageView.ID <> "chooseRemitters" Or Session("chooseRemitters") = 0) And (e.PageView.ID <> "approvalsPending" Or Session("approvalsPending") = 0) Then 
            CType(userControl, tabpage).loadTab() 
        Else 
            CType(userControl, tabpage).reloadTab() 
        End If 
    End Sub 
 
    Private Sub AddPageView(ByVal tab As RadTab) 
        Dim pageView As RadPageView = New RadPageView 
        pageView.ID = tab.Value 
        RadMultiPage1.PageViews.Add(pageView) 
        tab.PageViewID = pageView.ID 
    End Sub 
 
    Protected Sub RadTabStrip1_TabClick(ByVal sender As Object, ByVal e As RadTabStripEventArgs) Handles RadTabStrip1.TabClick 
        Dim clickedTab As New RadTab 
 
        If e.Tab.Value = "raRequests" Then 
            If RadTabStrip1.FindTabByValue("chooseRemitters").Visible = True Then 
                clickedTab = RadTabStrip1.FindTabByValue("chooseRemitters") 
            Else 
                clickedTab = RadTabStrip1.FindTabByValue("chooseStewards") 
            End If 
        ElseIf e.Tab.Value = "approvals" Then 
            clickedTab = RadTabStrip1.FindTabByValue("approvalsPending") 
        Else 
            clickedTab = e.Tab 
        End If 
 
        AddPageView(clickedTab) 
        clickedTab.PageView.Selected = True 
    End Sub 

I've tried commenting out userControl.ID = e.PageView.ID & "_userControl" and pageView.ID = tab.Value but that didn't help.

STACKTRACE:    at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)

   at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)

   at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)

   at System.Web.UI.Control.EnsureNamedControlsTable()

   at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)

   at System.Web.UI.Control.FindControl(String id)

   at Telerik.Web.UI.RadTabStrip.get_MultiPage()

   at Telerik.Web.UI.RadTab.get_PageView()

   at agreements.RadTabStrip1_TabClick(Object sender, RadTabStripEventArgs e) in D:\My Documents\Visual Studio 2005\WebSites\OES Reporting\agreements.aspx.vb:line 59

   at Telerik.Web.UI.RadTabStrip.RaiseEvent(Object eventKey, RadTabStripEventArgs e)

   at Telerik.Web.UI.RadTabStrip.OnTabClick(RadTabStripEventArgs e)

   at Telerik.Web.UI.RadTabStrip.RaisePostBackEvent(String eventArgument)

   at Telerik.Web.UI.RadTabStrip.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Line 59 is: clickedTab.PageView.Selected = True


Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 17 Mar 2009
1 answer
108 views
hi,

    My case is as follows. When a user logs in and lands up in an aspx page and selects a particular skin value from the radcombobox, then all the current page and all the pages he opens next, should be having the same skin. How do I do that ? I am trying out using radskinmanager.  Please help me out.

Thanks in advance !!!
Sebastian
Telerik team
 answered on 17 Mar 2009
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?