Hi,
At one time i was able to embed audio in Telerik editor. But now i was not able to embed audio in Telerik editor. The current Telerik version is 2014.
Can some one help to embed audio in Telerik editor.
<audio controls tabindex="0" height="50" width="100">
<source src="/uploads/audio/arcadia.mp3" type="audio/mpeg"></source>
<source src="/uploads/audio/arcadia.ogg" type="audio/ogg"></source>
<embed src="arcadia.mp3" height="50" width="100"></embed>
</audio>
Thanks,
We are trying to emulate a stepped area chart with Kendo UI to denote the direction/position in which an actuator travels over a period of time (+1 denoting clockwise, -1 denoting a counter-clockwise direction) during the course of a day. The period of time over which the actuator completes its transition is not constant.
The code is included below (alternatively please feel free to use the following jsfiddle athttp://jsfiddle.net/pirahawk/XT6CZ/15/ to avoid any setup). We have used the Kendo Stockchart because it provides a complementary navigator component which allows the user to restrict the graph to a desired time period. However we are finding oddities in the chart api especially when the data set has large time lapses. As shown in the example below, we started off with receiving inputs that have 1 second intervals between them. Plotting these on the chart achieves the shape that we expect to see. However adding additional datapoints that are now apart by a few hours (please uncomment the data points shown), we are finding that the chart api seems to somehow incorrectly extrapolate the earlier data points.
When using the navigator to restrict the chart to the earlier period (between 2am - 2:30am), we do once again achieve the original shape. However we would like to have the same shape shown without having to do this (i.e. stop the api from extrapolating data points with large intervals between data points). Any help, advise on this issue would be greatly appreciated
var
dataForSource = [{
date:
new
Date(
"December 16, 2013 02:06:00 AM"
),
Count: 0
}, {
date:
new
Date(
"December 16, 2013 02:07:00 AM"
),
Count: 1
},
{
date:
new
Date(
"December 16, 2013 02:09:00 AM"
),
Count: 0
}, {
date:
new
Date(
"December 16, 2013 02:09:15 AM"
),
Count: -1
},
{
date:
new
Date(
"December 16, 2013 02:09:45 AM"
),
Count: 0
},
{
date:
new
Date(
"December 16, 2013 02:10:00 AM"
),
Count: -1
}, {
date:
new
Date(
"December 16, 2013 02:15:00 AM"
),
Count: 0
}
//Uncomment these out to see issue
/*
, {
date: new Date("December 16, 2013 04:10:01 PM"),
Count: -1
}
, {
date: new Date("December 16, 2013 11:55:00 PM"),
Count: 0
} */
];
var
staticDataSource =
new
kendo.data.DataSource({
type:
"line"
,
data: dataForSource
});
function
createChart() {
$(
"#chart"
).kendoStockChart({
dataSource: staticDataSource,
dateField:
"date"
,
series: [{
type:
"line"
,
style:
'step'
,
//missingValues: "interpolate",
field:
"Count"
,
categoryField:
"date"
}],
xAxis: {
baseUnit:
"seconds"
},
navigator: {
series: {
type:
"line"
,
style:
'step'
,
field:
"Count"
},
xAxis: {
baseUnit:
"hours"
},
}
});
};
$(document).ready(createChart);
We are using your components for data validation of external data where data might be wrong.
We ​use DatePickers a lot ​and we need to set the MinDate and Max​Date when ​users correct values.
Sometimes the dates is out of range. At the moment I have set the SkipMinMaxDateValidationOnServer="true", but the date is changed when displaying it to min date if the date is below min date. This confuses the users since they don't know the original value of the date and when they see it on the sc​reen they think it is correct and can't understand why the system is complaining about the date since it seems to be within the allowed range.
Is it possible to keep the original value, but display the nice "waring" symbol instead ?
As a "not so nice" workaround at the moment we need to adjust the min date to the invalid date so that the date is not changed.
Regards
Ole Oscar Johnsen
Hi,
At the moment it seems like the DataForm can handle only Label, Value pairs.
I want to have the possibility the create this structure.
row start
Label, ​Value <fixed gap> Label, Value
row start
Label, ​Value <fixed gap> Label, Value
I was hoping not to use a Table to solve it.
When I use the CssClass="rdfLabel rdfBlock" and CssClass="rdfFieldValue" on these pairs, then the structure will be Label, Label, Value, Value. Does it exist a css class that will handle this scenario ? I have tried to search for it, but with no luck. Does it exist any documentation on ​the predefined css classes and the use.
Regards
Ole Oscar Johnsen
I don't know , for some reason, when I drag a column header to group panel, all the rows of the grid vanish leaving only group panel visible which is unresponsive.
Figure 1 is the original gird.
When I try to drag any column (say Year) to the group panel, Figure 2 is the result.
Your help in solving this problem is highly appreciated.
I started to isolate my code - then realized that ​this problem is easily reproduced.
Take this example:
http://www.telerik.com/support/code-library/responsive-radgrid-d82dc6333682#eAgo5lqhwEm1m86WcKeqJQ
1. Add AllowSorting="True" to the RadGrid
2. Wrap the RadGrid in a RadAjaxPanel - or wire it to a RadAjaxManager
3. In a normal desktop resolution that should NOT apply the @media CSS rules - Click a Column heading to sort
NOTE: The @media rules are applied to the grid erroneously. I have also had this apply other @media rules on my page - outside of the radgrid and radajax on column sort or grid paging. This problem stops if you remove the Ajax wiring - which then of course makes the page much less usable.
Tested in the latest version of Chrome on Windows 8.1 and using the latest 2015.2 release
achieved implement the diagram on page in my project, but they are asking me to be drawn by code that is within DefaultVB.aspx.vb then receive and display parameters
How the code development? They have something to help me please
http://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultvb.aspx ​​
/
logre implementar el Diagrama que aparece en la pagina en mi proyecto, pero me están pidiendo que se dibuje por código, es decir dentro de DefaultVB.aspx.vb para luego recibir parámetros y mostrarlos
¿como lo desarrollo por código? tienen algo que me ayuden por favor
http://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultvb.aspx ​
I have a grid with Supplier, Month, Cost that shows the past 12 months. In order to sort the months chronologically, I have SortExpression="Year, Mth" for the Month column, which are the numeric values in the query which are not displayed in the grid. This sorts correctly when the Month column header is clicked, but when I drag the Month column to the group bar, it sorts the months alphabetically. How can I get this to sort by Year, Mth when a user groups by the Month column? It seems this should be doable in the RadGrid's GroupsChanging event, but I'm not sure how to make that happen.
Thanks!
Hi team,
Please suggest the best way to improve performance of my grid, which having 300000 rows.
Please do the needful.
Thanks
Senthilkumar N