Hi Kendo.
We're trying to replace Vue Grid Wrapper with the new Native Grid and most things works awesome. We only have one blocking feature that isn't inplemented yet.
So my question is when is the footer-logics comming for the native grid. We want to show aggregates in the fixed footer and it would be awesome it is like the 'headerCellRender' function defined on the grid. We know there is a gouping aggregate, but this isn't the thing we want.
Is there any idea when or even if it is comming to the native grid?
Kind regards,
Sander
Currently, the MulltiView configuration of the Calendar component doesn't visualize the months above each Calendar.
The requested functionality can be observed in this example from the Kendo UI for jQuery suite. The usage of the MultiView functionality of the Calendar will be easier if it looks similar to the linked above example.
Hi Team,
Can you consider the implementation of a Native TileLayout component?
It will be a very nice add-on to the Native Vue suite.
Hello there,
I am looking for a loading spinner solution to use with Vue Native Grid. I could not find something on the docs.
Is there any way I can show some kind of loading indicator while loading the data?
I am not using data source from Kendo, just basic method to populate `:data-items="items"`
Thank you!
For Vue components, the v-model on a multi-combo box and every component must bind to the underlying object. :value-primitive="false" doesn't work as per some suggestions. v-model binding to the underlying object is a MUST HAVE, Top priority, number one with a bullet. Without it, your components are a PITA to use and my current proof of concept might end here and we won't use your components with some bigger projects coming down the line.
When the Date Inputs or DropDowns are positioned at the bottom of a page, their popup continues to open below the input field. This causes the popup to appear beyond the browser's boundaries, making the users unable to use the popup.
The position of the popups of the Date inputs and DropDowns should be automatically changed based on the available space below each of the components. If there is not enough space to open the popup below the component's input, the popup should appear above the input.
The Spreadsheet component is among the last components in the Kendo UI for Vue suite that is available only as a Wrapper component.
Providing a Native version of the Spreadsheet will be a big improvement to the suite.
I would like to suggest adding a seamless typing feature in the Kendo Vue DateInput component, enabling automatic navigation between each section (day, month, year, hour, minute) without requiring separators or manual navigation.
When typing a date and/or time, such as 20/04/1997 14:35, the cursor should automatically move to the next segment when the expected number of digits is reached:
👉 User flow example:
20 -> (day filled, move to month) 04 -> (month filled, move to year) 1997 -> (year filled, move to hour)
14 -> (hour filled, move to minute) 35 -> (minute filled)
/
, :
, etc.) explicitly.
<input type="time">in many browsers.After discussing this with your team, I understand that this behavior is not currently planned and custom implementations are challenging to achieve.
Still, exposing this behavior as an optional prop would allow those who need this fluid UX to benefit from it, without affecting existing users.
Thank you very much for considering this suggestion!
Hi,
I'm interested in using Drawer for our project, but the current docs only seem to show that it's natively supported with jQuery. I know I can still use it on my Vue project with lots of jQuery usage, but I just wanted to confirm if Drawer is available or not with a vue wrapper to be able to continue with my component more elegantly.
And if it does not exist yet, I would like to request a new feature for a Kendo UI Vue wrapper available for the Drawer module.
Cheers,
Mark
When defining a custom cell template by defining a new Vue component few Vue warnings appear in the console. Here are the errors:
There should be any errors in the console when defining a cell template using a Vue component.
Package versions: kendo-vue-grid 0.3.7 loaded via CDN
The user cannot select a filter operator if the filter input doesn't have entered data.
The user should be able to pre-select a filter operator no matter if there is data entered in the filter input or not.
Currently, the Kendo UI for Vue Native DropDownList doesn't have the valuePrimitive property which is available in the:
Providing such property for the Native Vue DropDownList will be useful in different use-case scenarios.
With the current implementation of the Native Grid, if one needs to set a minimum width to a column that needs to add the implementation suggested in this Setting a Minimum Column Width example.
While the approach in the above example works as expected, the logic that needs to be added can be internal for the Grid component. Thus the users will have to add a simple column property like the below and no other configuration should be set.
{
field: "ProductName",
title: "Name",
minWidth: 200
}
Hello.
I want to request a feature for the Native Editor that is available in Microsoft Word.
I would like to be able to set the cursor on an existing hyperlink, click the Hyperlink tool, and change the display text on the hyperlink.
This change would also include adding a "Display Text" form field on the hyperlink tool dialog view.
Describe the bug
The behavior of the Native and Wrapper MultiView calendars is different when using the next/previous arrows of the component.
The Native MultivVew calendar changes the selected date to the respective date of the next/prev month but doesn't change the month views as the Wrapper does.
Check the following two videos and see the differences:
To Reproduce
Expected behavior
The same as the selected date should be focused on in the next month just like the Wrapper MultuView Calendar does.
Describe the bug
The Tooltip is not correctly positioned in scenarios where a longer text needs to be displayed. This incorrect positioning leads to the inability to automatically close the Tooltip when the mouse is hovered out of the component.
To Reproduce
Expected behavior
The Tooltip should appear correctly positioned above the yellow point as it is in the scenario when you hover the left point in the above example