Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
76 views

Hi

i have a raddatepicker using skin=webblue,  if i user enter alphabeticals and special characters it is allowing  but it should not.
Vey urgency

Thanks in advance
sudheer
Top achievements
Rank 2
 asked on 18 Dec 2008
1 answer
77 views
Hi 
    I have developed functionality on RadMenu using Database. I have set Custome Css for the RadMenu Item for setting width 100%. It's Showing appearance differant in IE6 & IE7. please help me

thankssssssssssssssssssssss
  
Atanas Korchev
Telerik team
 answered on 18 Dec 2008
1 answer
39 views
Just a humble suggestion - in the sample applications, please include, perhaps in lieu of a menu, on a master page, a list of the controls used in the sample project. Ideally, these would be links to the pages that contain the control - if the control is used in more than one page - a tree view could resolve that. Just mentioning this since it may enhance the user-friendliness of the sample project considerably.

Good work with the controls - have switched from Infragistics and no regrets and am now recommending Telerik instead.

Thanks and regards,

Amit Kohli
Ivo
Telerik team
 answered on 18 Dec 2008
5 answers
952 views

The tree view height is set to 100%, and width is set to 250px.
When the treeview has only one item with a very long name to display, the horizontal scroll bar at the bottom overlaps the Node name and thus node Name or the vertical scroll bar cannot be seen.
Its as if the horizontal scroll bar is also accomodated in the the same 100% height thus eating into the space left for the node to be displayed in.
Cannot change the height set to 100%and width to 250px.
pls suggest a solution.

rgds,
Manu
Atanas Korchev
Telerik team
 answered on 18 Dec 2008
3 answers
151 views
How can I access the selection end / start (when IsSelectionRangeEnabled is true) with Javascript?

Thanks.
Tsvetie
Telerik team
 answered on 18 Dec 2008
3 answers
186 views
If I have this slider:

<telerik:RadSlider runat="server" ID="rs" Orientation="Horizontal" Width="170" Height="50" 
            MinimumValue="-57" MaximumValue="57" TrackPosition="Center" ItemType="Item" 
            SmallChange="1" LargeChange="0"  
            SelectionStart="-7" SelectionEnd="21" 
            IsSelectionRangeEnabled="true"   
            ShowDecreaseHandle="true" 
            ShowIncreaseHandle="true"           
            ClickOffset="0" 
             > 
             <Items> 
              <telerik:RadSliderItem Value="-57" /> 
              <telerik:RadSliderItem Value="-56" /> 
              <telerik:RadSliderItem Value="-28" /> 
              <telerik:RadSliderItem Value="-21" /> 
              <telerik:RadSliderItem Value="-14" /> 
              <telerik:RadSliderItem Value="-7" /> 
              <telerik:RadSliderItem Value="-6" /> 
              <telerik:RadSliderItem Value="-5" /> 
              <telerik:RadSliderItem Value="-4" /> 
              <telerik:RadSliderItem Value="-3" /> 
              <telerik:RadSliderItem Value="-2" /> 
              <telerik:RadSliderItem Value="-1" /> 
              <telerik:RadSliderItem Value="0" /> 
              <telerik:RadSliderItem Value="1" /> 
              <telerik:RadSliderItem Value="2" /> 
              <telerik:RadSliderItem Value="3" /> 
              <telerik:RadSliderItem Value="4" /> 
              <telerik:RadSliderItem Value="5" /> 
              <telerik:RadSliderItem Value="6" /> 
              <telerik:RadSliderItem Value="7" />               
              <telerik:RadSliderItem Value="14" />               
              <telerik:RadSliderItem Value="21" /> 
              <telerik:RadSliderItem Value="28" /> 
              <telerik:RadSliderItem Value="56" /> 
              <telerik:RadSliderItem Value="57" />               
             </Items> 
          </telerik:RadSlider>    

The SelectionStart doesn't work if the value is negative. Thanks.
Tsvetie
Telerik team
 answered on 18 Dec 2008
10 answers
393 views
Gentlemen,

I have a serious issue here that is going to impact business.

ISSUE:
Error: Sys.InvalidOperationException: Object Telerik already exists and is not a namespace.
Code: 0

SCENARIO:
I have a Master Page with a Rad Tab Strip, Rad AJAX Manager, RAD Panel Bar. Everything works well till this point.

Now, I have a content page named 'default.aspx' which has a Content Place Holder and within it as ASP.NET Panel. I programatically add a user control (control code pasted below) to this panel using Item Click of the Panel Bar on the Master Page. The user control in turn has a Rad Multi-Page. Within this is a PageView control. On the PageView, we have a Prometheus Rad Layout with a Rad zone that hosts a Rad dock.

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TabPages.ascx.cs" Inherits="UserControls_TabPages" EnableViewState="false" %>
<%
@ Register Assembly="RadDock.Net2" Namespace="Telerik.WebControls" TagPrefix="cc1" %>
<%
@ Register Assembly="RadTabStrip.Net2" Namespace="Telerik.WebControls" TagPrefix="radTS" %>
<%
@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<
radTS:RadMultiPage ID="tabMultiPage" runat="server" Height="100%" Width="100%">
   
<radTS:PageView ID="pgView" runat="server">
       
<telerik:RadDockLayout ID="dcl_Main" runat="server">
           
<telerik:RadDockZone ID="dcz_Main" runat="server" Height="300px" Width="300px">
               
<telerik:RadDock ID="dck_Main" runat="server" Width="300px">
               
</telerik:RadDock>
           
</telerik:RadDockZone>
        
</telerik:RadDockLayout>
   
</radTS:PageView>
</
radTS:RadMultiPage>

On the Master page, I get the Java Script error as above and the control of course does not render.
There is no custom code within the Code-Behind of the user control.

Please help!!

Thanks and Regards,
William



Nikolay Raykov
Telerik team
 answered on 18 Dec 2008
1 answer
71 views
Hi,
I would like to know the functionality of filter when I try to search the records from column using following options -
1. Between
2. NotBetween
3. IsEmpty
4. NotIsEmpty
5. IsNull
6. NotIsNull
Sebastian
Telerik team
 answered on 18 Dec 2008
6 answers
377 views
Hi All,

I have a rad grid, and I enabled edit mode in place, but my grid has a lot of columns, on click edit button my page stretched and seems un acceptable, so anyway to control textboxs appears after click edit?
Please advise.

Regards
Raul
Top achievements
Rank 1
 answered on 18 Dec 2008
1 answer
179 views
Hi,

I have a radgrid(ASP.NET AJAX Q1 2008) on that i have a Bounded column " QUANTITY". I want to show this column having format of rounding off to two decimal places. The main issue iam facing is that when in add Mode I enter 9 in QuanityColumn, It should get changed to 9.00 on tabbing out of that column. Kindly let me know how to procedd to achive the above end result. The same applies for Quantity column in Edit Mode. Screenshot is attached. Please help.
Daniel
Telerik team
 answered on 18 Dec 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?