Completed
Last Updated: 27 Jan 2015 08:49 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In the demo:
http://demos.telerik.com/kendo-ui/slider/index
Slider / Basic Usage
demo

If you create sliders with different max, min, smallStep, and largeStep
attributes the tops of the verticle sliders won't line up unless 
you have

   vertical-align: top;

set.

Maybe you could add this to your demo code.

---
	In the Style ...  "div.eqSlider {"

		vertical-align: top;
---

The demo all align because these 4 attributes are all set to the same values.
If you modify the demo so one is different it won't line up
in IE9.  FF35 lines up unless you use a large max and a small min to cause no
hash marks to show up.
 IE: -31 to 31

Below are some changes to the demo that makes the tops not line up.

...
	<input class="eqSlider" value="10" />
	<input class="eqSliderBig" value="15" /> <!-- Changed to use ...Big -->
...
	$(".eqSlider").kendoSlider({
		orientation: "vertical",
		min: -20,
		max: 20,
		smallStep: 1,
		largeStep: 20,
		showButtons: false
	});

	/* Added Big to make the last slider have a different max,min */
	$(".eqSliderBig").kendoSlider({
		orientation: "vertical",
		min: -30,
		max: 30,
		/* Change to -31 to 30 and no hash lines will show up and FF35 won't * align tops */
		smallStep: 1,
		largeStep: 20,
		showButtons: false
	});
...

div.eqSlider {
	display: inline-block;
	margin: 0 12px;
	height: 122px;
	vertical-align: top;
	/* Added to make tops align even if the max, min, smallStep, or largeStep are different */
	/* Remove and the tops won't align in IE9 */
}

/* Added for the ...Big slider */
div.eqSliderBig {
	display: inline-block;
	margin: 0 12px;
	height: 122px;
	vertical-align: top;
	/* Added to make tops align even if the max, min, smallStep, or largeStep are different */
	/* Remove and the tops won't align in IE9 */
}

...

Completed
Last Updated: 24 Jan 2015 10:27 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox 


min Number(default: null) 

Specifies the smallest value the user can enter.

Example - specify max option                    <<< max should be min
Completed
Last Updated: 23 Jan 2015 14:38 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I created a Kendo UI grid with two columns.
One is just a number called num0.
the other is is called num1 and it's data is created from num0 through a 
template.

The filter on num0 works find.
The filter on num1 shows up and you can use it but
no matches are found. ie: filter on num1 and select "Is equal" and enter "2",
then click "Filter"
and grid is emptied when it should have shown the 1st record.

I think it has something to do with the "template" that I am using
to fill num1 column.

http://jsfiddle.net/elbarto99/acyxekgx/

Declined
Last Updated: 21 Jan 2015 14:58 by ADMIN
Created by: Bikash
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

I want to use Css style for styling Kendo chart.  Currently I am using 10-15 charts on my projects, for that I need to hard coded the property value for individual chart.Is there any way to do that ?

Thanks,
Bikash
Completed
Last Updated: 20 Jan 2015 16:20 by ADMIN
Make ENTER activate a submit button on a page
from all widgets including the dropdown list.
Completed
Last Updated: 20 Jan 2015 12:10 by ADMIN
The
"Grid / Filter menu customization"
http://demos.telerik.com/kendo-ui/grid/filter-menu-customization

doesn't have enough similar "City" names
to test the "Starts with" filter
when a person might enter 

"B"

and list multiple citys that start with "B"

Currently there is only one city name per letter.

Maybe you could make a couple cities have the same start letter.

ie: "Boston" and "Berkley"

Then you would see that the "Starts with" won't function
for the "City" column
because you can't enter just "B" and have to select a city from
the cityFilter DropDownList.

Declined
Last Updated: 19 Jan 2015 17:38 by ADMIN
http://docs.telerik.com/kendo-ui/api/jsp/rangeslider
http://docs.telerik.com/kendo-ui/api/jsp/slider

under the "tickPlacement" section

says:

The available options are:

It needs to be:

The available options are: both, ...

and list the other options.

I found "both" being used here:

http://demos.telerik.com/kendo-ui/slider/right-to-left-support

but I don't know what else I could used for other effects
Declined
Last Updated: 16 Jan 2015 21:25 by Brock
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
With the current implementation the kendoMaskedTextBox.value() method returns the value including the mask. There should be a way to get the inner value, without the mask.
Completed
Last Updated: 16 Jan 2015 10:51 by ADMIN
in
http://demos.telerik.com/kendo-ui/datepicker/index
which is the

