You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,19 @@ position: 0
14
14
15
15
The **R3 2016** release of the **Telerik UI for ASP.NET AJAX** suite introduces several improvements of the **Lightweight** rendering of the **RadTreeView**. As the **RadDropDownTree** uses an embedded **RadTreeView** for its drop-down, those changes apply for that control too.
16
16
17
-
The improvements introduced might cause some issues with the proper appearance of the control, when custom styles are applied. The changes introduced for the structure of the nodes of the tree are listed below:
17
+
The improvements introduced might cause some issues with the proper appearance of the control when custom styles are applied. The changes introduced for the structure of the nodes of the tree are listed below:
18
18
19
-
* The *<div>* element that represents each node used to have *rtTop*, *rtMid* or *rtBot* class, depending on the position of the node (whether it is the first node for the current level, a middle node of the last node). In the improved rendering those classes are substituted with a single *rtOut* class;
19
+
* The *<div>* element that represents each node used to have the *rtTop*, *rtMid* or *rtBot* class, depending on the position of the node (whether it is the first node for the current level, a middle node or the last node). In the improved rendering those classes are substituted with a single *rtOut* class.
20
20
21
-
* The *<span>* element with class *rtSp*, that was used to calculate the line height for each node, has been removed;
21
+
* The *<span>* element with the class *rtSp*, which was used to calculate the line height for each node, has been removed.
22
22
23
-
* The *<span>* element with class *rtIn* has been transformed to a *<div>* element;
23
+
* The *<span>* element with the class *rtIn* has been transformed to a *<div>* element.
24
24
25
-
* The icon *<img>* with class *rtImg* used to be sibling, placed before the *rtIn* element, but it is now placed within the *rtIn**<div>*;
25
+
* The icon *<img>* with the class *rtImg* used to be sibling, placed before the *rtIn* element, but it is now placed within the *rtIn**<div>*.
26
26
27
-
* A new *<span>* element with class *rtText* has been introduced to hold the text of each node;
27
+
* A new *<span>* element with the class *rtText* has been introduced to hold the text of each node.
28
28
29
-
* The class *rtChkTristate* has been added to the tri-state checkbox *<span>*;
29
+
* The class *rtChkTristate* has been added to the tri-state checkbox *<span>*.
30
30
31
31
32
32
@@ -35,7 +35,7 @@ The improvements introduced might cause some issues with the proper appearance o
35
35
36
36
### Using the Tag Selector
37
37
38
-
In case that *rtIn* element is customized using tag selector (*span.rtIn*), removing the element text (*span*) from the selector will fix the possible issues.
38
+
In cases where that *rtIn* element is customized using the tag selector (*span.rtIn*), removing the element text (*span*) from the selector will fix the possible issues.
39
39
40
40
41
41
### Styling rtOut Element
@@ -64,7 +64,7 @@ to:
64
64
65
65
## Changes in the HTML Structure of a Node with a Two-state Checkbox
66
66
67
-
Previously the generated structure of a tree node with a two-state checkbox was:
67
+
Previously, the generated structure of a tree node with a two-state checkbox was:
0 commit comments