Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
138 views
Hi,
I know i can add markedzones to a chart. but just wondering if it is possible to add a markedzone to a series.

this works fine =>   chart.PlotArea.MarkedZones.Add(mz1);

but this will give an error =>   series[i].PlotArea.MarkedZones.Add(mz1);

Thanks
Evgenia
Telerik team
 answered on 30 Sep 2010
1 answer
93 views
Hi Everyone,

I have a scenario where the IDs are unique but can have multiple Parents.

for e.g.  A person can be part-time in one Branch and part-time in another Branch

Person ID   Person            BranchID   Branch
1                Peter Williams  1               City
1                Peter Williams  5               Woodhill
2                Steven Hen      5               Woodhill

Branches
      ---- City
                 ------ Peter Williams ID 1
      ---- Woodhill
                 ------ Peter Williams ID 1
                 ------ Steven Hen ID 2

I am getting the error "These columns don't currently have unique values"  which I understand but just wondering what my options are to cater for my scenario?

The Treeview is for selection only so if someone knows a person is working under a particular Branch they can expand that Branch and select the person.  No need to add/update/delete nodes.

Any suggestions will be much appreciated

Thanks

B
Yana
Telerik team
 answered on 30 Sep 2010
2 answers
432 views
I am attaching a handler for the onblur event of my radeditor, but it never fires.  If I substitute onclick instead it does work.

Is there a trick to get the onblur to firing with a radeditor?
msigman
Top achievements
Rank 2
 answered on 30 Sep 2010
10 answers
1.2K+ views
I was wondering how I might be able to fix the datepicker so it pops up on top of a RadGrid pop-up edit window, it seems to go behind the window.  :(



Update: Nevermind, found my answer with changing the z-index of the calendar control.  :)
Dimo
Telerik team
 answered on 30 Sep 2010
3 answers
122 views
Hi Telerik team,

In our application, we want to force users to fill the tooltips in the Image manager and link manager. The link manager is pretty straightforward I just changed the code in the LinkManager.axcx ( see following )

_insertClickHandler:

function(e)

 

{

 

    var modifiedLink = this.getModifiedLink();

 

 

 

    if (modifiedLink.title != "") {

 

 

        var args = new Telerik.Web.UI.EditorCommandEventArgs("LinkManager", null, modifiedLink);

 

 

        //backwards compatibility

 

        args.realLink = modifiedLink;

 

        Telerik.Web.UI.Dialogs.CommonDialogScript.get_windowReference().close(args);

    }
    //added codes here
   

 else {

 

        alert(

'please fill the Tooltip field');

 

        $telerik.cancelRawEvent(e);

    }

},

But in the ImageManager.axcx, I cannot find the same method. I checked the code and I found the SetImageProperties.axcx have the same method but the method is not added to the insert button event handler.

Please help me out here.

Thanks

lan
Top achievements
Rank 1
 answered on 30 Sep 2010
3 answers
215 views
Hello,

I have a RadGrid with a MasterTableView and one GridTableView defined within the DetailTables section.  The ClientSettings is set under the RadGrid.

When the parent record is expanded to show the DetailTable, the scroll bar is locked at the parent level.  How can the scroll bar cover the entire grid (both parent and child) with a single scroll bar (not the parent scroll bar and one per child record)?

Thanks 
Dimo
Telerik team
 answered on 30 Sep 2010
5 answers
122 views
Hi,

In a model popup, in FireFox, the link manager dialog pops *under* the existing modal popup.  I'm sure it's a z-indexing issue, but I've tried several and none are working.

I will need a solution for the InsertLink dialog as well.

What do I need to do to get this to work?

Thanks!
Rich
Rumen
Telerik team
 answered on 30 Sep 2010
5 answers
144 views

I want to be able to set the MaxFileSize and not have to worry about the "maxAllowedContentLength" being smaller and therefore erroring.

Our product currently uses a different third party upload control. Since purchasing telerik controls we have gone ahead and begun replacing them. However, their controls seems to manage uploads differently because it is capable of uploading files larger than the default "maxAllowedContentLength". This is functionality we desire
Genady Sergeev
Telerik team
 answered on 30 Sep 2010
2 answers
243 views
What is the easiest way to disable child item clicks?

BR,
Marc
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 30 Sep 2010
6 answers
382 views
Not sure what I am doing wrong here.

<telerik:RadPanelItem runat="server" Font-Bold="True" ForeColor="White" 
    NavigateUrl="https://site.com/app/default.asp?M=2-3&u=<%= uUser_id%>" 
    Text="Event Application"> 
</telerik:RadPanelItem>
  
Trying to pass the current user ID but I pass: 
  
instead of: 
  
Any ideas?
  
ASP programer learning ASPX 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Nikolay Tsenkov
Telerik team
 answered on 30 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?