Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
76 views
1. I did set RowHeight to auto for TimeLineView. But appointment go out sticking around about 1px.(Please refer to attachment 'TimeLineView1.jpg' I don't know how to solve....please help me!
Here is my css for RadScheduler.
/* TimelineView RowHeight */
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsApt,
.RadScheduler_Default .rsTimelineView .rsAptOut,
.RadScheduler_Default .rsTimelineView .rsAptIn,
.RadScheduler_Default .rsTimelineView .rsAptMid,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    height: auto !important;
    position: relative !important;
}
 
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    min-height: 21px;
}
 
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    position: relative !important;
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: 0;
}
.RadScheduler_Default .rsTimelineView .rsLastWrap
{
    height: 16px !important;
}


2. I want to increase height for TimeLineView. (Refer to attachment 'TimeLineView2.jpg') But I don't want to increase row height of appointment. Is that possible?

3. Is there a way to show a multiline TimeLineView to? Please refer to attachment 'TimeLineView3.jpg'


Thanks
Hee
Ivan Zhekov
Telerik team
 answered on 07 Oct 2011
1 answer
76 views
I have this codes below.. On this foreach (ddTo.Items) gives me all the customers inside the combobox, all I want whatever value is selected.. How can I get that? If I have more than one item SelectedValue is not working...by just saying .selectedValue = ..

 <telerik:RadComboBox ID="ddTo" runat="server" Width="99%" Skin="Windows7" AutoCompleteSeparator=";" 
                    DataSourceID="dsSelectCustomers" DataTextField="Name" DataValueField="custID" 
                    EmptyMessage="Enter Name(s)" MarkFirstMatch="true" AllowCustomText="true"  
                    ShowDropDownOnTextboxClick="false" ShowToggleImage="false" />

 string comboBoxValue="" ;               
                foreach (RadComboBoxItem item in ddTo.Items)
                {
                    comboBoxValue = comboBoxValue + ((comboBoxValue == "") ? "" : ",") + item.Value;
                }
Ivana
Telerik team
 answered on 07 Oct 2011
3 answers
79 views
This was driving me nuts.  I have a child node several levels down in the tree that sometimes has no context menu on it.  It's about the only one that does.

When it didn't have a menu defined, well, it still had a menu.  I couldn't get rid of it even setting the ContextMenuID to an empty string.

I finally determined I could prevent that by setting it to something other than "", but that didn't corrrespond to an actual menu.  It appears that it was inheriting the menu of the root node since that's the only one that used that particular menu.

Easy to remedy, but extremely frustrating for a little while. 
Plamen
Telerik team
 answered on 07 Oct 2011
1 answer
83 views
Hi

I just updated to the latest version (2011.2 915) and now I have extra whitespace in my grids in Internet Explorer 9. Firefox is fine. How do I fix this?

Cheers,
Jeremy

Edit: The telerik demos look fine in ie9, so not sure whats going on.

Edit2: Found the reason - someone else had added the following line to the masterpage for testing :P
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

So the real question is how do I fix this for display in ie7?
Pavlina
Telerik team
 answered on 07 Oct 2011
3 answers
87 views
Hi -

Im trying to edit the black menu skin in the Visual Style Builder, but it wont create skin.
Error: Failed to create skin!.

Other skins works perfect, but not the black. Any idea?

Also, is it possible to adjust the height of a horizontal root menu ?

Kind r

Bjørn.
Kate
Telerik team
 answered on 07 Oct 2011
1 answer
63 views
All,

    In certain cases I'll have a WEB Method that will send HTML down to the Client.  For example:
[WebMethod]
public static string EmitHtml(string Msg) {
    return "<div style=\"height:100px; width:100px; background-color: #808000;\">\" TEST \"</div><br/>";
}

Then on the Client in my JavaScript I'll either use jQuery or straight JavaScript to do something like this:
function onGotHtml(Html) {
    $get('divContainer').innerHTML = Html;
}


My question is:  Can I do something similar with the Telerik controls?  Or is this approach soley limited to simple HTML controls?
Stuart Hemming
Top achievements
Rank 2
 answered on 07 Oct 2011
2 answers
85 views
i have a data grid with a template column for date.
data field having both date and time as the data source. while displaying it formatted only to display date.
the data and time format differs with the language format.

 <telerik:GridTemplateColumn DataField="RegDate" FilterControlWidth="30"  HeaderStyle-Width="30" SortExpression="RegDate" AllowFiltering="true" ItemStyle-HorizontalAlign="Left" UniqueName="lblRegDate">
                 <ItemTemplate >
                  <div class="column-80" style="text-align:left;width:56px;float:left"><%#string.Format("{0:d}", Convert.ToDateTime(Eval("RegDate"))) %></div>
                 </ItemTemplate>
                </telerik:GridTemplateColumn>

when filters applied its not filtering by formatted date.
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Oct 2011
1 answer
45 views
Hi!

I am using nested gridview in my project..it is working fine.. but i want the grid to be expanded always. how can i do this?
thanks in advance..


regards,
geetha
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Oct 2011
1 answer
40 views
i need help on an isue..
wen i click on edit btn of the rad grid a postback occurs and an empty grid is displayed..
this happen only in case of mozilla firefox..
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Oct 2011
1 answer
108 views
My issue is somewhat the same as Paul's here:
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/server-side-control-over-functionality.aspx

But my question is simpler. I have no datasource at all. All i want to do ATM is:
On a click on a normal asp button on the page, i want an appointment label inserted into the scheduler, say from 12:00 to 13:00 on the current day. And i want to do it from codebehind. Thats all. Anyone?
Jostein
Top achievements
Rank 1
 answered on 07 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?