Skip to content

Commit f825696

Browse files
Update readme.md
1 parent 0c5ec9a commit f825696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You need to implement the custom [dashboard storage](https://docs.devexpress.com
1818

1919
## Client
2020

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/)).
2222

2323
> **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)).
2424

0 commit comments

Comments
 (0)