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: knowledge-base/in-place-editor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The sample below uses an algorithm which toggles between read-only UI and an edi
35
35
### How It Works
36
36
37
37
*`TelerikInPlaceEditor` is a generic component. It supports strings and most value types, including nullable types.
38
-
* Initially, the component renders a clickable [Button]({%slug components/button/overview%}}) with [`Clear``FillMode`]({%slug button-appearance%}) that shows the current `Value`.
38
+
* Initially, the component renders a clickable [Button]({%slug components/button/overview%}) with [`Clear``FillMode`]({%slug button-appearance%}) that shows the current `Value`.
39
39
* The component detects the type of its `Value` and renders the appropriate Telerik editor:
40
40
*[CheckBox]({%slug checkbox-overview%}}) for `bool`
41
41
*[DatePicker]({%slug components/datepicker/overview%}}) for `DateTime` and `DateOnly`
0 commit comments