Unplanned
Last Updated: 13 Aug 2021 12:12 by ADMIN
Created by: Chen Yap
Comments: 3
Category: Kendo UI® for Vue
Type: Feature Request
0

Any roadmap on creating the dock layout like this? I found the similar function for Telerik WPF component


Unplanned
Last Updated: 21 Jul 2021 13:15 by ADMIN
Created by: Al
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi,

Please consider adding a better, native, way to handle the case as described in my post here.

Completed
Last Updated: 21 Jun 2021 07:20 by ADMIN

I'm submitting a Bug report

Current behavior

<chart :title-text="'Gross domestic product growth /GDP annual %/'" 
        :legend-position="'bottom'"
        :series-defaults-type="'area'"
        :category-axis-categories="categoryAxisData"
        :category-axis-major-grid-lines-visible="false"
        :category-axis-labels-rotation="'auto'"
        :value-axis-labels-format="'{0}%'"
        :value-axis-line-visible="false"
        :value-axis-axis-crossing-value="-10"
        :tooltip-visible="true"
        :tooltip-format="'{0}%'"
        :tooltip-template="tooltipTemplate"
        :theme="'sass'">
    <chart-series-item :name="'India'"
                        :data="indiaData"
                        :line-style="'smooth'">
    </chart-series-item>
    <chart-series-item :name="'World'"
                        :data="worldData"
                        :line-style="'smooth'">
    </chart-series-item>
    <chart-series-item :name="'Haiti'"
                        :data="haitiData"
                        :line-style="'smooth'">
    </chart-series-item>
</chart>

When using the ChartSeriesItem tags to define the data in the Chart component the following error appears in the console once the Vue project is started.
image

Expected behavior

<chart-series-item :name="'India'"
                        :data="indiaData"
                        :line-style="'smooth'">
    </chart-series-item>
    <chart-series-item :name="'World'"
                        :data="worldData"
                        :line-style="'smooth'">
    </chart-series-item>
    <chart-series-item :name="'Haiti'"
                        :data="haitiData"
                        :line-style="'smooth'">
    </chart-series-item>

Using a definition like the above, we should be able to define Chart's data with no issues.

Minimal reproduction of the problem with instructions

  1. Open this project
  2. In the console run "npm install"
  3. In the console run "npm run serve"
  4. Open the URL of the project and see the browser's console
Unplanned
Last Updated: 30 Apr 2021 08:51 by ADMIN
Created by: Peter
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0
Add a FileManager component to the suite.
Unplanned
Last Updated: 20 Apr 2021 07:58 by ADMIN
Created by: n/a
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0
Add a BreadCrumb component to the Kendo UI for Vue suite. 
Unplanned
Last Updated: 16 Apr 2021 07:29 by ADMIN
Created by: Jeong
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi. I would like to share  my experience and thought of Kendo for Vue.

I still like and am using Kendo for Vue but here is my feedback :)

I reviewed the Kendo Vue version and made a purchase.
However, as a result of evaluating, there are some areas that are a bit disappointing.
It seemed that there were most of the templates that could be used in jQuery.
Checking with the Vue version, most of the examples and event handling are not written, and there are much information that I have to go and check with jQuery version.
If it is enough description and information about Direct code that can use examples and event handling in Vue version
in detail on the site, it would be much easier to use.

Thank you.

Unplanned
Last Updated: 26 Feb 2021 13:46 by ADMIN

I'm submitting a bug report

Current behavior

When you sort a column in the spreadsheet, enter data, and then trigger the data source's sync method, the data source will send incorrect data to it's transport function. It acts as if you entered data and the columns haven't been sorted yet.

Expected behavior

The data source should take into account column sorting for keeping track of changes.

Minimal reproduction of the problem with instructions

  1. Open this sample code
  2. Once the page loads, sort the first ("ID") column from Z to A.
  3. Enter any value in the empty C2 cell (should be the row with ID = 3)
  4. Click the "SAVE" button at the top to call the data source's sync() method.
  5. Look at the console output, which shows what the data source has tracked as changed. (options.data.updated)
  6. Observe that the value of options.data.updated shows that the row with ID = 1 has been updated, rather than the row with ID = 3, which is shown in the UI.

 

Apologies if I have misunderstood how the data source is suppose to work.

Thanks

Completed
Last Updated: 09 Dec 2020 09:38 by ADMIN
Created by: Hammy
Comments: 4
Category: Kendo UI® for Vue
Type: Feature Request
1

When using native vue gird component often have to open modal windows to show details usually when a particular cell in the grid is clicked and do show modal windows have to use non-native <kendo-window> inside a vue component not happy with mixing jquery based wrappers inside a vue component and this is not ideal. I have explored using native vue popup component but it's not up there to offer what widows component is offering.

Please can a native vue component be developed that we in KendoWindow implementation?

