Telerik Forums
Kendo UI for jQuery Forum
7 answers
323 views
I'm updating pie charts on a page using signalr and I would like  the animations to be different than what is shown when the page initially loads. I've seen fadIn as one of the supported animations but I would like to know if there are more.
Sam
Top achievements
Rank 2
 answered on 13 Apr 2018
2 answers
146 views

Is it possible to animate the bubbles when the data changes?  I mean that the attributes (x,y,size,color) transition from the current to the new.

(Syntax includes TypeScript)

var opt: kendo.dataviz.ui.ChartOptions = {};
opt.title = { text: 'Plot' };
opt.transitions = true;
opt.dataSource = this.dataSource;
opt.series = [{ type: 'bubble', yField: 'price', xField: 'time', sizeField: 'size', categoryField: 'id' }];//, overlay: { gradient:'glass'} }]; // colorField
opt.xAxis = [{ title: { text: 'Time' }, crosshair: { visible: true, tooltop: { visible: true, format: "n0" } } }];
opt.yAxis = [{ title: { text: 'Change' }, crosshair: { visible: true, tooltop: { visible: true, format: "n0" } } }];
opt.tooltip = { visible : true, format : "{3}", opacity : 1 };

////////////////////////////////////////////////////////////////////////////////
public mergeDataArray( items : Array<any> ) : void
{
//this.dataSource.data(item);
var item : any;
var src: any;
var i : number;
var j : number;
var n : number = this.dataSource.total();
var nout : number = items.length;
var found: boolean;

console.log('outter ' + nout + ' ' + n );
for(j = 0; j < nout; j++)
{
src = items[j];
found = false;
//console.log('outter ' + src['id']);
for(i = 0; i < n; i++)
{
item = this.dataSource.at(i);
if( src.id == item.id )
{
item.set('price', src.price);
item.set('time', src.time);
found = true;
break;
}
} // endfor

if(!found)
{
// add in new item
}
} // endfor
//this.dataSource.sync();
console.log('changed ' + this.dataSource.hasChanges() );
}

The data source does see that the data has changed, but it just does a quick set with no transition/animation from current condition to the new condition.

Sam
Top achievements
Rank 2
 answered on 13 Apr 2018
7 answers
2.2K+ views
In in-cell edit mode, grid values do not update when I click a different row.  The update is only triggered when the user hits enter, when clicking outside of the grid, OR by tabbing/clicking to another cell in the same row.  The other examples I've seen don't have this behavior so I'm wondering what I might be doing wrong.  This has been an issue for sometime now and it has to be fixed before going live.
Konstantin Dikov
Telerik team
 answered on 12 Apr 2018
1 answer
105 views

     Hi, i am having trouble with Editor on a textarea. It works on my Mac/PC but not on Iphone X, safari.

It autoexpands the editors height to be same height as the content. Instead of using set height and show scrollbars.

I've tried setting alot of different CSS heights, min heights. using delay and setting after a while using jquery, setting height on parent div,

etc. but i can't get it to behave like on the pc.

 

 

Dimitar
Telerik team
 answered on 12 Apr 2018
1 answer
126 views

Is it possible to use the MaskedTextBox for entering a software version string? major.minor.revision.build? 

 

Viktor Tachev
Telerik team
 answered on 11 Apr 2018
1 answer
5.0K+ views

Hello 

 

​I have a grid with remote json kendo datasource. In this model I have dateTime type field. I want to filter all records, which is equal to date chosen in column filter and ignore the time part. I'll give an example:

 

I have records: 08/05/15 7:23:00, 08/05/15 ​16:46:00, 10/05/15 20:31:00

I write in filter: 08/05/15

I want to get rec​ords: 08/05/15 7:23:00, 08/05/15 ​16:46:00.

 

Generally speaking, this thread is similar to http://www.telerik.com/forums/grid-filters-with-date-and-time#zyQCkkICqE6c-MSzxNvGcg. There is the project, which works well, but only ​in Telerik version 2012.1. Could you provide an example project with this feature in Telerik version 2015.2.805?

Petar
Top achievements
Rank 1
 answered on 11 Apr 2018
2 answers
298 views

Hello. 

I was wondering if we have access to any of the hyperlink manager events? I see that we have access to an event by the editor when the hyperlink window is opened. But no events when the user clicks "cancel". I'm asking this because I have a kendo editor widget inside the window widget. However, I do not want the overlay to go move its z-index from behind the window to above it. I would like the hyperlink manager to have its own overlay to go over the kendo window. Is there a way to do this?

Tony
Top achievements
Rank 1
 answered on 10 Apr 2018
3 answers
103 views

Hello,

We have faced with weird behavior when using Youtube URLs as a video source.

When the video is loading (before play) the media player shows NaNN instead of the Current Playing Time (which should be 00:00).

Angel Petrov
Telerik team
 answered on 10 Apr 2018
3 answers
275 views

I have a spreadsheet with a date column. When I enter 1/1/2018 the cell returns 43101. This must be the number of days from 1/1/1900.

When I calculate the entered date from this number of days the result is 1/3/2018. I use this function:

 

var days = 43101
var date = new Date(1900, 0, 1);
date.setDate(date.getDate() + days);

 

Here you can find an example: http://dojo.telerik.com/aNuXAkuB

The Days function in Excel returns 43100 for the number of days between 1/1/1900 and 1/1/2018.

 

Reasult
Top achievements
Rank 1
Iron
 answered on 10 Apr 2018
1 answer
168 views

Hello, I'm a web developer and I'm facing a problem about media player in mobile version.

I tried to use a previous Kendo UI for jQuery version and the view worked great, but when I tried to show

the video in complete screen mode, it didn't show the toolbar so I couldn't turn the complete screen mode off unless I reload the web page.

Is anybody facing the same problem?.

thank you.

Alex Hajigeorgieva
Telerik team
 answered on 10 Apr 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?