Skip to content

Commit 625bf56

Browse files
committed
Sync with Kendo UI Professional
1 parent 56319a9 commit 625bf56

File tree

6 files changed

+656
-67
lines changed

6 files changed

+656
-67
lines changed

docs-aspnet/ai/prompt-library.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ public class HomeController : Controller
117117
}
118118
```
119119

120-
</div>
121120

122-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
123121

124122
```prompt Filtering
125123
#telerik_aspnetcorehtml_assistant Implement a Grid with filter row functionality. Show how to set up default filter operators for text, numeric, and date columns.
@@ -259,9 +257,7 @@ namespace ProjectName.Models
259257
}
260258
```
261259

262-
</div>
263260

264-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
265261

266262
```prompt Export
267263
#telerik_aspnetcorehtml_assistant Add Excel and PDF export functionality to a Grid.
@@ -324,9 +320,7 @@ public ActionResult Pdf_Export_Save(string contentType, string base64, string fi
324320
<script src="https://unpkg.com/pako/dist/pako_deflate.min.js"></script>
325321
```
326322

327-
</div>
328323

329-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
330324

331325
```prompt Virtualization
332326
#telerik_aspnetcorehtml_assistant Set up a Grid with virtual scrolling to handle large datasets efficiently.
@@ -357,9 +351,7 @@ public ActionResult Pdf_Export_Save(string contentType, string base64, string fi
357351
)
358352
```
359353

360-
</div>
361354

362-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
363355

364356
```prompt Column Templates
365357
#telerik_aspnetcorehtml_assistant Create a Grid that bind to a Model and has 3 columns: Name, Age, Status, and StartDate. The Name column must use a client template with the Name and Age values. The StartDate column must be displayed in foramt "dd/MM/yyyy". The Status column must display "Active" if its value is "true" and "Inactive" if its value is "false".
@@ -498,9 +490,7 @@ public class Employee
498490
}
499491
```
500492

501-
</div>
502493

503-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
504494

505495
```prompt Filtering
506496
#telerik_aspnetcoretag_assistant Implement a basic Grid with enabled default filter row functionality. Set up default filter operators for some of the columns.
@@ -670,9 +660,7 @@ namespace ProjectName.Models
670660
}
671661
```
672662

673-
</div>
674663

675-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
676664

677665
```prompt Export
678666
#telerik_aspnetcoretag_assistant Add Excel and PDF export functionality to a Grid.
@@ -722,9 +710,7 @@ public IActionResult Pdf_Export_Save(string contentType, string base64, string f
722710
<script src="https://unpkg.com/pako/dist/pako_deflate.min.js"></script>
723711
```
724712

725-
</div>
726713

727-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
728714

729715
```prompt Virtualization
730716
#telerik_aspnetcoretag_assistant Set up a TagHelper Grid with enabled virtual scrolling to handle large datasets efficiently.
@@ -816,9 +802,7 @@ public class Employee
816802
}
817803
```
818804

819-
</div>
820805

821-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
822806

823807
```prompt Column Templates
824808
#telerik_aspnetcoretag_assistant Create a Grid that has 3 columns: Name, Age, Status, and StartDate. The Name column must use a client template with the Name and Age values. The StartDate column must be displayed in foramt "dd/MM/yyyy". The Status column must display "Active" if its value is "true" and "Inactive" if its value is "false".
@@ -897,9 +881,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
897881
)
898882
```
899883

900-
</div>
901884

902-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
903885

904886
```prompt Area Chart
905887
#telerik_aspnetcorehtml_assistant Self-contained Area Chart (normal stacking) for Product A/B/C with month categories; .Name("chartAreaStacked"); legend visible; shared tooltip; height ~420px.
@@ -932,9 +914,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
932914
)
933915
```
934916

935-
</div>
936917

937-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
938918

939919
```prompt Column Chart
940920
#telerik_aspnetcorehtml_assistant Self-contained Column Chart comparing three products over Jan–Jun with inline numbers; .Name("chartColumnProducts"); shared tooltip; value axis format "{0} units".
@@ -967,9 +947,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
967947
)
968948
```
969949

970-
</div>
971950

972-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
973951

974952
```prompt Donut Chart
975953
#telerik_aspnetcorehtml_assistant Implement a donut chart with custom center text displaying total values and hover effects for individual segments.
@@ -1029,9 +1007,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
10291007
</script>
10301008
```
10311009

1032-
</div>
10331010

1034-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
10351011

10361012
```prompt Pie Chart
10371013
#telerik_aspnetcorehtml_assistant Create a pie chart for market share data with custom colors, data labels showing percentages, and legend positioning.
@@ -1103,9 +1079,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
11031079
</kendo-chart>
11041080
```
11051081

1106-
</div>
11071082

1108-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
11091083

11101084
```prompt Area Chart
11111085
#telerik_aspnetcoretag_assistant Self-contained Area Chart (normal stacking) for Product A/B/C with month categories; name="chartAreaStacked"; visible legend and a shared tooltip.
@@ -1145,9 +1119,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
11451119
</kendo-chart>
11461120
```
11471121

1148-
</div>
11491122

1150-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
11511123

11521124
```prompt Column Chart
11531125
#telerik_aspnetcoretag_assistant Self-contained Column Chart comparing three products over Jan–Jun with inline numbers; name="chartColumnProducts"; a shared tooltip; value axis format "{0} units".
@@ -1192,9 +1164,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
11921164

