Telerik Forums
Kendo UI for jQuery Forum
1 answer
180 views

Hi,

I have one question regarding kendo-ui-license.js. We added it to the project and we are using it in our solution. But it's safe to use it if someone can see some id in KendoLicensing.setScriptKey. Please confirm if we can use it.

We have similar question here: https://www.telerik.com/forums/kendolicensing-setscriptkey-security-breach

Martin
Telerik team
 answered on 25 Jul 2024
1 answer
66 views

Hi,

Is there a way to prevent connectors from overlapping in a Gantt diagram?

If we have several nearby tasks the connectors tend to follow the same path making it hard do figure out the origin and destination of each one.

It doesn't seem to exist a template for connectors and playing with the css did not went well.

 

Thanks for the help,

Daniel.

Neli
Telerik team
 answered on 25 Jul 2024
1 answer
56 views
Hello everyone!
I want to use kendou for jquery and can`t find documentation how to buy license, can you help me?
Neli
Telerik team
 answered on 25 Jul 2024
1 answer
63 views

Hi, 

Anyone know how to resize the whole calendar to fit on your declared container? im having difficulties to target specific classes using css for it. 

Any tips or help would be appreciated.

Thank you

 

Martin
Telerik team
 answered on 24 Jul 2024
1 answer
122 views

I just upgraded from V2021 to V2024. Now, in the filter menu, I have buttons with icons for filter and clear. I don't want the icons. I know I can target them with CSS and do a display: none, but is there some way of not rendering them in the first place?

Martin
Telerik team
 answered on 24 Jul 2024
1 answer
82 views

Hello,

I am currently using Kendo Grid MVC in .NET Core. My customer needs a way to search one column for multiple words.

For example: If I type in "123 789" it should return an entry with "123456789".

Is there a way to achieve this? Thanks,

Alexander
Telerik team
 answered on 24 Jul 2024
1 answer
136 views

Hi everyone,

I'm currently working on a Kendo UI Grid and I need the filter menus to dynamically update based on the data currently displayed in the grid. Specifically, I want the filter options to reflect only the unique values of the data that is currently visible after applying other filters.

I'm using Kendo UI version 2021.3.914.

I found a solution that achieves exactly what I want in this example: Kendo UI Dojo Example. However, the solution in the example does not work with my version of Kendo UI.

Could someone please help me understand how to implement this functionality in my version of Kendo UI? Any guidance or suggestions would be greatly appreciated.

Thank you in advance!

Nikolay
Telerik team
 answered on 23 Jul 2024
1 answer
76 views

When a column is set to sticky in a grid and the user clicks edit and then cancel, that column become unsticky for that row only. I noticed this also happens if the user clicks edit, makes any change, and then clicks save. This happened when I upgraded from 2022 to 2024 so the bug was created somewhere in there. To reproduce, see this dojo: 
https://dojo.telerik.com/@dojolee/evOPeBey

  1. Shrink the right side of the screen until it is pretty small (about 700px)
  2. Click Run and make sure there is a horizontal scroll. If not, shrink the right and click run again.
  3. Scroll and notice that the first column sticks
  4. Click edit on the first row
  5. Click cancel
  6. Scroll and notice that the first row no longer has a sticky column.

Note: I reported the bug here: https://feedback.telerik.com/kendo-jquery-ui/1658638-sticky-column-unsticks-after-clicking-cancel-in-grid

Martin
Telerik team
 answered on 22 Jul 2024
0 answers
132 views

Hello

I hope this message finds you well.

 

I am currently facing an issue with the Kendo Grid when using locked columns. Specifically, when I set the width for the last column and then reduce the browser zoom level to 80%, the widths of the header table and the data table do not fit proportionally. Here are the details:

  1. Issue Description:

    • Component: Kendo Grid
    • Problem: When there are locked columns and I set the width of the last column, adjusting the browser zoom level to 80% causes the widths of the header table and the data table to not fit proportionally.
    • Current Behavior: At 80% browser zoom, the header and data tables' widths are not aligned correctly, leading to a misalignment in the grid display.

     

  2. Steps to Reproduce:

    • Set up a Kendo Grid with locked columns.
    • Set the width for the last column.
    • Reduce the browser zoom level to 80%.
    • Observe the misalignment between the header and data table widths.

    I have attached photos for your reference.

    - Default(100%)

    - 80%

    Could you please provide some guidance on how to resolve this issue or suggest any potential workarounds? Any insights or resources you could share would be greatly appreciated.

    Additionally, when applying " width: 100% !important " to the tables, there is a misalignment between the header and content areas.

    Could you please look into this issue as well?

     

    Thank you in advance for your time and assistance. I look forward to your response.

    Best regards,

     

    soyoung
    Top achievements
    Rank 1
    Iron
     updated question on 22 Jul 2024
    0 answers
    52 views

    Hi,

    I have attempted to reload a Kendo TreeView control with a new TreeViewDataSource...

    function reloadLists() { console.log("In reloadLists():"); var ds2 = new kendo.data.TreeListDataSource({ data: actionsV2, schema: { model: Models.TREELISTMODELTWO } }); ds2.read(); var vw2 = ds2.view(); _view.set("actionsObserv", vw2); $("#actionsTreelist").data("kendoTreeList").setDataSource(_view.get("actionsObserv"));

    }


    ...but when the new dataSource is loaded I noticed the expander arrows do not work. The top one disappears when clicking on it:

    The other ones do not function, there is no change when I click on them. I cannot contract an expanded branch, nor can I expand a contracted branch. What am I missing? Is this a bug? Here is a link to the Kendo Dojo  with an example:

    Kendo TreeList Reload List Example | Kendo UI Dojo (telerik.com)

    Thanks again for your help and patience ^__^

    George

    George
    Top achievements
    Rank 3
    Bronze
    Bronze
    Iron
     updated question on 19 Jul 2024
    Narrow your results
    Selected tags
    Tags
    Grid
    General Discussions
    Charts
    Data Source
    Scheduler
    DropDownList
    TreeView
    MVVM
    Editor
    Window
    DatePicker
    Spreadsheet
    Upload
    ListView (Mobile)
    ComboBox
    TabStrip
    MultiSelect
    AutoComplete
    ListView
    Menu
    Templates
    Gantt
    Validation
    TreeList
    Diagram
    NumericTextBox
    Splitter
    PanelBar
    Application
    Map
    Drag and Drop
    ToolTip
    Calendar
    PivotGrid
    ScrollView (Mobile)
    Toolbar
    TabStrip (Mobile)
    Slider
    Button (Mobile)
    SPA
    Filter
    Drawing API
    Drawer (Mobile)
    Globalization
    LinearGauge
    Sortable
    ModalView
    Hierarchical Data Source
    Button
    FileManager
    MaskedTextBox
    View
    Form
    NavBar
    Notification
    Switch (Mobile)
    SplitView
    ListBox
    DropDownTree
    PDFViewer
    Sparkline
    ActionSheet
    TileLayout
    PopOver (Mobile)
    TreeMap
    ButtonGroup
    ColorPicker
    Pager
    Styling
    MultiColumnComboBox
    Chat
    DateRangePicker
    Dialog
    Checkbox
    Timeline
    Drawer
    DateInput
    ProgressBar
    MediaPlayer
    ImageEditor
    OrgChart
    TextBox
    Effects
    Accessibility
    PivotGridV2
    ScrollView
    BulletChart
    Licensing
    QRCode
    ResponsivePanel
    Switch
    Wizard
    CheckBoxGroup
    TextArea
    Barcode
    Breadcrumb
    Collapsible
    Localization
    MultiViewCalendar
    Touch
    RadioButton
    Stepper
    Card
    ExpansionPanel
    Rating
    RadioGroup
    Badge
    Captcha
    Heatmap
    AppBar
    Loader
    Security
    Popover
    DockManager
    FloatingActionButton
    TaskBoard
    CircularGauge
    ColorGradient
    ColorPalette
    DropDownButton
    TimeDurationPicker
    ToggleButton
    BottomNavigation
    Ripple
    SkeletonContainer
    Avatar
    Circular ProgressBar
    FlatColorPicker
    SplitButton
    Signature
    Chip
    ChipList
    VS Code Extension
    AIPrompt
    PropertyGrid
    Sankey
    Chart Wizard
    OTP Input
    SpeechToTextButton
    InlineAIPrompt
    StockChart
    ContextMenu
    TimePicker
    DateTimePicker
    RadialGauge
    ArcGauge
    +? more
    Top users last month
    Jay
    Top achievements
    Rank 3
    Bronze
    Iron
    Iron
    yw
    Top achievements
    Rank 2
    Iron
    Iron
    Stefan
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Kao Hung
    Top achievements
    Rank 1
    Iron
    Bohdan
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Top users last month
    Jay
    Top achievements
    Rank 3
    Bronze
    Iron
    Iron
    yw
    Top achievements
    Rank 2
    Iron
    Iron
    Stefan
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Kao Hung
    Top achievements
    Rank 1
    Iron
    Bohdan
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Want to show your ninja superpower to fellow developers?