Skip to content

Commit 73e4baa

Browse files
committed
Sync with Kendo UI Professional
1 parent 21059a5 commit 73e4baa

File tree

243 files changed

+13106
-13072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+13106
-13072
lines changed

docs-aspnet/html-helpers/conversational-ui/chat/binding/remote-binding.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ When the Chat is configured for remote data binding, you must specify the follow
3030

3131
## Ajax Data Binding
3232

33+
> If the `AutoAssignId()` configuration method is set to `false`, the *Id* field should be assigned on the server-side.
34+
3335
To configure the Chat for Ajax data binding, follow these steps:
3436

3537
1. Create a controller action that returns the chat messages when the DataSource triggers a `Read` request.
@@ -164,6 +166,7 @@ To configure the Chat for Ajax data binding, follow these steps:
164166
.Height("600px")
165167
.Width("400px")
166168
.AuthorId("1")
169+
.AutoAssignId(false)
167170
.TextField("Text")
168171
.AuthorNameField("AuthorName")
169172
.FilesField("Files")

docs/api/javascript/class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An alias to the [prototype](https://developer.mozilla.org/en-US/docs/Web/JavaScr
1616

1717

1818
<div class="meta-api-description">
19-
Accessing or invoking inherited methods, calling or overriding shared prototype functions, manipulating or inspecting base class properties, extending or modifying prototype behavior, controlling or customizing inherited functions, referencing or working with superclass methods, enabling or configuring base functionality reuse, exploring or altering class inheritance features, managing prototype chains, and implementing or adapting parent class behaviors are supported through a mechanism that provides direct access to the class prototype for class inheritance management and base method invocation.
19+
How do I access inherited methods in Kendo UI for jQuery? Accessing or invoking inherited methods, calling or overriding shared prototype functions, manipulating or inspecting base class properties, extending or modifying prototype behavior, controlling or customizing inherited functions, referencing or working with superclass methods, enabling or configuring base functionality reuse, exploring or altering class inheritance features, managing prototype chains, and implementing or adapting parent class behaviors are supported through a mechanism that provides direct access to the class prototype for class inheritance management and base method invocation.
2020
</div>
2121

2222
#### Example - use the prototype to call base methods
@@ -53,7 +53,7 @@ Extends an existing class with new methods.
5353

5454

5555
<div class="meta-api-description">
56-
Extend classes by creating subclasses that add, override, or customize methods and properties to modify or enhance existing functionality, enabling inheritance, method overriding, prototype augmentation, behavior extension, class derivation, subclass creation, mixin integration, and maintaining base class features while introducing new or altered behaviors in the derived class structure.
56+
How to create custom subclasses with Kendo UI jQuery? Extend classes by creating subclasses that add, override, or customize methods and properties to modify or enhance existing functionality, enabling inheritance, method overriding, prototype augmentation, behavior extension, class derivation, subclass creation, mixin integration, and maintaining base class features while introducing new or altered behaviors in the derived class structure.
5757
</div>
5858

5959
#### Returns

docs/api/javascript/color.md

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

docs/api/javascript/data/binder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Represents all bindings applied to the current HTML [element](/api/javascript/da
1717

1818

1919
<div class="meta-api-description">
20-
Retrieve or modify all data bindings associated with a specific HTML element within a Binder component, enabling inspection, iteration, or synchronization of bound values between the element and its view-model fields. Control or access the collection of binding entries attached to the element to programmatically get or set bound data, update fields, manage binding states, and interact with data synchronization after initialization, supporting scenarios like dynamic binding updates, real-time data manipulation, and binding state inspection for effective two-way data binding management.
20+
How to access data bindings for a specific HTML element in Kendo UI Binder component? Retrieve or modify all data bindings associated with a specific HTML element within a Binder component, enabling inspection, iteration, or synchronization of bound values between the element and its view-model fields. Control or access the collection of binding entries attached to the element to programmatically get or set bound data, update fields, manage binding states, and interact with data synchronization after initialization, supporting scenarios like dynamic binding updates, real-time data manipulation, and binding state inspection for effective two-way data binding management.
2121
</div>
2222

2323
#### Example - get the view model field
@@ -49,7 +49,7 @@ The bound HTML element.
4949

5050

5151
<div class="meta-api-description">
52-
Retrieve or interact with the specific HTML DOM node linked to a data-binding or UI synchronization component, allowing developers to read or modify the element’s attributes, inner content, CSS styles, event handlers, or other properties on the associated DOM element after binding setup. This direct reference supports manipulation or inspection of the bound node for tasks such as dynamic updates, event delegation, style adjustments, attribute toggling, and other front-end element management scenarios involving components that connect data or logic to specific HTML elements.
52+
How do I access the HTML element associated with a Kendo UI data-bound component? Retrieve or interact with the specific HTML DOM node linked to a data-binding or UI synchronization component, allowing developers to read or modify the element’s attributes, inner content, CSS styles, event handlers, or other properties on the associated DOM element after binding setup. This direct reference supports manipulation or inspection of the bound node for tasks such as dynamic updates, event delegation, style adjustments, attribute toggling, and other front-end element management scenarios involving components that connect data or logic to specific HTML elements.
5353
</div>
5454

5555
#### Example - use the HTML element of the Binder
@@ -82,7 +82,7 @@ Creates a new binding which inherits from the `kendo.data.Binder` class.
8282

8383

8484
<div class="meta-api-description">
85-
Create or customize data-binding behavior by defining new binder types that inherit and extend existing binding classes, enabling you to implement custom MVVM or data-binding logic, override or add methods for how data connects to UI components, control DOM updates, configure specialized bind and unbind processes, and tailor the way data flows and updates synchronize between models and views through subclassing binding constructors.
85+
How do I create custom data-binding behavior in Kendo UI for jQuery? Create or customize data-binding behavior by defining new binder types that inherit and extend existing binding classes, enabling you to implement custom MVVM or data-binding logic, override or add methods for how data connects to UI components, control DOM updates, configure specialized bind and unbind processes, and tailor the way data flows and updates synchronize between models and views through subclassing binding constructors.
8686
</div>
8787

8888
#### Returns
@@ -147,7 +147,7 @@ Invoked by the Kendo UI MVVM framework when the bound view-model value is change
147147

148148

149149
<div class="meta-api-description">
150-
Refresh or update user interface elements based on changes in bound data models, enabling synchronization between view-model values and displayed content; configure dynamic UI refreshing by implementing methods that detect data updates, re-render components, apply new attributes, manage formatting changes, and maintain the current state of HTML elements or UI widgets, ensuring that data binding reflects the most recent model state across various scenarios and custom components.
150+
How do I update my Kendo UI widgets when the bound data model changes? Refresh or update user interface elements based on changes in bound data models, enabling synchronization between view-model values and displayed content; configure dynamic UI refreshing by implementing methods that detect data updates, re-render components, apply new attributes, manage formatting changes, and maintain the current state of HTML elements or UI widgets, ensuring that data binding reflects the most recent model state across various scenarios and custom components.
151151
</div>
152152

153153
#### Example - slide up or down the element when the bound value changes

0 commit comments

Comments
 (0)