11931165
```
11941166

1195-
</div>
11961167

1197-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
11981168

11991169
```prompt Donut Chart
12001170
#telerik_aspnetcoretag_assistant Implement a donut chart with custom center text displaying total values and hover effects for individual segments.
@@ -1297,9 +1267,7 @@ The [{{ site.product }} Charts](slug:htmlhelpers_charts_aspnetcore) provide a co
12971267
</script>
12981268
```
12991269

1300-
</div>
13011270

1302-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
13031271

13041272
```prompt Pie Chart
13051273
#telerik_aspnetcoretag_assistant Create a pie chart for market share data with custom colors, data labels showing percentages, and legend positioning.
@@ -1373,9 +1341,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
13731341
)
13741342
```
13751343

1376-
</div>
13771344

1378-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
13791345

13801346
```prompt Disabled Dates
13811347
#telerik_aspnetcorehtml_assistant Build a DatePicker for appointment booking that disables specific dates (holidays array).
@@ -1444,9 +1410,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
14441410
</style>
14451411
```
14461412

1447-
</div>
14481413

1449-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
14501414

14511415
```prompt Range Selection
14521416
#telerik_aspnetcorehtml_assistant Implement two DatePickers for "From" and "To" date selection where the "To" picker's min date updates based on "From" selection.
@@ -1499,9 +1463,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
14991463
</script>
15001464
```
15011465

1502-
</div>
15031466

1504-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
15051467

15061468
```prompt Adaptive Mode
15071469
#telerik_aspnetcorehtml_assistant Create an adaptive DatePicker using the adaptive mode for a mobile friendly user interface.
@@ -1538,9 +1500,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
15381500
</style>
15391501
```
15401502

1541-
</div>
15421503

1543-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
15441504

15451505
```prompt Form Integration
15461506
#telerik_aspnetcorehtml_assistant Add the DatePicker as an editor into the Telerik UI for ASP.NET Core Form with 2 fields: Name and StartDate.
@@ -1596,9 +1556,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
15961556
</div>
15971557
```
15981558

1599-
</div>
16001559

1601-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
16021560

16031561
```prompt Disabled Dates
16041562
#telerik_aspnetcoretag_assistant Build a DatePicker for appointment booking that disables specific dates (holidays array).
@@ -1654,9 +1612,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
16541612
</script>
16551613
```
16561614

1657-
</div>
16581615

1659-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
16601616

16611617
```prompt Range Selection
16621618
#telerik_aspnetcoretag_assistant Implement two DatePickers for "From" and "To" date selection where the "To" picker's min date updates based on "From" selection.
@@ -1709,9 +1665,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
17091665
</script>
17101666
```
17111667

1712-
</div>
17131668

1714-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
17151669

17161670
```prompt Adaptive Mode
17171671
#telerik_aspnetcoretag_assistant Create an adaptive DatePicker using the adaptive mode for a mobile friendly user interface.
@@ -1733,9 +1687,7 @@ The [{{ site.product }} DatePicker](slug:htmlhelpers_datepicker_aspnetcore) comp
17331687
</div>
17341688
```
17351689

1736-
</div>
17371690

1738-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
17391691

17401692
```prompt Form Integration
17411693
#telerik_aspnetcoretag_assistant Add the DatePicker as an editor into the Telerik UI for ASP.NET Core Form with 2 fields: Name and StartDate.
@@ -1825,9 +1777,7 @@ public class UserProfileViewModel
18251777
}
18261778
```
18271779

1828-
</div>
18291780

1830-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
18311781

18321782
```prompt Editors
18331783
#telerik_aspnetcorehtml_assistant Show me how to create a Telerik UI Form that has three fields - a textbox for the name, a DatePicker for start date and DropDownList for the selected tier (free, premium, ultimate).
@@ -1892,9 +1842,7 @@ public class UserProfileViewModel
18921842
</script>
18931843
```
18941844

1895-
</div>
18961845

1897-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
18981846

18991847
```prompt Validation
19001848
#telerik_aspnetcorehtml_assistant Generate a Form with required field validation for email and password inputs.
@@ -1953,9 +1901,7 @@ namespace ProjectName.Models
19531901
}
19541902
}
19551903
```
1956-
</div>
19571904

1958-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
19591905

19601906
```prompt Custom Buttons
19611907
#telerik_aspnetcorehtml_assistant Create a Form with fields First Name, Last Name, Email, date of birth. Submit button with an icon and a Clear button.
@@ -2028,9 +1974,7 @@ namespace ProjectName.Models
20281974
}
20291975
```
20301976

2031-
</div>
20321977

2033-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
20341978

20351979
```prompt Form Layout
20361980
#telerik_aspnetcorehtml_assistant Self-contained Kendo Form (HtmlHelper) bound to Model with grid layout: 2 columns, 20 gutter. Items: TextBox FirstName, TextBox LastName, TextBox Email, TextBox Phone. Enable Validatable with ValidationSummary Template (error list).
@@ -2152,9 +2096,7 @@ public class UserProfileViewModel
21522096
}
21532097
```
21542098

2155-
</div>
21562099

2157-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
21582100

21592101
```prompt Editors
21602102
#telerik_aspnetcoretag_assistant Show me how to create a Telerik UI Form that has three fields - a textbox for the name, a DatePicker for start date and DropDownList for the selected tier (free, premium, ultimate).
@@ -2212,9 +2154,7 @@ public class UserProfileViewModel
22122154
</script>
22132155
```
22142156

2215-
</div>
22162157

2217-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
22182158

22192159
```prompt Validation
22202160
#telerik_aspnetcoretag_assistant Generate a Form with required field validation for email and password inputs.
@@ -2274,9 +2214,7 @@ namespace ProjectName.Models
22742214
}
22752215
```
22762216

2277-
</div>
22782217

2279-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
22802218

22812219
```prompt Custom Buttons
22822220
#telerik_aspnetcoretag_assistant Create a Form with fields First Name, Last Name, Email, date of birth. Submit button with an icon and a Clear button.
@@ -2363,9 +2301,7 @@ namespace ProjectName.Models
23632301
}
23642302
```
23652303

2366-
</div>
23672304

2368-
<div style="display: grid; gap: 10px; grid-template-columns: 1fr 1fr;">
23692305

23702306
```prompt Form Layout
23712307
#telerik_aspnetcoretag_assistant Self-contained Kendo Form (TagHelper) with grid layout: 2 columns, 20 gutter. Items: TextBox FirstName, TextBox LastName, TextBox Email, TextBox Phone. Enable Validatable with ValidationSummary Template (error list).

