Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
244 views
Hi,

I have implemented round corners on my chart's background.  For the most part, Its works great - however, for some reason, I have another color (gray) appearing in the corner area, outside the rounded edge.  I can't figure out where or what controls that color.  Any ideas?  I have attached an image of my chart.  Below is the code related to the chart background and rounded corners.

RadChart1.Appearance.FillStyle.FillType = FillType.Solid;
RadChart1.Appearance.FillStyle.MainColor = Color.FromArgb(229, 229, 229);
RadChart1.Appearance.Border.Color = Color.FromArgb(0, 0, 0);

RadChart1.Appearance.Corners.BottomLeft = CornerType.Round;
RadChart1.Appearance.Corners.BottomRight = CornerType.Round;
RadChart1.Appearance.Corners.TopLeft = CornerType.Round;
RadChart1.Appearance.Corners.TopRight = CornerType.Round;
RadChart1.Appearance.Corners.RoundSize = 20;

Thanks,

Jeff
Ves
Telerik team
 answered on 22 Oct 2009
1 answer
63 views
Hello world,
I am working with editor version 4.5.6.0.
When (accidently) selecting a whole paragraph and converting the selection into a hyperlink using the hyperlink manager, the resulting 'a'-tag contains the 'p'-tag. This results in non-functioning hyperlinks in some browsers and conflicts with the specification of (x)html. The same applies for headings ('h1'-'h6'-tags). Is there a way to prevent the editor generating constructs like "<a><p>some text</p></a>"?
BR,
- Mirko -
Stanimir
Telerik team
 answered on 22 Oct 2009
14 answers
389 views

Hi,

I have a strange problem. I am not able to deploy the RadEditor for MOSS on the production server. Error: Cannot add the specified assembly to the global assembly cache: [Rad***.Net2.dll].

I tried all the options to install the solution RadEditorMoss.wsp. But, No luck. Also, I didn't find much help on the FAQs or in forums. I would appreciate, if anyone help me to resolve the problem.

Regards,
Phani Madhav

Stanimir
Telerik team
 answered on 22 Oct 2009
9 answers
250 views
Hi,
I am getting following error

Microsoft JScript runtime error: 'null' is null or not an object

in rad input manager

it fails on var ids=com.get_targetControlIDs();  while debugging


get_regExpTextBoxSettings:

function(){

 

 

return

this.get_inputSettings(Telerik.Web.UI.RadRegExpTextBoxComponent);

 

},get_textBoxSettings:

 

function(){

 

 

return

this.get_inputSettings(Telerik.Web.UI.RadTextBoxComponent);

 

},get_numericTextBoxSettings:

 

function(){

 

 

return

this.get_inputSettings(Telerik.Web.UI.RadNumericTextBoxComponent);

 

},get_dateInputSettings:

 

function(){

 

 

return

this.get_inputSettings(Telerik.Web.UI.RadDateInputComponent);

 

},_onSubmit:

 

function(){

 

 

var

i;

 

 

for

(i in this._getSettings()){

 

 

this

._beforeSubmit(this._getSettings()[i]);

 

}

},_beforeSubmit:

 

function(com){

 

 

var

ids=com.get_targetControlIDs();

 

 

for

(i=0;i<ids.length;i++){

 

com.get_targetInput(ids[i])._beforeSubmit();

}

 


My  ascx page code looks like

 

<asp:TextBox ID="txtQty" runat="server" Height="20px" ></asp:TextBox>

 

 

 

<telerik:RadInputManager ID="RadInputManager1" runat="server" Skin="Vista">

 

 

 

<telerik:RegExpTextBoxSetting BehaviorID="RagExpBehavior1"

 

 

 

ValidationExpression="^\d+$" ErrorMessage="Invalid Quantity">

 

 

 

<TargetControls >

 

 

 

<telerik:TargetInput ControlID="txtQty" />

 

 

 

</TargetControls>

 

 

 

</telerik:RegExpTextBoxSetting>

 

 

 

</telerik:RadInputManager>

 

 



Please let me know what i am missing here ASP.

Thanks.
Eva



Pavel
Telerik team
 answered on 22 Oct 2009
5 answers
380 views
Hi,

I use in place edits for a rad grid using the code as in this location:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx

Although, I do not use an object source to populate the grid, everything works fine, except that the row stays in edit mode even after the grid update event has fired.  Is there any way I can set the double clicked row out of edit mode after the Update event?

Thanks.

Suresh
Princy
Top achievements
Rank 2
 answered on 22 Oct 2009
1 answer
110 views
Hi,
I was wondering if anyone has successfully managed to get RadAjax working through Citrix Access Gateway's Web Proxy. We are having problems because the Proxy does not handle the Ajax response correctly and treats it as a downloadable file.

Any help would be appreciated.
Thanks
Pavel
Telerik team
 answered on 22 Oct 2009
1 answer
159 views
Hi.

I have a large system we are developing constantly which displays around 100 lists throughout the system. We have set up a configuration system for the lists, and 1 user control to handle them all.

All our datasources are custom classes.

When I need to combine two different properties of the class into 1 column, things get a bit tricky.

Example of a custom class:
public class Master { 
    public int ID { getset; } 
    public string Name { getset; } 
    public Child FirstChild { getset; } 
 
public class Child { 
    public int ID { getset; } 
    public string Name { getset; } 

Using reflection I can access the values of the Master class easily. This is the databind event of the custom ItemTemplate class:
void control_DataBinding(object sender, EventArgs e) { 
    LiteralControl control = (LiteralControl)sender; 
    GridDataItem container = (GridDataItem)control.NamingContainer; 
    control.Text = dataItem.GetType().GetProperty("Name").GetValue(dataItem, null).ToString(); 




But when I need values from the Child class, things get tricky. I have tried all methods thinkable to me, and am stuck with this.

Can anyone show me how I can access the values from the Child class?
BaiH
Top achievements
Rank 1
 answered on 22 Oct 2009
2 answers
163 views
What would be the easiest way client-side to have a panel bar item appear unselected after it is collapsed?
Paul
Telerik team
 answered on 22 Oct 2009
1 answer
74 views
Does anyone know how to create related / casacading dropdownlists in a telerik grid? Can this be done?
Princy
Top achievements
Rank 2
 answered on 22 Oct 2009
1 answer
133 views
I have a rad panel organized in the following manner:

Region
--> State
----> Disaster
------> Area
--------> Team

The problem I am having is the the Team level is at the same indention as the Area level. I have determined the css code to fix this is the following:

    .RadPanelBar .rpLevel4 .rpOut
    {
        padding-left: 45px;
    }

But I do not know where to put this line. I have tried putting it in my local css file but it overwrites it and uses the level 3 padding which is 30px. And I cannot find where the css setting for level 2 and level 3 reside.

Any help with this is much appreciated,
Thanks
Schlurk
Top achievements
Rank 2
 answered on 21 Oct 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?