Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
94 views
Hello,

I like this control! A question about a minor issue: I noticed that the build in buttons render (see attachment) even though I've configured custom buttons to be used (working perfectly by the way). Can I prevent those build in buttons from being rendered? It's sort of a waste to have them in the HTML if not being used.
Arno
Top achievements
Rank 2
 answered on 23 Dec 2012
2 answers
72 views
I need an event that triggers server side when a view changes?  Is this possible?

Thanks,

Marty
moegal
Top achievements
Rank 1
 answered on 22 Dec 2012
5 answers
208 views
I am attempting to use the RadDock with a responsive layout.  In general, the Dock is working extremely well and solving some issues in a responsive design, however I am having one problem with the display of the control.

I have attached two different screen captures that show the issue.  When you look at them you will see a line of inadvertent corners (or something) that are displayed.  It does not matter if I use one dock control or two.  The selection of the skin does not matter.

The RadDock does not do this when it is used outside of the responsive layout, however that really is one of the major directions today and I would think the results shown in the screen captures would be undesirable.

Does anyone know of any way to eliminate these visual problems?

Thanks in advance!

Lynn
Lynn
Top achievements
Rank 2
 answered on 22 Dec 2012
10 answers
274 views
Hello,

I have a combo that's bound to a web service.  When I click the drop down, it loads the list.  That's fine.  However, I want to refresh the binding with new data and new criteria.  Can I force a refresh?

Thanks.
arash
Top achievements
Rank 1
 answered on 22 Dec 2012
1 answer
84 views

TreeList Expand in server side on from open .




Thanks Advance,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 22 Dec 2012
1 answer
61 views
hi there...
i have aspx in my web application that contain RadTabStrip & RadMultiPage that open diffrent UserControl by selecting diffrent tabs...
i want to create dynamicaly RadTab by clicking on a bottun in my UserControl ascx  that open into RadMultiPage but I don't know how.
PLZ help me. If more info needed tell me.
Regards...
Ashkan
Top achievements
Rank 1
 answered on 22 Dec 2012
1 answer
66 views
if (e.Item is TreeListEditableItem && (e.Item as TreeListEditableItem).IsInEditMode)           
            {
                TreeListEditableItem item = (TreeListEditableItem)e.Item;
                RadNumericTextBox Quantity = (RadNumericTextBox)item.FindControl("Quantity");
                RadNumericTextBox Rate = (RadNumericTextBox)item.FindControl("Rate");
                RadNumericTextBox Amount = (RadNumericTextBox)item.FindControl("Amount");

If i going to edit these values are come null

Thanks Advance,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 22 Dec 2012
1 answer
162 views
Thanks,

Vlad
Stefani Tacheva
Telerik team
 answered on 21 Dec 2012
2 answers
67 views

I have an odd issue I cannot resolve and hoping for the experts there to please assist.

Using Telerik AJAX tools, I have a vertically oriented slide-out menu which works perfectly on IE, Chrome, Safari, Opera - but on Firefox the slide-out menu appears at the far right just beyond the available browser width so it's mostly not visible off to the right side. 

It used to work on Firefox perhaps a year ago but I've upgraded the latest Telerik AJAX tools and it doesn't seem to work anymore.  For what it's worth, I'm using Firefox v12.x but haven't upgraded, as far as I can recall, from an earlier version.
 
It's complicated to give you a working code example so I've attached a simple graphic which illustrates the issue visually.

My code, taken some time ago from one of your forums, is this:

<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" VisibleDuringInit="False"
  Orientation
="Vertical" Height="700px" BorderSize="0" >

   <telerik:RadPane ID="RadPane1" Runat="server" Width="25px" BackColor="#CCCCFF">

      <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" BackColor="#CCCCFF" Width="22px" >

         <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title=" SYSTEM MENU " Width="185px"
          BackColor
="#CCCCFF" ResizeText="None" Scrolling="None" EnableDock="False">

                  ' Now we have some simple LinkButtons for menu items here...

         </telerik:RadSlidingPane>                                    

      </telerik:RadSlidingZone>

   </telerik:RadPane>

 </telerik:RadSplitter>

I am hoping there is a simple solution which I can use to adjust for this or rectify it.  I have looked for a week through the forums and couldn't find an exact match to my issue.

Please advise, thanks,
Steve
 

Steve
Top achievements
Rank 1
 answered on 21 Dec 2012
1 answer
146 views
hi,
i've created this radmenu:




<telerik:RadMenu ID="RadMenu1" Runat="server" Flow="Vertical"
    Skin="Sunset">
    <Items>
        <telerik:RadMenuItem runat="server" Text="load iamge profile">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem runat="server" Text="change password">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem runat="server" Text="delete account">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem IsSeparator="True" />
        <telerik:RadMenuItem runat="server" Text="Exit">
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>

now how do start i click on item for example Load image profile this function java?
"openRadWindowProfile(); return false;"

or how do start this code behind when i click on item exit?
Protected Sub Logout_Click(sender As Object, e As System.EventArgs) Handles Logout.Click
    Session.Clear()
    Session.Abandon()
    Page.Response.Redirect("indexprova.aspx")
End Sub

Bye










Boyan Dimitrov
Telerik team
 answered on 21 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?