docs-aspnet/docs-builder-core.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ demos:
145145
markdown-replacements:
146146
- pattern: (/\.\.)*/aspnet-core/api/
147147
replacement: /api/
148-
- pattern: "```[ ]*(\\r?\\n[ ]*)+((?<liquid>\\{%\\s*((if\\s+[^%]+)|endif|else)\\s*%\\})[ ]*(\\r?\\n[ ]*)*(?<additionalLiquid>\\{%\\s*((if\\s+[^%]+)|endif|else)\\s*%\\})?)?(\\r?\\n[ ]*)*(?<nextBlock>\\r?\\n[ ]*```)"
148+
- pattern: "```[ ]*(\\r?\\n[ ]*)+(?=(?<followedBy>\\{%|\\r?\\n[ ]*```(?!prompt)))((?<liquid>\\{%\\s*((if\\s+[^%]+)|endif|else)\\s*%\\})[ ]*(\\r?\\n[ ]*)*(?<additionalLiquid>\\{%\\s*((if\\s+[^%]+)|endif|else)\\s*%\\})?)?(\\r?\\n[ ]*)*(?<nextBlock>\\r?\\n[ ]*```)"
149149
replacement: "```$<liquid>$<additionalLiquid>$<nextBlock>"
150150
- pattern: "```(?<lang>(HtmlHelper|View|TagHelper))\\s*?(?<newLine>\\r?\\n)"
151151
replacement: "```Razor $<lang>$<newLine>"
@@ -681,9 +681,12 @@ meta:
681681
html-helpers/data-management/grid/accessibility:
682682
title: Accessibility
683683
position: 29
684+
html-helpers/data-management/grid/smart-grid:
685+
title: Smart Grid
686+
position: 30
684687
html-helpers/data-management/grid/troubleshoot:
685688
title: Troubleshooting
686-
position: 30
689+
position: 31
687690
html-helpers/data-management/grid/appearance:
688691
title: Appearance
689692
position: 4

docs-aspnet/docs-builder-mvc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,12 @@ meta:
638638
html-helpers/data-management/grid/accessibility:
639639
title: Accessibility
640640
position: 29
641+
html-helpers/data-management/grid/smart-grid:
642+
title: Smart Grid
643+
position: 30
641644
html-helpers/data-management/grid/troubleshoot:
642645
title: Troubleshooting
643-
position: 30
646+
position: 31
644647
html-helpers/data-management/grid/appearance:
645648
title: Appearance
646649
position: 4

0 commit comments

Comments
 (0)