We are having a problem with the location of popup that is placed into a modal dialog when user needs to scroll down the main window in order to access the control that open the modal. The link shows the problem
https://vsolvit-git.github.io/kendo-popup
There are 2 buttons that open the same modal dialog.
When dialog is open by clicking on the top button, popups in the modal (dropdown and datepicker) are displayed as expected.
When the same dialog is open by clicking on the bottom button the popups are missaligned (since the default 'appendTo' setting for the popup is 'root' the position accounts for the scroll offset).
I tried setting value of 'appendTo' to 'component' in the popupSettings. This fixes the alignment issue but makes popup unreachable when the control is located near the bottom of the dialog.
Thank you

Hi
Do you support Bootstrap5 without Jquery in May 2021 ?
Regards
Hi all,
I'm getting so frustrated with your scrollable options on the grid.
It seems to get horizontal scrolling to work we must set the width of the grid which has to be less that the total width of all the columns?
How am we supposed to get that to work when we have column selectors and users are adding and removing columns?
How the hell am I supposed to know the width of the grid when I want it to to expand to 100% width of the container?
Is it not possible for you guys to calculate the width after render, compare this to the parent div and then decide whether or not to implement a horizontal scroll?
A stackable option would be great so on a mobile device columns will stack with a container border around each row.
But let's just get the horizontal scroll sorted first, I have so many customers where the end of the grid simply disappears behind the container div.
Please help, your grid is way ahead of the competition for functionality but way behind in terms of responsive options. The media-width stuff just causes even more work and confusion, I tried but had to pull it out after a lot of work and a lot of complaints.
BTW - well done on the forum, it's coming along nicely...
Cheers,
Bob

There seems to be a bug when filtering the grid with virtual scrolling. Everything works fine if I apply the filter before scrolling through the grid.
Now failed scenario:
1. Scroll to the very bottom of the grid.
2. Apply filter.
Result - nothing shows up. Unless you scroll, then the records magically appear. Setting skip to 0 after filtering does nothing, skip = 1 works sometimes.
Fun fact: if filtered item list does not exceed the maximum number of rows in the actual grid view, there is no way to make them display.
Is there a way to bypass this issue? Am I doing something wrong?
https://kendo-grid-checkall-kjuhaw.stackblitz.io
https://stackblitz.com/edit/kendo-grid-checkall-kjuhaw?file=app
Hi ,
I'm using Kendo with angular 7.2.0 but getting this error -
TypeError: Object(...) is not a function at Module node_modules/@progress/kendo-angular-intl/dist/fesm5/index.js.
I also tried downloading the specific versions for the same using -ng add @progress/kendo-angular-grid@ng7 but getting errors like module not found or No matching version found.
Please help me with this issue.
Thank you.

Hi
I have problem with HTML codes in combobox. Trying display = and select = or = but in field is string, not symbol. In list this not working too, I used kendoComboBoxItemTemplate and put HTML code in span but I can't display this sign. My data are like this:
data = {
name: 'name',
id: 'number',
display: '$#61;'
}
Hello,
I am building an dynamic rendering kendo grid with in line editing functionality. I'm able to achieve for single select of inline editing using DropDownListComponent . I tried to achieve multiselect on one of the column but I can't use the same way with MultiSelectComponent.
The details of the code snippet as attached below and I'm wondering if there's a way to make the 'Test' column MultiSelect dropdown?
Thanks,
Annie
By default the kendo-numerictext box uses the "n3" format. Is there any way to disable formatting? I would like the number displayed to be the number entered by the user.
Thanks!
Hi,
is there a way to export an angular kendo grid excel with images?
Thank you.