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
#telerik_aspnetcorehtml_assistant Implement a Grid with filter row functionality. Show how to set up default filter operators for text, numeric, and date columns.
#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" ifitsvalueis "true" and "Inactive" ifitsvalueis "false".
#telerik_aspnetcoretag_assistant Implement a basic Grid with enabled default filter row functionality. Set up default filter operators for some of the columns.
#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
#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
#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
#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
#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
#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
#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
#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
#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.
#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
0 commit comments