Completed
Last Updated: 19 Sep 2016 06:06 by ADMIN
Daniel
Created on: 14 Nov 2014 13:42
Category: DropDownList
Type: Feature Request
5
MultiSelect Control defaultSelected
In order to check dirty tracking, I would like to check the defaultSelected of the option of the MultiSelectControl. This now does not work.
4 comments
ADMIN
Petyo
Posted on: 19 Sep 2016 06:06
After further investigation, we decided to address the underlying use case in a different manner. Detailed discussion here: https://github.com/telerik/kendo-ui-core/issues/1660
ADMIN
Georgi Krustev
Posted on: 05 Jul 2016 10:33
Hi Daniel,

A detailed research showed us that the `defaultSelected` property will work only when widget is bound once. Basically, the default selected options could be lost on a subsequent server filtering or paging, which will defeat the initial goal of the dirty tracking functionality.

What we could do in this case is to keep the `selected` attributes only on initial rendering. Would that be sufficient for you?
ADMIN
Telerik Admin
Posted on: 17 Nov 2014 10:21
Thanks for clarifying your request.
Daniel
Posted on: 14 Nov 2014 17:07
Exactly. We have MultiSelect controls in our application which we can not use because we can not properly check for dirty changes. of course there are work around for that, but defaultSelected would be the cleanest way.