Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
40 views
How can i prevent the slider track bar from "filling up".

So you drag your marker to which ever item, and the track bar doesn't change color to the left and right, just stays the same.
Tsvetie
Telerik team
 answered on 05 Oct 2010
2 answers
87 views
Hi!

Is there a way to disable the style builder button in the table/cell  properties dialog?

/Niclas
Niclas Ahlqvist
Top achievements
Rank 1
 answered on 05 Oct 2010
1 answer
83 views
Hello,

I get an error during Telerik RadControls for asp.net ajax Q2 2010 SP2 setup:

"Error writing to file: Telerik.web.design.dll.  Verify that you have access to that directory"

then i press retry and i get this:

"The installer has encountered an unexpected error installing this package.
this may indicate a problem with this package. the error code is 2350."

thanks for the help.
Biliana Ficheva
Telerik team
 answered on 05 Oct 2010
12 answers
661 views
i found some kind of issue where calling Page_ClientValidate seems to cause issues with teh .ajaxRequest() client method of the radajaxmanager.

calling Page_ClientValidate and causing the page to go invalid then calling .ajaxRequest() immediately afterward fails.  however, calling .ajaxRequest() again seems to work.

i created a project that shows step-by-step how to reproduce the issue if anyone at telerik is interested in looking into it.
Amro
Top achievements
Rank 1
 answered on 05 Oct 2010
2 answers
254 views
I am carrying over a session variable from a raddatepicker on another page.  How to I convert it from the string below to be the default value of the raddatepicker on the new page?

Dim strPayDate As String = CType(Session.Item("PayDate"), String)
        If Not Page.IsPostBack Then
            'convert string to date
            Dim dt As DateTime
            dt = Convert.ToDateTime(strPayDate)
            RadPayDate1 = dt
            

Error is "Date cannot be converted to Teleric.WebUI.RadDatePicker. Thank you.
STEPHEN
Top achievements
Rank 1
 answered on 05 Oct 2010
1 answer
64 views
Hi,
Can anyone tell me how to combine the client side caching feature of rad grid with the virtual paging feature.


Thanks,
Sabarinath
Sebastian
Telerik team
 answered on 05 Oct 2010
1 answer
51 views
Hello,

I have a  RadPanelBar on an aspx page.  The PanelBar has 3 RadPanelItems.  Each PanelItem has a Silverlight control.  Since Silverlight controls don't do a great job of resizing PanelItem, I'm doing it via JavaScript (i.e., my Silverlight controls set values of corrseponding hidden input fields on the aspx page, and JavaScript functions, set by a timer, look those values up and resize containers (the ones that pull .xap file in) inside of the appropriate PanelItems, thus effectively stretching the latter).  This works fine except for one problem - every time the PanelItem is resized, its content reloads (that is, the Silverlight control inside of the PanelItem is completely reloaded and all the work done in the control is lost).  Is there a way to preven PanelItem's content refresh/reload when the PanelItem is resized?

Thank you!
Yana
Telerik team
 answered on 05 Oct 2010
1 answer
181 views
Dear  All ,

 Kindly help me regarding this issue.

 Issue :   Filter Button Background color  of  radgrid column  need  to  change  when ever user click's on that button.
                "Filter button  BackGround Color of RadGrid Column get's change  if  a mouse  down happens  between click to click"
                
                 Example : I have two columns  "ID" and "Name"  in my radgrid .. .. Click on first columns Filter Button  a menu window with options  "NoFilter,contains,startswith.... etc" gets open and Background color of filter button gets change, with out selecting any option from the options menu and with downing mouse click on any other part  of the screen ,directly click on second Columns Filter Button and click on that ,menu window with options  "NoFilter,contains,startswith.... etc" gets open but background colour of filter button not getting changed.


Please  help me to overcome this issue

Thanks in advance
             
Dimo
Telerik team
 answered on 05 Oct 2010
1 answer
100 views
Hi,
      I have some background issue. It may also be  connected to how i am building my master page using ajaxpanel and ajaxmanager, etc. here is a what i have in the master page.

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" 
        DefaultLoadingPanelID="RadAjaxLoadingPanel1">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadMenu1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="masterContent" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="crumbs">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadMenu1" />
                    <telerik:AjaxUpdatedControl ControlID="masterContent" />
                </UpdatedControls>
            </telerik:AjaxSetting>
              
        </AjaxSettings>
          
    </telerik:RadAjaxManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default">
    </telerik:RadAjaxLoadingPanel>
    <div>
<table width="100%"  border="5">
  <tr>
    <td class="noprint" id="masterHeader1" colspan="2">
        <img alt="All Languages Logo" src="Images/logo.gif" style="border: 1px; border-color:Silver; vertical-align:top;" />
        <span style="font-family:Arial; font-size:18px;font-weight:bolder;">Customer Web Portal</span><br />
        <span style="font-size:9px"><asp:LoginName ID="ln" FormatString="Logged in as: {0}" runat="server"/></span>
    </td>
  </tr>
  <tr>
    <td valign="top" width="175px">                
            <telerik:RadMenu ID="RadMenu1" Runat="server" style="z-index:2900"
                DataSourceID="SiteMapDataSource1" EnableRoundedCorners="True" Width="175px"
                EnableShadows="True" Flow="Vertical">
            </telerik:RadMenu>
    </td>
    <td valign="top" width="95%">        
             
          
        <telerik:RadAjaxPanel ID="pnlContent" runat="server" HorizontalAlign="Left" LoadingPanelID="RadAjaxLoadingPanel1">
              
              
  
            <table>
        <tr>
            <td id="breadcrumbs" class="noprint">
                  
                <asp:SiteMapPath ID="crumbs" runat="server" CurrentNodeStyle-CssClass="hide" PathSeparator=" : "  >
                    <CurrentNodeStyle CssClass="hide" />
                </asp:SiteMapPath>
            </td>
        </tr>
        <tr>
            <td>
                <asp:SiteMapPath ID="title" ParentLevelsDisplayed="0" CurrentNodeStyle-Font-Size="Large" runat="server"  >
                    <CurrentNodeStyle Font-Size="Large" />
                </asp:SiteMapPath>
            </td>
        </tr>      
        <tr>
            <td  id="pageContent">
                <asp:contentplaceholder id="Main" runat="server"></asp:contentplaceholder>
            </td>
        </tr>
       </table>
         
        </telerik:RadAjaxPanel>

       I am just using the ajaxpanel so i do not have to configure the manager self referenced calls as most of the stuff would be going on inside  the main panel. Otherwise i should have actually just use one ajaxpanel for the whole page. 

ISSUE:
             Attached are some screen shots. I have probably 2 issues:

1-On first load, the visible area of the page (without scrol bar) has the white color but the overflowed area is greyish, why ? and how can i fix it ?

2-On post back, all the empty area of the page (white before) but inside the panel (probably) changes the color to grey. why does it change. I want consistent look, either white or grey but it should stay all the time.

Please help. Thanks,

Regards,

Osman
Dimo
Telerik team
 answered on 05 Oct 2010
1 answer
121 views
I have a rotator that has 3 items.  I use buttons outside of the rotator to call the showNext function.  The first time I click through the set of items the third item displays correctly but when I debug in javascript the item is listed as the 2nd item in the set.  But if I click through all the items again everything works fine.  This is an issue because when the buttons that navigate the rotator are clicked I use the index of the current item to update where the user is at in the rotator.  Any clue what is going on.  I hope this makes sense.

Thanks,

Kirk
Fiko
Telerik team
 answered on 05 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?