Telerik Forums
Kendo UI for Vue Forum
1 answer
40 views

Hello, 

I use last version of kendo vuejs editor with vuejs 3 . Paragraph / Font Size / Font familly do not do anything.

You can test it on your own documentation :   

https://www.telerik.com/kendo-vue-ui/components/editor/

Plamen
Telerik team
 answered on 21 Jan 2025
0 answers
79 views

I found the way to trigger the change event manually in jQuery but I need a way to access the widget in vue.  I am using an on screen keyboard (https://www.npmjs.com/package/simple-keyboard) to insert the values into the numeric textbox. I am struggling to access the widget to raise the change event. I am using the Vue Native Numeric Textbox. Below is how to trigger it using jQuery.

 <input id="numeric" value="123" />

  $("#numeric").kendoNumericTextBox();

var numerictextbox = $("#numeric").data("kendoNumericTextBox");
  function changeValueFromCode(){ 
    numerictextbox.value(40785);
    numerictextbox.trigger('change');
  }
Asheeqah
Top achievements
Rank 1
 asked on 17 Jan 2025
0 answers
49 views

How to automatically focus the input after clicking for in-cell Grid Editing like jquery

n/a
Top achievements
Rank 1
Iron
 asked on 16 Jan 2025
1 answer
28 views

I can't find anything in the docs that demonstrates how to customise the filter component of a column menu. I need to replace the filter's input with a dropdown list. I'm trying to replicate functionality that was fairly straight-forward using Kendo UI for jQuery.

 

Any advice is much appreciated.

Vessy
Telerik team
 answered on 14 Jan 2025
0 answers
39 views

I'm using the Filter component with Grid -- both bound to the same filter value, similar to the example shown in the docs here: Vue Data Tools Library & Filter - Custom editors - Kendo UI for Vue Docs & Demos

However, as in the example given, I can't get the custom dropdown to show the value of the currently aplied filter for the corresponding field.

In the example, if you change the operator of the Product Name filter using the filter row, the operator dropdown in the Filter component is updated to match. However, if you change the filter value in the filter row to, for example 'Chang', the dropdown in the Filter component is not updated to match the applied filter.

If you remove the custom dropdown, the value field in the Filter component will reflect the value aplied in the filter row. This is the two-way binding I'm trying to achieve with a custom filter component.

Please advise.

Mat
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 13 Jan 2025
0 answers
30 views

I'm trying to implement the locked feature of a Grid cell that's using a cell template.

I've found the Knowledge Base article that describes this scenario: Learn how to implement a locked column with a custom cell template inside the Native Grid but it doesn't work: not just in my implementation -- the demo doesn't work.

The ID cell in the demo should be locked, but isn't.

It may help if there was a documented list of the props available in a cell template somewhere, but I can't find one.

Any suggestions?

Mat
Top achievements
Rank 1
Iron
Iron
Iron
 updated question on 09 Jan 2025
0 answers
50 views

Hi Team,

          I was tried to custom render from Multiselect dropdown as a checkboxlist but while rendering I am getting the [Vue Warn]. Could you please help me to resolve the issue and help me out to get the checkbox list instead of multielect dropdown in the UI. Also please suggest the best practice to deal with this implementation. 

I have added the screenshot what I have tried with customItemRender method. Please guide me to achieve what I have tried for.

 

Thanks In advance.

Thanks

Gunasundari

gunasundari
Top achievements
Rank 1
 asked on 08 Jan 2025
0 answers
117 views

I have just upgraded from version 5 to 6. Now the problem is that many types of events resolve to “(((...args: any[]) => void) | undefined”. In version <6, these were named events, which are also listed accordingly in the documentation. 
As a result, the projects can no longer be build. This also happens if version 6 is installed directly in an empty project.

Examples:

Are we doing something wrong here or are the type definitions incorrect?

RIS
Top achievements
Rank 1
Iron
 asked on 20 Dec 2024
1 answer
58 views

Hello, 
I've upgraded my Kendo to version 6.0.1. and i has two warnings in console when using the component Editor.

`[Vue warn]: Methods property "onChange" is already defined in Props. at <KendoFontName view=undefined dir=undefined key=119 ... > at <KendoToolbar class="k-editor-toolbar" keyboardNavigation=true > at <KendoEditor key=0 ref="kendoEditorElement" value=.....`

and

` Methods property "onDown" is already defined in Props. 

  at <KendoPopupGrid rows=6 columns=8 createTableMessage="Créer un tableau"  ... >    at <Popup anchor="eda4e46c-418d-4558-bc72-9b8737cd5c57" anchorAlign= 
 popupAlign= 

`

Do you know the reason of  this warnings? 

Thanks advance. 

 

Vessy
Telerik team
 answered on 19 Dec 2024
3 answers
353 views

I can't seem to find anything in the docs about how to make the columns auto-fit the width of the container. In the grid wrapper, I've found https://docs.telerik.com/kendo-ui/knowledge-base/grid-autofit-all-columns-width and can use the dataBound event to access the autoFitColumn method. However, I just can't find anything similar in the docs for the native grid.

Thanks for any help I can get!!

Vessy
Telerik team
 answered on 16 Dec 2024
Narrow your results
Selected tags
Tags
Grid
General Discussions
DropDownList
DatePicker
Editor
Grid wrapper
Scheduler
DropDownTree wrapper
Spreadsheet wrapper
Input
MultiSelect
Calendar
NumericTextBox
DateInput
DateTimePicker
Editor wrapper
DataSource wrappers (package)
Scheduler wrapper
Styling / Themes
Chart wrappers (package)
Gantt wrapper
Localization
Chart
Checkbox
ComboBox
Window
Pager
Error
Upload
DropDownList wrapper
Popup
Form
Tooltip
TreeView
Dialog
MultiSelect wrapper
NumericTextBox wrapper
Slider
Toolbar wrapper
Upload wrapper
Validator wrapper
ColorPicker
Accessibility
AutoComplete
AutoComplete wrapper
Button wrapper
ComboBox wrapper
ContextMenu wrapper
Licensing
ListBox wrapper
ListView wrapper
Map wrapper
MaskedTextBox
Menu wrapper
MultiColumnComboBox wrapper
Splitter wrapper
TabStrip wrapper
TimePicker
TreeView wrapper
TabStrip
Card
RadioButton
FloatingLabel
TextArea
Drawer
Stepper
DateRangePicker
Gauge
Splitter
PanelBar
Notification
RangeSlider
Menu
TreeList
Toolbar
Button
ListView
FontIcon
SVGIcon
Animation
Barcode wrapper
ButtonGroup wrapper
Chat wrapper
ColorPicker wrapper
DateInput wrappers (package)
Diagram wrapper
Dialog wrapper
Gauges wrappers (package)
MaskedTextBox wrapper
MediaPlayer wrapper
Notification wrapper
Pager wrapper
PanelBar wrapper
PivotGrid wrapper
QRCode wrapper
RangeSlider wrapper
ScrollView wrapper
Security
Slider wrapper
Switch wrapper
Tooltip wrapper
TreeList wrapper
TreeMap wrapper
Window wrapper
Avatar
StockChart
Sparkline
RadioGroup
Hint
Loader
ProgressBar
Switch
Wizard
Skeleton
ScrollView
ColorGradient
ColorPalette
FlatColorPicker
ButtonGroup
TileLayout
ListBox
ExpansionPanel
BottomNavigation
AppBar
Signature
ChunkProgressBar
VS Code Extension
+127 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?