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

We are trying to make it possible for the user to PRINT all pageViews in a particular form. We figured the simplest option would be to use the javascript print() function but unfortunately we have been unable to display all pageviews vertically.

We are using one RadMultiPage that houses all of the dynamically created pageviews with no TabStrip.

Is there anyway to display all? 

Regards

A
Nencho
Telerik team
 answered on 27 Feb 2014
4 answers
140 views
Hi, 

The highlighted time slot in my scheduler(day/week view) always shows a 30-minute range even if the appointment is set to 8:00-11:00 as for my example.
How will I able to extend the highlight up to the End Time to make it look accurate?
Please see attachment to see example. Thanks in advance :)
web
Top achievements
Rank 1
 answered on 27 Feb 2014
2 answers
72 views
Hi, 

I as thinking of using the Reordered server event to catch the reordering of tabs and to save the change to a database. I know e.Offset is the difference between the source index and the destination index, however it is always positive, so if I drag a tab by 1 to the left or to the right, the offset is still always positive 1.

Is there any way to detect the drag direction?

The code I was planning to use is something like this:

void tabsDescriptions_Reordered(object sender, RadTabStripReorderedEventArgs e)
{
    int descriptionId = (int.Parse(e.Tab.Value));
    int destinationIndex = (e.Tab.Index + e.Offset);
    int destinationId = int.Parse(tabsDescriptions.Tabs[destinationIndex].Value);
    if (e.Offset > 0) //moving after destination
    {
        ProductDescriptionsController.MoveProductDescriptionAfter(descriptionId, destinationId, int.Parse(txtProductId.Text), System.Threading.Thread.CurrentThread.CurrentUICulture.Name);
    }
    else //moving before destination
    {
        ProductDescriptionsController.MoveProductDescriptionBefore(descriptionId, destinationId, int.Parse(txtProductId.Text), System.Threading.Thread.CurrentThread.CurrentUICulture.Name);
    }
}
Daniel
Top achievements
Rank 1
 answered on 27 Feb 2014
4 answers
172 views
Hi. i want to do some operation on mouse over on every tile in TileList. how can do this. plzzz help as soon as possible.
Shinu
Top achievements
Rank 2
 answered on 27 Feb 2014
3 answers
141 views

I am having the issue with a dropdown list so I am reporting it here but there seems to be a lot of chatter about javascript and IE 11 and Telerik controls. First, I have the latest Telerik controls, Q3 I believe. The framework that is in question is 4.5.1. I am getting a . I am getting script1015 error on drop down lists where the description is "unterminated string constant".


I see a lot of back and forth on forums about framework 4.0 has some hotfix. I tried to apply thought but my framework is newer then the hotfix so it wont let me apply them obviously.



The code works with Firefox and Chrome. So it seems to be IE11 issue but the telerik controls doesn't seem to be IE 11 compatible if I cant get it to run. Please advise what else you need from me to help investigate or please point me to anything you would like for me to try.



Thanks.

Bozhidar
Telerik team
 answered on 27 Feb 2014
0 answers
201 views
Hello team,

I m working on radtreeview latest version. my requirement is that i want to customize the css of my treeview. i tried a lot on this , but it dont give me adject what i want.
mainly which problem i faced is that:

How can i hide i images "Nodespan" even if there is not exits images in my folder.
How can i hide the border the nodes.

i have atttached my CSS file and expected treeview node image. 
Plaese help me out. its urgent for me.

CSS code

