Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
96 views
Hi,

      I'am implementing drag and drop between tree view and rad grid, I want to know if there is some thing like dragging clue in rad grid similar to tree view. If so can you please let me know how can I implement it?


thanks
Pramodh
Richard
Top achievements
Rank 1
 answered on 06 Apr 2012
6 answers
529 views

Line 95:             AutoLayout="true">   
Line 96:             <Series>   
Line 97:                 <telerik:ChartSeries Name="Series 1" > 
Line 98:                     <Appearance BarWidthPercent="100">   
Line 99:                     </Appearance>


I get the above error when I try the code in the website.

 


<
telerik:RadChart ID="RadChart1" runat="server" SeriesOrientation="Horizontal" Height="140"  AutoLayout="true">    <Series>

 

 

 

       <telerik:ChartSeries Name="Series 1" >

 

 

 

         <Appearance BarWidthPercent="100">

 

 

 

          </Appearance>

 

                <Items>

 

                    <telerik:ChartSeriesItem Name="Item 1" YValue="5">

         

           </telerik:ChartSeriesItem>

 

         

       </Items>

 

 

 

       </telerik:ChartSeries>

 

 

 

</Series>

 

 

 

 

 

<PlotArea> 

 

    <YAxis AutoScale="False" MaxValue="10" MinValue="0" Step="1">

     

<AxisLabel>

 

 

        <Appearance RotationAngle="0">

 

        </Appearance>

 

     </AxisLabel>

 

    </YAxis>

 

</PlotArea>

 

</telerik:RadChart>

Why is that? I have a registered version of telerik.
I have added following assemblies as well.

using

 

Telerik.Web.UI;

 

 

using 

 

Telerik.Web.Design;  

 

 

using 

 

Telerik.Charting;

 

 

 

Please advice ASAP.
thanks

Rishi
Top achievements
Rank 1
 answered on 06 Apr 2012
1 answer
78 views
I am using RadNumericTextBox with skin Metro

The style is changed to:
.riDisplay
{
    border-width: 1px !important;
    color: #6384B5 !important;
    border-color: #A8A8A8 !important;
    *height: auto !important;
}
.InputField
{
    width: 85px !important;
}

When I display this in IE9 (or Chrome, FireFox) this will be displayed correct.
When I turn on compatibilitymode in IE9 the textbox is messed up.
When I select the rendered inputfieldbox the used style looks different. (see attached picture): the inputfieldbox is wider than the displaybox.
The height of the displaybox was also larger but I could fix that by adding the style *heightauto !important; 

How can I fix the width of the inputfieldbox?

Paul

Richard
Top achievements
Rank 1
 answered on 06 Apr 2012
3 answers
111 views
I have seen examples when to get datakey when you are using such
if typeof e.item is gridedititem and also e.item.isineditmode then

but I am only using the following in my itemdatabound to change add a datakey to a hyperlink)

If TypeOf e.Item Is GridDataItem Then
           Dim NonCrit As HyperLink = CType(e.Item.FindControl("hyNonCrit"), HyperLink)
           Dim HyCrit As HyperLink = CType(e.Item.FindControl("hyCrit"), HyperLink)
           Dim key As Integer = myRadGrid.SelectedItems(0).OwnerTableView.DataKeyValues("intPositionId")
           If CInt(HyCrit.Text) > 0 Then
               HyCrit.NavigateUrl = "TaskManage.aspx?Crit=" & key
               e.Item.Cells(13).BackColor = Drawing.Color.Tomato
               HyCrit.ForeColor = Drawing.Color.Tomato
           End If
           If CInt(NonCrit.Text) > 0 Then
               NonCrit.NavigateUrl = "TaskManage.aspx?NCrit=" & key
           End If
       End If
Kevin
Top achievements
Rank 1
 answered on 06 Apr 2012
1 answer
110 views
hi,
i am using the grid within a mobile browser which is a bit to small for one to touch and manage the grid pages.
so, I'm planning on making all the buttons and text larger to help.

I'm able to make the buttons larger by just substituting in a new image...

however, the page size input box, and the page background boxes will not resize to match the larger text.

is there a way to make them larger to match the text size?

