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: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You need to implement the custom [dashboard storage](https://docs.devexpress.com
18
18
19
19
## Client
20
20
21
-
The [dxList](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxList/) widget is used to load and display the list of dashboards. The [searchEnabled](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxList/Configuration/#searchEnabled) option of this widget is enabled to allow search. You can use other widget options to enable the functionality. For example, the [itemDragging.allowReordering](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxSortable/Configuration/#allowReordering) option allows end users to reorder items (see [Item Dragging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/List/ItemDragging/Angular/Light/)).
21
+
The [dxList](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxList/) widget is used to load and display the list of dashboards. The [searchEnabled](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxList/Configuration/#searchEnabled) option of this widget is enabled to allow search. You can use other widget options to enable the required functionality. For example, the [itemDragging.allowReordering](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxSortable/Configuration/#allowReordering) option allows end users to reorder items (see [Item Dragging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/List/ItemDragging/Angular/Light/)).
22
22
23
23
> **NOTE:** This example uses the `ProductID` database field as a dashboard's ID. The field's type is `number` while the [DashboardInfo.ID](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.DashboardInfo.ID) property and the [IDashboardStorage.LoadDashboard](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.IDashboardStorage.LoadDashboard(System.String)) method's argument type is `string`. It is necessary to convert types. In this example, this is done in the `NorthwindContext.OnModelCreating` method (see [NorthwindContext.cs](./asp-net-core-server/Models/NorthwindContext.cs)).
0 commit comments