Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
201 views
What I am trying to do is create the illusion that the combobox is essentially a label when the Enabled property is set to false.  i.e. when Enabled == false, the dropdown arrow is hidden and the border is removed.  In this way the page looks nice and neat when in read only (enabled == false) mode, and when in edit mode, the user sees all the lovely RadComboBoxes.

Can this be done with the current RadComboBox css?  Im using WebBlue as a template when I created mu own.
Kevin White
Top achievements
Rank 2
 answered on 31 Jul 2008
1 answer
109 views
I need to create a multiview calendar w/ 3 columns.  However, this is for an application that looks backwards in time.  I'm trying to get the current month to show in the 3rd column (right side).  I've tried setting the focused date to today, then setting the FocusedDateColumn property to 2 then to 3 as I wasn't sure if the property was zero-based.  Neither works.

I've tried setting the property at design time which causes a designer error and the control won't render.  I've also tried to set it at runtime which throws the "Index was outside the bounds of the array" error.

Is there a sample that I've overlooked on how to correctly use this property, or am I mistaken on the purpose of the FocusedDateColumn property?

Thanks in advance,

Matt
Missing User
 answered on 31 Jul 2008
5 answers
185 views

I have a slider control that has some search controls in it. I would like to display the slider control when the page loads up the first time. I am doing so like this:

RadSlidingZone1.DockedPaneId = RadSlidingPane1.ClientID

And once they click on the search button, upon postback, I want to hide the slider control (undock basically). Is there any server side property that I can set to achieve this?

RadSlidingZone1.DockedPaneId = Nothing

I tried the above line, but the sliding zone takes up that area where the sliding pane is supposed to show with a blank space.

Also, how can I access the client-side JS functions?

I am trying to do the following. The splitter doesn't recognize these functions like get_dockedPaneId();

var splitter = document.getElementById("<%= RadSlidingZone1.ClientID %>");
alert(splitter.initiallyDockedPaneId);

var pane = splitter.get_dockedPaneId();
alert(pane)
if (pane)
{
pane.collapsePane();
}

Could you tell me what I could be missing? I have the RadControls folder within my application. Also, under RADCONTROLS\Splitter\Scripts\1_3_2, I have both RadSlidingZone.js and RadSplitter.js.

Please help!
Thanks!
R N
Top achievements
Rank 1
 answered on 31 Jul 2008
1 answer
123 views
Hi!

I'm stuck in the following scenario:

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="test.aspx.vb" Inherits="Generator.test" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server"
    <title>Untitled Page</title> 
</head> 
<body> 
 
    <form id="form1" runat="server"
    <asp:scriptmanager id="ScriptManager" runat="server" /> 
    <div> 
        <telerik:RadUpload ID="ImageUpload" runat="server" RadControlsDir="~/RadControls/Admin/" Skin="Telerik" Language="de-de" /> 
        <telerik:RadDockLayout ID="RadDockLayout1" Skin="Telerik" runat="server" > 
            <telerik:RadDockZone ID="dz1" Width="500px" runat="server" Orientation="Vertical" EnableViewState="false" > 
            <telerik:RadDock runat="server" id="RadDock3" Title="ContentTemplate"
                <ContentTemplate> 
                    <telerik:RadUpload ID="RadUpload1" runat="server" RadControlsDir="~/RadControls/Admin/" Skin="Telerik" Language="de-de" /> 
                </ContentTemplate> 
            </telerik:RadDock>  
            </telerik:RadDockZone> 
            <telerik:RadDockZone ID="dz2" Width="500px" runat="server" Orientation="Vertical" EnableViewState="false" > 
            </telerik:RadDockZone> 
       </telerik:RadDockLayout> 
    </div> 
    </form> 
</body> 
</html> 

The RadUpload Control "ImageUpload" is working as expected. But the RadUpload Control "RadUpload1" in a ContentTemplate inside a RadDock doesn't work. There's no code in a code-behind file necessary to reproduce the problem. The Upload Control is not showing up a file selection dialogue, and moving the mouse cursor over the "Select" Button enables scrollbars inside of the dock.

I would really appreciate it, if you could help me.

All the best
Tom
Veselin Vasilev
Telerik team
 answered on 31 Jul 2008
4 answers
284 views
i looked at the different skins for dock objects, the Mac skin and the telerik skin seem to have a rounded corners, however they seem to work only when the background color is set accordingly with the corresponding solid color.

i have a situation where my background is a not a solid color but a gradient image. i am cutting the corners for left and right as transparent images, however the transperant area is being filled up by the backcolor of the dock.

please advise if this is acheivable with prometheus controls.
LeBear
Top achievements
Rank 1
 answered on 31 Jul 2008
3 answers
131 views
Hi there,  i can get postback on row select from SelectedIndexChanged or ItemCommand. However, when i try to select multi-row using Shift key or area dragging, it's not postback anything.
Any suggestion?
Maria Ilieva
Telerik team
 answered on 31 Jul 2008
5 answers
228 views
Hi,

   In RadGrid, 5th col is checkbox(datatype:bit),I want to get its value when click the commandbotton which is not in grid . How to do....?

Thanks
Princy
Top achievements
Rank 2
 answered on 31 Jul 2008
1 answer
99 views
How to splitter support right to left?
Svetlina Anati
Telerik team
 answered on 31 Jul 2008
2 answers
79 views
My app will display paged data using virtual scrolling. It worked fine using the Q1 release. It works fine using the Q2 release in IE7. In FF however, if I carry out a 'big' scroll action, eg I scroll to the last of 100 pages from the start, the grid appears to do what it's supposed to but then:
  1. The grid contents disappear
  2. The scrollbar thumb moves back to the top
  3. The scrollbar tooltip shows 'Page 1 of <whatever>'
Has anyone else encountered any similar problems in FF?

--
Stuart
Dan
Top achievements
Rank 1
 answered on 31 Jul 2008
3 answers
175 views
I notice that when using the Items Drag and Drop example on your web site, and experimenting with it in my own code, you must drop dragged rows on rows in the destination grid to trigger the postback.  If you drop on the header or an empty part of the grid body, nothing happens (and it's not because it is being cancelled by the client side OnRowDropping event handler). 

Can this behavior be modified to allow triggering a postback no matter where you drop on the destination grid? If there are no rows in the grid it makes the target area uncomfortably small.  If you don't need to know the location where the drop occurs, the requirement to drop on rows is too restrictive.

Regards,
Bob Reader
Nikolay Rusev
Telerik team
 answered on 31 Jul 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?