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
readme: Reactivate dashboard control when a new layout is set
`TdxDashboardControl.Clear` makes the control inactive, so that it does
not show any content (TdxDashboardControl.Active == False).
Remove an unused component declaration.
Co-authored-by: Dmitry Eliseev <dmitry.eliseev@devexpress.com>
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This example application allows users to create new layouts/modify existing layo
29
29
1. Click the hamburger button, select the **Save** option, and close the dialog.
30
30
1. Create additional layouts if necessary.
31
31
1. Close and restart the app.
32
-
Click on grid records to switch between dashboard layouts you set up previously.
32
+
1. Click on grid records to switch between dashboard layouts you set up previously.
33
33
Click **Design Dashboard** or **Delete Dashboard** to modify or delete entries.
34
34
35
35

@@ -113,6 +113,8 @@ begin
113
113
// Load a dashboard state if it is stored in the database
0 commit comments