Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
170 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
133 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
197 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
53 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
211 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
109 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
64 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
1 answer
68 views
I have a main page that contains the radAjaxManager.  Then, on a user control, I have the following defined:

<telerik:RadAjaxManagerProxy ID="rampObjectIndexInfo" runat="server" />
<telerik:RadAjaxLoadingPanel ID="ralpObjectIndexInfo" runat="server" />

Within the user control, I create a series of dynamic controls.  At some times, we create repeating rows of fields where the user can add additional rows (e.g., we initially define 2 rows of three text boxes, but the user can add additional rows as they desire).  We define the buttons as follows (only the minus button is shown, the plus button is defined pretty much the same):

ImageButton minusButton = new ImageButton();
minusButton.ImageUrl = GetString("ObjectDetails.IndexingInfo.RepeatingRowRemove.ImageName");
minusButton.AlternateText = GetString("ObjectDetails.IndexingInfo.RepeatingRowRemove.AltText");
minusButton.OnClientClick = "RemoveLine('" + dataGroupId + "', 'btnpm_" + dataGroupId + "_" + controlSuffix + "'," + controlSuffix + ");";
minusButton.ID = epCustom.ID + "_M_" + (controlSuffix);
minusButton.Style.Add("padding-right", "3px");

//Index info is an array of dynamically created controls that will be displayed to the user
indexInfo.Controls.Add(minusButton);
rampObjectIndexInfo.AjaxSettings.AddAjaxSetting(minusButton, minusButton.Parent, ralpObjectIndexInfo);

The issue I'm having is that instead of executing the OnClientClick event, a full post-back is executed and the form is entirely reloaded (which is what we're trying to avoid since there are a half-dozen other controls that update as well and that causes a major performance hit).

What am I missing?
Shinu
Top achievements
Rank 2
 answered on 27 Feb 2014
1 answer
60 views
in the 2010 version had no problem 
value = item ["COLUMN_NAME"]. Text  (value correct)

in the 2013 version I have a problem
value = item ["COLUMN_NAME"]. Text  (value incorrect), return (&nbsp;)
Princy
Top achievements
Rank 2
 answered on 27 Feb 2014
1 answer
112 views

Hi I made couple of changes on my ISS server and I'm trying to re install my project, I have telerik already but Im getting this error: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute'  when I try to load the project

Please let me know how can I fix this problem

Thank you

Carolina

Digno Martinez
Top achievements
Rank 1
 answered on 27 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?