@@ -13,22 +13,16 @@ res_type: kb
1313## Environment  
1414
1515<table >
16-  <tr >
17-   <td >Product</td >
18-   <td >Progress® Kendo UI® Drawing API</td >
19-  </tr >
20-  <tr >
21-   <td >Operating System</td >
22-   <td >Windows 10 64bit</td >
23-  </tr >
24-  <tr >
25-   <td >Visual Studio Version</td >
26-   <td >Visual Studio 2017</td >
27-  </tr >
28-  <tr >
29-   <td >Preferred Language</td >
30-   <td >JavaScript</td >
31-  </tr >
16+ <tbody >
17+ <tr >
18+ <td >Product</td >
19+ <td >Kendo UI Grid for jQuery</td >
20+ </tr >
21+ <tr >
22+ <td >Version</td >
23+ <td >2025.2.520</td >
24+ </tr >
25+ </tbody >
3226</table >
3327
3428## Description  
@@ -41,8 +35,8 @@ Custom fonts, including icon fonts such as [Font Awesome](https://fortawesome.gi
4135
4236The following example demonstrates how to achieve the desired scenario.
4337
44- ``` 
45-      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css">
38+ ``` dojo 
39+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css"> 
4640
4741    <script> 
4842      // The font file location must be set explicitly if it's not hosted in the same domain 
@@ -61,14 +55,14 @@ The following example demonstrates how to achieve the desired scenario.
6155               <i class="fa fa-thumbs-down fa-2x"></i> 
6256                </td> 
6357            <td class="details"> 
64-                <span class="title">Title : #: Title  #</span> 
58+                <span class="name">Name : #: FullName  #</span> 
6559                </td> 
66-             <td class="country "> 
67-                 #: Country  # 
60+             <td class="employees "> 
61+                 #: HasEmployees  # 
6862               </td> 
69-             <td class="employeeID "> 
70-                #: EmployeeID  # 
71-                  </td> 
63+             <td class="employeeId "> 
64+                #: EmployeeId  # 
65+             </td> 
7266      </tr> 
7367    </script> 
7468    <script> 
@@ -87,9 +81,9 @@ The following example demonstrates how to achieve the desired scenario.
8781        }, 
8882        columns: [ 
8983          { title: "Photo", width: 140 }, 
90-           { title: "Details ", width: 400 }, 
91-           { title: "Country " }, 
92-           { title: "EmployeeID " } 
84+           { title: "FullName ", width: 400 }, 
85+           { title: "HasEmployees " }, 
86+           { title: "EmployeeId " } 
9387        ], 
9488        rowTemplate: kendo.template($("#rowTemplate").html()), 
9589        scrollable: false 
0 commit comments