- Home
- Forum
- React - EJ 2
- Date navigation keeps removing items from navigation / context menu when different text or language
Date navigation keeps removing items from navigation / context menu when different text or language
When I change the text of the navigation items anything else then englisch. I can't click the calendar items without a strange behaviour. They move automatically into the 3 dashes on the side. When i click one more time, even the calendar date picker moves inside and then I don't have any items left. Why is this happening? So i click on Tag it goes into 3 dots, and then heute, it moves into three dots. When i Change the text into the viewdirective without locale i get same behaviour.
Hi Joseph,
We have checked your query and we suspect that the schedule toolbar items move
inside the popup, because the styles sheet were loaded after the scheduler
getting rendered. To resolve this issue, you can load the styles before
rendering the scheduler. We have prepared a working and issue reproducing
sample which helps you to resolve your problem in application end. Kindly check
the attached screen shots for working and issue reproducing samples style
references in index.html file which demonstrates the issue and let us
know if you need further assistance.
Issue reproducing sample: https://stackblitz.com/edit/schedule-locale-issue-sample?file=index.html
[index.html]
|
<link rel='nofollow' href=https://cdn.syncfusion.com/ej2/20.3.47/material.css rel="stylesheet"> <div id="root"></div> |
Working sample: https://stackblitz.com/edit/schedule-locale-working-sample?file=index.html
[index.html]
|
<!DOCTYPE html> <html> <head> <title>Syncfusion React Sample</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="description" content="Syncfusion React UI Components" /> <meta name="author" content="Syncfusion" /> <link rel='nofollow' href=https://cdn.syncfusion.com/ej2/20.3.47/material.css rel="stylesheet"> <link rel='nofollow' href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css rel="stylesheet" /> </head>
<body class="material"> <div id="root"></div> </body> </html> |
Regards,
Mugilraj G
- 1 Reply
- 2 Participants
- Marked answer
-
JC Joseph C
- Oct 17, 2023 10:06 AM UTC
- Oct 18, 2023 12:21 PM UTC