Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
932 views
After multiple files are uploaded from AsyncUpload, I loaded all of those images to byte array so that they can be displayed in the grid. I don't want to save these images  yet since I only want to save these images when the user clicks on Save.

How do I load those images in byte array into GridImageColumn?

It seems that there is no way to directly reference to temporarily file that is created from AsyncUpload. If it can, that will help.
Angel Petrov
Telerik team
 answered on 20 Jul 2016
2 answers
69 views

I have a custom AdvancedScheduler Form in which I want to set the focus to a field programmatically in code behind.

So far I tried this, but although the code is called correctly, the .Focus() doesn't reflect in the form. What am I doing wrong?

01.protected void RadSchedulerPlanning_FormCreated(object sender, SchedulerFormCreatedEventArgs e)
02.        {         
03. 
04.            if ( (e.Container.Mode == SchedulerFormMode.AdvancedEdit) || (e.Container.Mode == SchedulerFormMode.AdvancedInsert))
05.            {
06.                var aukunr = (RadComboBox) e.Container.Controls[1].FindControl(id: "AUkunr");
07.                var textbausteinid = (RadDropDownList) e.Container.Controls[1].FindControl(id: "Textbaustein_Id");
08.                if (aukunr.Enabled)
09.                    aukunr.Focus();
10.                else
11.                    textbausteinid.Focus();
12.            }
13.        }
rugydp
Top achievements
Rank 1
 answered on 20 Jul 2016
4 answers
136 views

Wonder if this had been asked before but I notice the Image Editor in Image Manager of RadEditor lack the ability for pencil drawing or did I miss something here?

I was under the impression that the Image Editor in Image Manager of RadEditor actually is the Rad Image Editor.

SHSIOW
Top achievements
Rank 1
 answered on 20 Jul 2016
0 answers
41 views

i am having header data but it is overwritten by GroupingSettings-GroupContinuesFormatString keeping value Showing {0} of {1} items.

what i need it Showing {0} of {1} items. + my header data

Sam
Top achievements
Rank 1
 asked on 20 Jul 2016
5 answers
204 views

 Please see attached image.

We are in the process of replacing Highcharts with the Telerik RADHtmlChart (as we have had so many issues with Highcharts).

As this is an existing system we need to give the same look and feel. We have lots of charts which I have replaced. I am now down to the last one :-)

The chart groups given the following data set:

Range    Value

0-9          0

9-18        0

18-28      0

28-37      1

37-46      0

Can you advise me how I can get the RADHtmlChart to graph as per the attached image.

Rick
Top achievements
Rank 1
 answered on 19 Jul 2016
1 answer
72 views

Hi, i need disable the column Q1 from my chart,how i can disable?

 

My Code is:

 

<telerik:RadHtmlChart ID="RadHtmlChart1" runat="server" Width="70%">
            <ChartTitle Text="Test">
<Appearance Align="Center" Position="Top"></Appearance>
</ChartTitle>
<Legend>
<Appearance Position="Bottom"></Appearance>
</Legend>

            <PlotArea>
<XAxis AxisCrossingValue="0">
<MinorGridLines Visible="false" />
<Items>
<telerik:AxisItem LabelText="Init"></telerik:AxisItem>
<telerik:AxisItem LabelText="Month"></telerik:AxisItem>
<telerik:AxisItem LabelText="1-30"></telerik:AxisItem>
<telerik:AxisItem LabelText="30-90"></telerik:AxisItem>
<telerik:AxisItem LabelText="+ 90"></telerik:AxisItem>
<telerik:AxisItem LabelText="Finaly"></telerik:AxisItem>
</Items>
</XAxis>
<YAxis>
<LabelsAppearance DataFormatString="C0"></LabelsAppearance>
<MinorGridLines Visible="false" />
</YAxis>
<Series>
<telerik:WaterfallSeries>
<TooltipsAppearance Visible="false"></TooltipsAppearance>
<LabelsAppearance Visible="true" Position="Center" DataFormatString="C0" />
<SeriesItems>
<telerik:WaterfallSeriesItem Y="1000000" />
<telerik:WaterfallSeriesItem Y="250000" />
<telerik:WaterfallSeriesItem Y="-150000" />
<telerik:WaterfallSeriesItem Y="-5000" />
<telerik:WaterfallSeriesItem Y="-500000" />
<telerik:WaterfallSeriesItem Y="-350000" />
<telerik:WaterfallSeriesItem Y="750000" />
</SeriesItems>
</telerik:WaterfallSeries>
</Series>
</PlotArea>

        </telerik:RadHtmlChart>

Niko
Telerik team
 answered on 19 Jul 2016
1 answer
171 views

Hi,

I am developing this web page in which I have a RadTabStrip connected with a RadMultiPage, both created dynamically, following this demo.

The code is pretty much the same from the demo, the differences are in the layout, in the fact that it is placed inside a Master Page and that (because of the MasterPage) the AjaxManager from the demo is replaced with an AjaxManagerProxy

Unfortunately it does not work the same way.  When I click on a tab that is not yet loaded (i.e. first click on that tab since page creation), all the other already loaded tabs refresh, causing a loss of all the client-side information.

What can be the cause? Is it solvable?

Thank you, best regards.

 

Peter Milchev
Telerik team
 answered on 19 Jul 2016
1 answer
92 views

I'm looking at potentially using Telerik UI for a calendar project but I'm running into a potential issue and I'm wondering if there is a workaround.

 

Currently if events overlap they are displayed as such

9am |Event1| Event 2| Event3|

10am

11am

Is there a way to display them horizontally?

9am |Event1|

        |Event2|

        |Event 3|

10am

11am

 

Magdalena
Telerik team
 answered on 19 Jul 2016
5 answers
49 views
I'm sure there has to be an easy solution for this. My requirement is that I need to manually close the Task window when you click on a task within Javascript. The window doesn't appear in the list of controls using $telerik.radControls library. If anyone knows how to do this, it would be much appreciated. 
Bozhidar
Telerik team
 answered on 19 Jul 2016
2 answers
96 views

Hi all,

it is possible to rebind only the current page ?

My scenario is I open a detail using a hyperlink column in a RadWindow .

when the user closes the RadWindow I would only have to rebind only the current page .

thank you

Konstantin Dikov
Telerik team
 answered on 19 Jul 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?