We have been noticing an issue with the scheduler where items are getting pushed to the right (open space to the left) and they can overlap other items which causes visual issues.
Here is the JSON data to reproduce the issue. At first glace it appears like it may be related to times near the business hours. Screenshots show both views, full day and business hours only. There is also a screenshot that shows you can see it overlapped on week view as well.
{Hi Team,
Im using pagination in a KendoReact Grid, and when a user scrolls to the bottom of the 'page' and changes the page, the scrollbar stays at the bottom, it doesn't snap back to the top of the next page. How can I make this behavior work?
Demo:
See the Basic example on the Demo Page, It displays 10 items per page, but you have to scroll to see item 10, then if you change the page, the scroll bar doesn't snap to the top of the page, you have to scroll up manually to see item 11 (or whichever)
Thanks,
Grant
I'm currently using "@progress/kendo-theme-bootstrap": "^4.41.1" and i''m having some issue with the navbar.
The hamburger menu button doesn't work. It doesn't collapse the menu on mobile view. What am I missing here? please see my code below.
On the side note, is there any plan to make the appbar component responsive? Also, I hope in the future the appbar component can be seamlessly integrated with react-router.
Hello,
I´m using this example exactly the same code except that I am loading the data from a service https://www.telerik.com/kendo-react-ui/components/grid/
The problem is that once the data is loaded it is not displayed in the table, I have to click order by some column to display the data, the same happens when I modify a row and refresh the data it is not coming unless I press the order by some column, I hope I am being clear otherwise please let me know.
Hi,
Whenever Calendar value is set after an api call, Calendar plugin will randomly stop working. The value will be set correctly but it wont focus or scroll to the value. it will display some random month.
eg: if the calendar value is set to 09-27-2021 and the calendar plugin displays the UI correctly. soon after if value is changed with new date after an api call the calendar UI will randomly display some other month.
Do you guys have a fix for it or is it a bug. Please let me know asap.
her is a sample code : click the change button twice to see the issue. i had used set timeout to replicate an API call.
https://stackblitz.com/edit/react-owrx8z?file=app/main.jsx
Thanks
Hello,
I am using TreeList component with drag and drop and I need to be able to change the order of elements in same level and drop elements above or below of each other not only inside the parents.
Do any body has implemented Demo or a help content for that to share with me please?
Thanks in advance.
Regards,
Ehsan
Hi Guys,
I'm using react-router-dom as my router.
What I wanted to achieve is to make a Button that functions as NavLink. Is there a way to do this? Thanks!
Here's my code:
<Button look="flat">Sign out</Button>
<NavLink to='/signout' look="flat" component={Button}>Sign out</NavLink>