It would be useful if the option element attributes can be used in the MultiSelect's templates. For example:
`<select ... ><option data-color="#f00" value="red">Red Stuff</option>`
I want to use the `data-color` attribute from the option element in the MultiSelect's template.
If anyone needs this before then change kendo.data.js in the `inferSelect` method add below before `data.push(record);`