DATEPICKER
demo

change attribute in label tag from 

"<label datepicker="start">Show ..." 

to 

"<label for="datepicker">Show ..." 

Reason:

I don't know what the datepicker="start" attribute is for the
<label> tag and I think it is an error
and should be
for="datepicker"
which is a valid attribute for the <label> tag
and makes the cursor move to the datepicker input widgit if the label is clicked.


Completed
Last Updated: 15 Jan 2015 13:45 by ADMIN
1. If I enter 9/1/15, Kendo control shows me error and asks me to enter 9/1/2015.
2. If I enter 4 and press tab => it should fill it with 4/01/2014.
3. If I enter 4/01 and press tab => it should fill it with 4/01/2014.
4. If I enter 31/2/2015, it should automatically round it to 28/2/2015.

I compared this to other Telerik Product (e.g. Telerik ASP .NET forms controls) and I noticed above items. As this is currently working in ASP .NET Forms control using jQuery/javascript, I believe it should be workable in same fashion as we can't tell our client that one control set works one way for them on one site and other control set works differently by same provider on their other site.
Declined
Last Updated: 14 Jan 2015 18:45 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies:

kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception.

Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added?

Thanks!
Completed
Last Updated: 09 Jan 2015 17:14 by ADMIN
Created by: Bhaskar
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Please add support for named stacks in Area and Line charts. It should work similar to Bar/Column charts.

For example, with the following series definition

[{field: 'Whole', stack:'whole', name: 'Whole Part'}, {field:'Part1', stack:'parts', name:'Part 1'}, {field:'Part2', stack:'parts', name:'Part 2'}]

Part1 and Part2 should stack but not "Whole".
Completed
Last Updated: 09 Jan 2015 16:59 by ADMIN
Created by: Andrés
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
The new filter row is great, but the sizing of the filter controls is really bad. If the columns are wide, space is wasted, and if they are narrow the filters are almost unusable. Here's an example implementation that takes care of resizing the controls when the columns resize or when fitlers are applied: http://jsbin.com/wipazupexaqi/3/edit

Also, for further reference: http://www.telerik.com/forums/grid-filter-row-auto-size---solution
Declined
Last Updated: 07 Jan 2015 18:24 by John
<pre>
Change typos in document:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.cell.suggestionOperator


from:

"startswidth"
"startswidht" 

to:  

"startswith"

</pre>
Completed
Last Updated: 07 Jan 2015 13:57 by ADMIN
Created by: Gaurish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
List view should have a Option for the checkbox to select the list with custom template for the checkbox  with custom template for the checkbox which can behave as the toggle button for mobile and can be disabled if not required.
Cause the existing system to select and deselect item is very non user friendly
Declined
Last Updated: 07 Jan 2015 13:42 by ADMIN
Created by: Bryan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
In one of the more recent builds a Frozen Columns feature was introduced. However, the feature is currently not supported for hierarchical grids. We were wondering if it would be possible to implement an enhancement which would support both of these features simultaneously.
Completed
Last Updated: 07 Jan 2015 13:32 by ADMIN
Created by: Pavel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a replacement for standard checkbox, that looks deiiferent in different browsers (like jqWidgets has) and CheckBoxGroup widget.

For example:
<div data-role="checkboxgroup" data-bind="value: groupValues"   data-row-items="5" data-text-field="text" data-value-field="value"></div>

And the model:
kendo.observable({
    groupValues: [
        { text: "Text1" value: 1 },
        { text: "Text2", value: 2 }
    ]
})
Declined
Last Updated: 07 Jan 2015 10:08 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
kendo.diagram.Path is an object that can be appended to a kendo.diagram.Group object and supports such things as SVG paths.  This is undocumented and unsupported functionality that can be accessed in pure JS but is inaccessible in TypeScript.  Can you please support this object and add its declaration the d.ts file?
Declined
Last Updated: 07 Jan 2015 09:33 by ADMIN
Created by: Jiajia
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When I used the angularjs to bind template data to kendo-mobile-scroll-view, it will post error when scroll to the last page, it post error as Uncaught TypeError: undefined has no properties, I think there is an error existed, could you fix it? If it is not, or you could give a more clear example on demo part?
Declined
Last Updated: 06 Jan 2015 17:37 by ADMIN
MultiSelect field to be able to be inputted manually, if look up is not available