New to Kendo UI for jQueryStart a free 30-day trial

GetWidth

methods

Gets the width value.

Returns:Number

The current width value.

<script>
var geom = kendo.geometry;
var size = new geom.Size(150, 75);
var currentWidth = size.getWidth();
console.log(currentWidth); // logs 150
</script>
Not finding the help you need?
Contact Support