Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
36 views

Hi,

I am using scheduler control in my application and I want to enable two month view of calendar control in scheduler.

 

I am able to set two month view of calendar control in scheduler by setting MultiViewColumns property of calendar to 2 but by using this command, calender control is not navigating between dates. It just show two months view.

Am I missing something? Any help regarding this will be appreciated

Thanks in advance
Deepak

Peter
Telerik team
 answered on 13 Jan 2011
3 answers
96 views
Hello,

I have a problem with my the browser vertical scrollbar. The scrollbar is disapeared when I check the checkboxes in my application (Which are placed within the radajaxpanel control).

In order to get a better understanding of the problem please view the sample application from [link was deleted because it contained dev version] Just check the "Category1" checkbox and the scrollbar will disapear.
According to my understanding that among the radajaxpanel function is to prevent isuues like this.

I have spent alot of time just trying to solve this problem.
So, plaese I need an immediate help.
It is apprecited to send me the modified code.

Regards,
Bader
Bader
Top achievements
Rank 1
 answered on 13 Jan 2011
2 answers
85 views
I am using RadGrid and using Filter By Column functionality. My grid displays Products and Details (including pricing) after loading the Order Guide. Pricing calculation takes time so we calculate price while change the page (of RadGrid). After loading Order Guide if I want to see particular product by filter then grid shows the row but not the pricing of the item because after filter there have no code written to calculate price for filtered Row. How can I work with the Filtered Row (at which event I can get the filtered row before it displays or get loaded)? (Please refer the attached snapshot)

 
Shalabh
Top achievements
Rank 1
 answered on 13 Jan 2011
2 answers
85 views
Hi!

I've got a scheduler with 3 resources going across it. My client would like it if there was a dark line between each resource.

I tried:

div.RadScheduler .rsTopWrap .rsContentTable td {
    border-right: 1px solid Black;
}

But in Month view, that puts a column between every day. I just want a single border between resource1 | 2 | 3, top to bottom.

Any way to do that?

Mitchell
Top achievements
Rank 1
 answered on 13 Jan 2011
8 answers
143 views
Hi all,

I made a ASP.Net rad menu (image based) which goes till level 3. Till level 2 it dont give any problem but when I add further childs then a strange problem occurs .i.e menu disappears and then come back when I hover on menu. There is not any particular position I could find where this happens. It happens randomly but frequently. It works fine in Firefox and all other browsers even works fine in IE8 also. I am facing this problem in IE6 and 7 only.

Did anybody face this problem before or anybody have idea about this problem?

Thanks in advance

Kamran Hussain Cheeta
Yana
Telerik team
 answered on 13 Jan 2011
2 answers
202 views
Hi,

Is there any easy way of Vertically Aligning the Text in the PanelBarItem Header? I have tried applying style directly to the Item, and also through the use of a PanelBarHeader class I have set up in CSS, but so far no luck. I currently have a larger Image inside the PanelBar (32x32) and I would like to vertically align my Header Text in the middle of these images.

Any help would be greatly appreciated.

Best Regards,

Landon
Landon
Top achievements
Rank 2
 answered on 13 Jan 2011
1 answer
101 views
I am experiencing a weird problem with the RadButton labeled Save Values (see image 1). I have inside a RadListView which has some RadGrids in it. When the button is clicked and the ajax call is made all works except that the style suddenly changes. You can see image 2 to see what I mean. I have a rad pager at the bottom and when it is clicked the style stays as it should. Only the RadButton causes this. Is there a bug with the RadButton that would cause this? I don't get any javascript errors and if I refresh the page it goes back to normal. Thanks in advance.
Pero
Telerik team
 answered on 13 Jan 2011
1 answer
112 views
I display pdf documents in a RadPane and when I use the SplitterBar to reduce the size of the viewing area it goes under the PDF viewer and I am not able to release it to resize.
Svetlina Anati
Telerik team
 answered on 13 Jan 2011
0 answers
56 views
This seems to work fine in Chrome, but not Internet Explorer 7. Any idea what might be causing this? Are there any workarounds?

Thanks!
- J
John Truong
Top achievements
Rank 1
 asked on 13 Jan 2011
6 answers
304 views
Hi,

I am having issues accessing values from a Template Column that I created. Here is what I have.

....
....
  <telerik:GridTemplateColumn UniqueName="ItemDiscount" HeaderText="Discount">
                                    <EditItemTemplate>                                        
                                                    <asp:RadioButtonList ID="rdListItemDiscount" runat="server">
                                                        <asp:ListItem Selected="True">Discount in %</asp:ListItem>
                                                        <asp:ListItem>Discount in $</asp:ListItem>
                                                    </asp:RadioButtonList>
                                                    &nbsp;
                                                    <telerik:RadNumericTextBox ID="txtItemDiscountVal" runat="server" Width="20px">
                                                    </telerik:RadNumericTextBox>                                           
                                    </EditItemTemplate>
                                    <ItemTemplate>
                                        <asp:Label ID="lblLineDiscountVal" runat="server" Text="No Discount Applied"></asp:Label>
                                    </ItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridEditCommandColumn UniqueName="EditCommandColumn" EditText="Add Discount"
                                    UpdateText="Update Discount">
                                    <ItemStyle CssClass="MyImageButton" />
                                </telerik:GridEditCommandColumn>
.....
.....
Code Behind:

Protected Sub rgLineItems_ItemUpdated(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridUpdatedEventArgs) Handles rgLineItems.ItemUpdated
        Try
            Dim i As Integer = 1
            Dim CellValue As String
            Dim txtVal As String
            CellValue = CType(rgLineItems.Items(i).FindControl("rdListItemDiscount"), RadioButtonList).SelectedItem.Value
            txtVal = CType(rgLineItems.Items(i).FindControl("txtItemDiscountVal"), TextBox).Text
        Catch ex As Exception
        End Try
    End Sub

I would like to get the selected value from the radiobuttonlist and the text value upon clicking on Update Discount. Once this is done, I would like to change the EditItemTemplate column to a value entered by the user in the textbox. Let me know where I am going wrong and is this really possible?

Thanks in advance!
Soumya
Soumya Parla
Top achievements
Rank 1
 answered on 13 Jan 2011
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?