.RadTreeView_myskin{color:black;font:normal 12px/16px "Segoe UI",Arial,Helvetica,sans-serif}.RadTreeView_myskin .rtHover .rtIn{color:#363636;border:0px solid #97d7fc;background-color:#def0fc;background-image:url('TreeView/ItemHoveredBg.png')}.RadTreeView_myskin .rtSelected .rtIn{color:#363636;border:0px solid #97d7fc;background-color:#aedaf5;background-image:url('TreeView/ItemSelectedBg.png')}.RadTreeView_myskin .rtEdit .rtIn{border-color:#97d7fc;background:#ffffff}.RadTreeView_myskin .rtEdit .rtIn input{color:black;font:normal 12px/16px "Segoe UI",Arial,Helvetica,sans-serif}.RadTreeView_myskin .rtChecked,.RadTreeView_myskin .rtUnchecked,.RadTreeView_myskin .rtIndeterminate{background-image:url('Common/radFormToggleSprite.png');_background-image:url('Common/radFormToggleSpriteIE6.png')}.RadTreeView_myskin .rtLoadingIcon{background-image:url('Common/loading_small.gif')}.RadTreeView_myskin .rtSelected .rtLoadingBefore,.RadTreeView_myskin .rtSelected .rtLoadingAfter,.RadTreeView_myskin .rtSelected .rtLoadingBelow{color:#333333}.RadTreeView_myskin .rtPlus,.RadTreeView_myskin .rtMinus{background-image:url('TreeView/PlusMinus.png')}.RadTreeView_myskin .rtLines .rtLI,.RadTreeView_myskin .rtLines .rtLI .rtUL,.RadTreeView_myskin .rtLines .rtTop,.RadTreeView_myskin .rtLines .rtMid,.RadTreeView_myskin .rtLines .rtBot,.RadTreeView_myskin .rtLines .rtLast .rtTop{background-image:none}.RadTreeView_myskin_disabled .rtIn,.RadTreeView_myskin .rtDisabled .rtIn{color:#cccccc}


 div.RadTreeView_myskin .rtIn {

font-family: Segoe UI, Arial, Helvetica, sans-serif;

color: #002e66;

font-size: 13px;

line-height: 16px;

font-weight: bold;

background-color: #ffffff;

border-right-color: #0096d6;

background-image: none;

height: 0px;

border-bottom-color: #1baae3;

padding: 0px;

margin-left: 0px;

width: 10px;

text-indent: 0px;

background-position: 0% 0%;

background-repeat: no-repeat no-repeat;

}

 div.RadTreeView_myskin .rtHover .rtIn {

color: #005ccc;

background-color: #ffffff;

border-bottom-color: #97d7fc;

padding: 0px 0px 20px;

border-style: solid;

border-width: 0px;

font-family: Segoe UI, Arial, Helvetica, sans-serif;

border-right-color: #97d7fc;

border-top-color: #97d7fc;

background-position: 0% 0%;

}

 div.RadTreeView_myskin .rtSelected .rtIn {

border-right-color: #97d7fc;

border-bottom-color: #97d7fc;

border-style: solid;

border-width: 0px;

color: #005ccc;

}

 div.RadTreeView_myskin .rtMinus {

 background-image : url('TreeView/PlusMinus.png');


}

 div.RadTreeView_myskin .rtPlus {

background-image: url('TreeView/tabMenu_east_blue.png');

}
div.RadTreeView_myskin .rtLI {
    font-weight: bold;
}
div.RadTreeView_myskin .noChild {
    font-weight: normal;
}
Anshul
Top achievements
Rank 1
 asked on 27 Feb 2014
0 answers
55 views
Hello team,

I m working on radtreeview latest version. my requirement is that i want to customize the css of my treeview. i tried a lot on this , but it dont give me adject what i want.
mainly which problem i faced is that:

How can i hide i images "Nodespan" even if there is not exits images in my folder.
How can i hide the border the nodes.

i have atttached my CSS file and expected treeview node image. 
Plaese help me out. its urgent for me.
Anshul
Top achievements
Rank 1
 asked on 27 Feb 2014
5 answers
216 views
Hi,

PFA

it is possible to perform sorting,flitring and grouping on the column which has drop down list inside it.

please reply asap.


thanks.
Princy
Top achievements
Rank 2
 answered on 27 Feb 2014
1 answer
113 views
Rad window in side validation, i given validation initially to 2 rad text box fields  ,I have 3[R1,R2.R3] Rad combo box  if i select R1 combobox  no validation, when i select R2 combo box must and should select R3 combo box,
just like same when i select R3 combo box must and should select R2,
I have set condition but always fire previous validation when I refresh the validation fire correctly 
   {I using requiredfieldvalidator and validation group  to all fields ,the validation group to Rad Button,this functionality done after click rad button }


    pls help me server side code


Shinu
Top achievements
Rank 2
 answered on 27 Feb 2014
1 answer
65 views
I have RadPanelBar inside RadSplitter on master page.

I am calling different pages on click of RadPanelItem of RadPanelBar from master pages.

I have AjaxManager on master page with RadLoadingPanel for showing loading image.

Loading image doesnot animate when I redirects to another page but it works fine for other functionality.
Shinu
Top achievements
Rank 2
 answered on 27 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?