Hi,
I am following this https://github.com/telerik/kendo-ui-core/blob/master/docs/api/javascript/data/pivotdatasource.md to build a pivot grid.
How can I check the data source that is used in the following read method? I want to take a look at the structure and build my own olap data source. But when I click the link, it gives 500 error.
<script>var dataSource = new kendo.data.PivotDataSource({ type: "xmla", measures: { values: ["[Measures].[Internet Order Lines Count]", "[Measures].[Days Current Quarter to Date]"], axis: "rows" }, transport: { connection: { catalog: "Adventure Works DW 2008R2", cube: "Adventure Works" }, }, schema: { type: "xmla" }});dataSource.fetch();</script>Hello dear friends
I wrote a function that is basically a series of images with an animation function, which I want to use as a slider, but when I put it in the setInterval function to do it every 8 seconds, for example, instead of repeating, it delays 8 seconds and once the function Does, the code I wrote:
setInterval(function () { myslider() }, 3000);
function myslider() {
$('#slide-one-one').delay(500).fadeIn();
$('#slide-one-two').delay(1500).animate({ 'opacity': '1', 'top': '150px', 'z-index': '3' });
$('#slide-titr-one').delay(2500).animate({ 'opacity': '1', 'left': '600px', 'top': '40px', 'font-size': '60px' }, 'fast', function () {
$('#slide-one').delay(2000).fadeOut(function () {
$('#slide-two-two').animate({ 'width': '280px', 'height': '437px' }, function () {
$('#slide-two-man').animate({ 'bottom': '0px' }, function () {
$('#slide-two-titr').fadeIn('slow').animate({ 'left': '750px', 'top': '80px' }, function () {
$('#slide-two-one').animate({ 'opacity': '1' }, function () {
$('#slide-two').delay(2000).fadeOut(function () {
$('#slide-tree-one').animate({ 'height': '270px' }, function () {
$('#slide-tree-titr').animate({ 'opacity': '1' }, 'slow', function () {
$('#slide-tree-two').fadeIn(function () {
$('#slide-tree-tree').fadeIn(function () {
$('#slide-tree').delay(2000).fadeOut();
});
});
});
});
});
});
});
});
});
});
});
};
Hello,
How can I grab the #CIRCULAR! text/string from the cell?
This occurs when there is a formula error on the formula column.
I am trying to create a validation method that will validate the spreadsheet on the UI has no #CIRCULAR! errors before allowing the user to Submit their changes to the backend, if #CIRCULAR! is present in the spreadsheet, I will show a popup letting the user know #CIRCULAR! exist in a specific row.
Thank you!
I am looking to create a collection of quizzes for our HR training. From the database side i would like to send in a list of questions and answers in a JSON object. From that JSON, I want to dynamically create the dom for the web quiz using templates in kendo for jquery. I found some articles and read up a bit about templates in telerik and thought that the template works for what I need. I found an example on the forums and have modified it try to add the radiobutton group for multiple choice question or true\false and Yes\No questions. So in my example, I can't get the radio buttons to show in the nested template. What am I missing with regards to the radio template only showing as an object but not rendering the actual radio buttons.
https://dojo.telerik.com/iwuQaJUz

We used kendo editor for content management. When we add the data the kendo-window popup, the cursor goes to top of the editor. This issue occure in Internet explorer. But chrome it is working fine. Please help me out of this.
Regards,
Ayyappan M

Hi team,
<Tooltip bad positioned when autohide:false>
See your own demo for an example.
I will appreciate a workaround.
Also, sorry but the new style of the callout is ugly and lack visibility.
That said, thank you for the great job done with kendo ui.
Laurent.
I've had this issue for two years (StackOverflow post), and today I checked if the latest version of kendo fixed this issue and it looks like it didn't.
Sorting a chart against a string field works fine, as demonstrated in the following string dojo.
But when I try and sort it against a date field it simply doesn't do anything, as demonstrated in this date dojo.
Is there something I'm missing?

Hello!
The persistSelection example does not work. I tested it with Chrome and Edge.
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-persistSelection
And when was this feature introduced?
Best regards,
Kaan