Is there a list for Kendo UI that outlines in one page all of the 'data-' attributes embedded in Kendo UI and what they do.
Just by happen-stance and chance and looking at some examples scattered around the web and in AppBuilder I figured out a few but coming in blind, I have no idea what some actually do.
Is there documentation about all of the 'data-' attributes that we can see in one page.
Example:
"data-role=" - can include layout, view, listview, etc
"data-value" - (found this by accident) and what does this do?
"data-bind"
"data-source" - what is the difference with this and using data-bind="source : myDatasource" and can they be used interchangably?
etc.
It just seems there are specific parts for SOME of the "data-" attributes, but a comprehensive list on each type would be greatly helpful.
Seems like they are scattered a bit.
Maybe if you have a list or table with each one in it, short description and maybe a link to the detail about each 'data-' type would be very helpful.