Also, I did not find any example, where a kendo grid component is utilising a window component to open a modal window to show another detailed view of a selected cell from a gird (see an example UI of a grid).

Kind regards

Hammy Babar

 

Declined
Last Updated: 06 Oct 2020 05:45 by ADMIN
Created by: devdutt
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0
I'm using the export excel feature in the grid. When I'm trying to download data less record( < 3k) it's working fine, but this becomes problematic when I'm trying to download huge data (more than 10k) my browser hangs and after some time browser crash. Do let me know any solution regarding this issue.
Declined
Last Updated: 29 Sep 2020 13:49 by ADMIN

Hi Team, 

Kindly Add "focused date" feature in kendo wrapper datepicker controls in vue.js

Thanks in advance !

 

Won't Fix
Last Updated: 29 Sep 2020 13:31 by ADMIN
Created by: lingfeng
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0
Completed
Last Updated: 25 Sep 2020 00:03 by Zoran
Created by: Zoran
Comments: 3
Category: Kendo UI® for Vue
Type: Bug Report
1

Stackblitz example.

The Spreadsheet options are logged in the console in the mounted function. Note that pdf.proxyURL and excel.proxyURL have no values.

Completed
Last Updated: 24 Sep 2020 08:48 by ADMIN
Created by: Brian
Comments: 2
Category: Kendo UI® for Vue
Type: Feature Request
1
Our front end team went through several frameworks before settling on Vue and nuxt.  From what I have been reading, nuxt is beginning to take off as a way to implement server side rendering of Vue.  It would be great if nuxt integration support were added to the Kendo Vue wrappers (or as a separate package if that makes more sense).
Completed
Last Updated: 24 Sep 2020 08:21 by ADMIN
Created by: Dominik
Comments: 2
Category: Kendo UI® for Vue
Type: Feature Request
2
I want to fold / unfold all groups of the Grid with one click by placing
Unplanned
Last Updated: 24 Sep 2020 08:16 by ADMIN
Created by: Derek
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
2
Please add Vue wrappers for Kendo Drag and Drop functionality.
Completed
Last Updated: 24 Sep 2020 08:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
1
Please extend Vue.js Grid Component with DetailTemplate like in AngularJS.

The Detail View of the Grid is very useful in combination with subcomponents, as I did always with AngularJS k-detail-template directive. By giving parameters to it it can be used really powerful.

I would like to use the same in Vue.js

Without the implementation of detail template as component or directive (But via script tag reference in options) no vue component is rendered inside.

Completed
Last Updated: 24 Sep 2020 08:13 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
1
I'm using Kendo UI with Vue wrappers. I have a grid that feeds from a remote datasource, but I have a custom implementation for the data service (using Axios). Currently, Kendo requires me to do this:
```
          <kendo-datasource ref="datasource" :data="rowData"></kendo-datasource>
          <kendo-grid :data-source-ref="'datasource'">
            <kendo-grid-column v-for="columnDef in columnDefs" :key="columnDef.field"
              :field="columnDef.field"
              :title="columnDef.headerName">
            </kendo-grid-column>
          </kendo-grid>
```

It seems like extra boiler plate to require the separate <kendo-datasource> tag. Why can't I bind my `rowData` directly to the kendo-grid?
Completed
Last Updated: 24 Sep 2020 08:11 by ADMIN
Provide a local running installation package for the trial demo. Kendo UI for Vue
Completed
Last Updated: 24 Sep 2020 08:10 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
1
Does vue-cli v3 & kendoui R3 have support and demo programs?
Completed
Last Updated: 24 Sep 2020 08:08 by ADMIN

Steps to reproduce:

(latest version of vue, vue CLI, node etc. installed globally)

  • vue create test-project
  • cd test-project
  • npm install --save @progress/kendo-ui
  • npm install --save @progress/kendo-theme-default
  • npm install --save @progress/kendo-dateinputs-vue-wrapper
  • added Calendar component to App.vue (see https://www.telerik.com/kendo-vue-ui/getting-started/)
  • changed the name "kendo-calendar" in HTML template to "Calendar", otherwise I get build errors
  • npm run serve --> browse to localhost:8080 --> error in console:

Uncaught ReferenceError: $ is not defined
    at eval (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:85)
    at Object.eval (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:292)
    at eval (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:74)
    at Object.1472 (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:75)
    at __webpack_require__ (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:21)
    at Object.0 (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:49)
    at __webpack_require__ (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:21)
    at eval (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:41)
    at eval (webpack-internal:///./node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js:44)
    at Object../node_modules/@progress/kendo-ui/js/pdf-viewer/pager.js (app.js:3624)

I could reproduce the error using different Kendo UI for vue components like Buttons etc. (following the getting-started page for the button component). The default vue project template uses Babel and Webpack. Is there a configuration missing for Kendo UI?

I already checked: