Hi,
First, I hope this is the right place to post this, since it is my first post.
I am working with 2 TreeViews and I need to be able to expand and collapse each of them and search one of them.
I have found code on the web that works great, on the web, but I cannot get it to work in my app.
So, I am trying to troubleshoot why and it is really difficult because I do not know what ".k-" things are. I have search all through Telerik and StackOverflow and Googled till my eyes have bled, but cannot find any information on them.
Some, I can guess at, but others, I can't, as below:
- .k-treeview Obviously the TreeView
- .k-item I'm guessing the node on the TreeView
- .k-plus A non-expanded node?
- .k-minus An expanded node?
- .k-first The first node of a tree level?
- .k-last, .k-bot These seem to be the same - the last or bottom node of a tree level?
- .k-group A level in a tree?
- .k-mid A middle node in a tree level?
- .k-top The top node of a tree level?
- .k-item .k-plus I have no clue, since it seems to be 2 others combined, so what does it do?
- span.k-in I have no clue
So can someone tell me:
A) Am I correct on the ones I have guessed at.
B) For the ones that I have wrong or have no clue - what are they?
C) Is there somewhere to find out what any other ".k-" things are? As you all know, the documentation for kendo is horrendous.
TIA,
Bob Mathis