Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
362 views
Can somebody post a sample of creating/editing a scheduler appointment in a separate form/window without using the underlying scheduler as the parent/owner and sepcifically using the new using RadSchedulerRecurrenceEditor?

Thanks,

Brian
Plamen
Telerik team
 answered on 20 Jul 2016
3 answers
116 views

Hi to all,

I want to add images and videos to ImageGallery.

I've read the article https://demos.telerik.com/aspnet-ajax/image-gallery/examples/functionality/templates/defaultcs.aspx
but I have to add videos from code behind in VB.
Can anyone tell me how?

Thanks

Maria Ilieva
Telerik team
 answered on 20 Jul 2016
1 answer
57 views
Hello I have a grid where all dates in a column matching a certain date need to be replaced with a string. Since I already have an ItemDataBound even handler for the grid I figured I would change it there, but everything I've tried doesn't change what is displayed and the item appears to be read-only, is there any way toedit the item during the ItemDataBound event?
Konstantin Dikov
Telerik team
 answered on 20 Jul 2016
3 answers
972 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
89 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
154 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
54 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
228 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
82 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
197 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?