Telerik Forums
Community Forums Forum
0 answers
67 views
I'm trying to have editors for certain pages, but, in order for them to edit anything, they need to type in a different url instead of the tool bar on the side appearing for easy access. I have it and all the administrators have it, but, when I've edited permissions allowing them to do certain tasks, it still doesn't appear. Can anyone tell me the best way to tackle this issue?
Dawn
Top achievements
Rank 1
 asked on 27 Mar 2013
0 answers
141 views

Hi everyone,

I'd like you to check this web designer created using Knockout.js, JQuery JQueryui and other cool js plugins.

It's part of a Javascript framework WUIC, i developed in the last year.

You can create pages and dashboards using HTML, SVG, 3D primitives (for 3D your browser need to support WebGL and currently only Chrome works flawlessly. Firefox need to enable WebGL in about:config).

Click on "Tutorial" button to watch the clips that shows what you can do with it.

 

What do you think ?

Any feedback is really appreciated.

 

Kind Regards

 

Lorenzo Castrico

 

http://www.wuic.it

http://designer.wuic.it

Lorenzo Castrico
Top achievements
Rank 2
 asked on 17 Mar 2013
0 answers
104 views
Hi all,

I have a Web Application with a RadTabStrip with 2 Tabs(temporarily). Each Tab contain a RadListView that show just one by one record(page size=1). Actually, when I click on select button related to a record on the first Tab, I can see on the second Tab all record connected to selected record on first Tab.
For example:
On first Tab(Film) are contained a ListView with all Film of our db shown one by one because I want a page size = 1. When I click on related select button, I can see on second Tab(Actors) all Actors involved in the selected film. It works very well, but my next purpose is as follows:

I want to make possible this without clicking on select button but just scrolling my film list with DataPager. I want to scroll my film list and when i go on ActorsTab it should show me actors list related to last film shown on the first tab whithout clicking anymore any button. 

Is there any expedient to make it possible ?

Thank You
G
Top achievements
Rank 1
 asked on 16 Mar 2013
81 answers
3.0K+ views

Hello!

I would like to know how to delete the telerik user account I had to create in order to download a trial version a while ago. Unfortunately, I couldn't find any hints on how to do this. :-( Maybe someone here can help me to remove the account?

Any help appreciated.
Thanks in advance!

Violeta
Telerik team
 answered on 14 Mar 2013
4 answers
206 views
First I must say that the new website looks great.  Second, I have one quick and easy question.  Where can I get the skin for the menu?  I'm guessing that it is custom, but based on the Default and Black skins.

Thanks,
Chris
mathieu cupryk
Top achievements
Rank 1
 answered on 06 Mar 2013
1 answer
189 views
I currently do business with another component vendor (I won't name it here) and I'm seriously considering ditching them. For reasons that are beyond my understanding they believe it's good design to hide exceptions thrown within their components event handlers:

Try
    RaiseControlEventMethod()
Catch ex As Exception
    'Do nothing
End Try


I'm interested in Telerik's controls but first I want to know if I'll come across such horrible design principles again.

Any input would be very much appreciated. Thanks.
Stanislav Velikov
Telerik team
 answered on 04 Mar 2013
1 answer
125 views
Hi,

Some of the telerik controls doesn't get grayed out (doesn't look disabled) even when it is disabled.
The controls still appears enabled with black color border for RadTextboxes ,radio buttons, checkboxes and combo boxes.
This issue exits in IE and is not found in Mozilla and Chrome.
Kindly help me out.

Thanks in advance,
Maria Ilieva
Telerik team
 answered on 26 Feb 2013
1 answer
151 views
Hello All,

I am facing an issue in RadnumericTextbox.
When i disable it through jquery(the below code) it looks disabled but the textbox is still editable.
RadnumericTextBox.set_enabled(false);
On making it readonly and then again enabling it, makes the spin buttons disabled.
Is this an issue with the telerik control?
Kindly help me out.

Thanks in advance,
Andrey
Telerik team
 answered on 22 Feb 2013
4 answers
355 views
I am building an app that uses Windows 8 Metro XAML preview controls. I have downloaded and examined the sample app, but it mostly uses code-behind to define all the stuff necessary for the charts. I am trying to accomplish something similar with bindings, and the charts remain empty. Actually, they get the data, but plot nothing (for example, I can see the borderline of the RadPieChart and all zeroes for RadCartesianChart). Here is the code for RadPieChart:

<telerik:RadPieChart>
    <telerik:PieSeries ItemsSource="{Binding AssetsData}" />
</telerik:RadPieChart>

And AssetsData is defined like this:

private ElementCollection<PieDataPoint> assetsData;

public ElementCollection<PieDataPoint> AssetsData
    {
        get
        {
            return assetsData;
        }
        set
        {
            assetsData = value;
            Notify("AssetsData");
        }
    }

Filled with data, like this:
PieSeries series = new PieSeries();
series.RadiusFactor = 0.9;
  
foreach (var entry in dataSource)
{
    series.DataPoints.Add(new PieDataPoint() { Value = entry.Percentage, Label = entry.Title });
}
  
assetsData = series.DataPoints;

Everything works fine when I use code-behind (C#) like in the sample app. I define the series, add the datapoints to series and add that series to chart control. When using the same data and trying to bind like this, it doesn't work.

What am I doing wrong here?
I checked if the values in the collection are set properly, and they are (since I'm using the same logic as when I use code-behind, there shouldn't be any difference really, and there isn't).

Also, is there a way to set RadCartesianChart to scale it's minimum and maximum according to the data that's being drawn?
Bartholomeo Rocca
Top achievements
Rank 1
 answered on 21 Feb 2013
8 answers
135 views
Hi ! I already have my blog where I've posted few asp.net examples and stuff like that. I also wanted to do the same for telerik. Any precautions should I take before I do so ? Do we have to own the telerik controls for doing so, or one can freely share the codes ?

I am expecting the ans in the capacity of an employee.

Thanks much.
-Aarsh
Aarsh
Top achievements
Rank 1
 answered on 20 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?