thanks



 
Eyup
Telerik team
 answered on 06 Apr 2012
5 answers
123 views
Hello,

I have a rad grid with master and detail tables.  My pager style setting is NextPrevNumericAndAdvanced. 

Everything looks fine in IE 7 and 8, but in Firefox  the pager footer is squished and does not wrap so the 'change page' form text and text box are all overlayed on top of each other.  I have tried setting the height of the pager style but with no success.

Can you supply me with some direction or let me know if this is in fact a bug. (I'm using 2009 q1)

Below is my pager style code:
<PagerStyle NextPageText="Next" PrevPageText="Prev" Mode="NextPrevNumericAndAdvanced" ForeColor="black" Wrap="true"></PagerStyle>    

Here is my grid tag:
<pro:RadGrid  
    ID="rgMessageQueue"  
    runat="server"  
    Style="height: auto;color: #a5d7fe;"  
    AllowSorting="True"  
    AllowPaging="true"  
    CellPadding="0"  
    CellSpacing="0" 
    AutoGenerateColumns="False"  
    AllowFilteringByColumn="false"  
    OnItemCommand="rgMessageQueue_ItemCommand"  
    PageSize="20" 
    OnNeedDataSource="rgMessageQueue_NeedDataSource" 
    OnDetailTableDataBind="rgMessageQueue_DetailTableDataBind" 
    Skin="Office2007" 
    EnableEmbeddedSkins="false" 
    OnItemDataBound="rgMessageQueue_ItemDataBound" > 



Thank you in advance.
Ryan


Pavlina
Telerik team
 answered on 06 Apr 2012
1 answer
79 views
hello all ,

I'm newbie Telerik (ASP.Net ajax)..
i wnt to ask :
Does Telerik RadControls have problems with browsers if they 'll be upgraded .
in the other hand meaning, if any browser will be upgraded to a new version in future , may i have problems ??? i need to upgrade my projects or not neccessary ??
i've seen an article about support browsers ,it's ok , but i ask about future versions of browsers ..

thanks in advance
Iana Tsolova
Telerik team
 answered on 06 Apr 2012
1 answer
93 views
When we use the scheduler without using the TimeZoneOffset setting everything seems normal. The times displayed and stored in DB are the local Eastern Standard Times (EST). Lets say our user is in Central Standard Time (CST) which is -1 from EST so from my understanding TimeZoneOffset value should be set to -1:00:00. When I do that I see all appointments shift 1 hour back (12PM appointment shown at 11AM, and so on). So far so good. But then I double-click on 1PM timeslot to create a new appointment (using AdvancedInsertTemplate) and the form instead shows me 2PM start time when it should be showing 1PM start time. Why is this happening? Should I do additional javascript processing to display correct 1PM start time? Thanks
Plamen
Telerik team
 answered on 06 Apr 2012
1 answer
141 views
In my application I am using 2 RadDatePickers for selecting a range of Date. They are present inside a Div container.
These date pickers are using a shared RadCalendar and RadAjaxManager.
I have radio buttons that control the visibilty of the DatePickers.
A button which performs some action and causes a complete postback.

Everything shows fine when i load the page for the first time. 
 
Inline image 3

Then i hide the Div containing the DatePickers on click of one of the radio buttons using:

DivFromDate.Visibility  = false;
DivToDate.Visibility = false;

Then i click on the button which causes a complete postback.

My problem is when i show the Div again containing the DatePickers, on click of the last radio button using:

DivFromDate.Visibility  = true;
DivToDate.Visibility = true;

the UI of the RadDatePicker gets distorted.

Inline image 4

Any help would be appreciated.

Thanks,
Neha 
Eyup
Telerik team
 answered on 06 Apr 2012
20 answers
1.2K+ views
I've got the 3 required controls, radCaptcha, ValidationSummary and button along with other textboxes for information input.  The 3 controls all have ValidationGroup set to "group".  The rest of the controls on the page are being validated in the C# code-behind.  When I fill in all the fields that are required, but leave the captcha textbox blank, the captcha control does not get validated.  Is it possible to do this or do all of the textboxes on the page need to use a RequiredFieldValidator?
Slav
Telerik team
 answered on 06 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?