Telerik Forums
Kendo UI for jQuery Forum
1 answer
208 views

Using this example https://demos.telerik.com/kendo-ui/dropdownlist/addnewitem and changing the kendoDropDownList to kendoMultiSelect, i receive the error below because the instance.filterInput is not defined on the widget instance. According to your docs these two property configurations are supported. How can I get the multiSelect to have a filter?

DOCS

http://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect#configuration-filter

http://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect#configuration-noDataTemplate

 

ERROR

Uncaught TypeError: Cannot read property 'val' of undefined
    at init.eval [as noDataTemplate] (eval at compile (kendo.all.js:194), <anonymous>:3:196)
    at init._renderNoData (kendo.all.js:27300)
    at init._listBound (kendo.all.js:33923)
    at init.d (jquery.min.js:2)
    at init.trigger (kendo.all.js:124)
    at init.refresh (kendo.all.js:28807)
    at init.d (jquery.min.js:2)
    at init.trigger (kendo.all.js:124)
    at init._process (kendo.all.js:6965)
    at init.success (kendo.all.js:6710)

Ivan Danchev
Telerik team
 answered on 29 Jun 2017
1 answer
158 views
Hi,
i'm struggling with the Kendo ListView.
I want to define the Templates with MVC standard DisplayTemplate and EditorTemplates.
But since the support from Telerik does not understand what i want and always pointing me to their demos - which are uselsse - i came here, hopefully there is somebody who can give me an answer about that.
we simply want to use Item Templates for the ListView control.
i dont want to use the Telerik Template language, since its not possible to access complex types (Navigationproperties).
has anybody an idea if its possible in general?
and if yes - are there any examples around?
thanks & best regards
Mike
Boyan Dimitrov
Telerik team
 answered on 29 Jun 2017
5 answers
419 views
Hi, I'm trying to save grid on most user actions but the column reorder event seems to fire before the actual columns are reordered.  To accommodate this oddness I've added setTimeout around the saving of grid options.  Is this delay a known bug?


function saveUserAdministrationGridState(arg)
{
    if (isLocalStorageAvailable())
    {
        // column reordering firing delayed, so we must delay our saving of options
        setTimeout(function () {
            localStorage[customGridOptionsLocalStorageKey] = kendo.stringify(grid.getOptions());
        }, 5);
    }
}
Dimo
Telerik team
 answered on 29 Jun 2017
4 answers
588 views
Hi,
 I use  Kendo UI with Angularjs, I have a grid with datasource calling remote web api and wih just server paging active (in backend I have to call a third part web service with page parameter). I want to use sort and filter on client side. Sort on columns works excellent but when i change page and try to filter on a column value in that page (the second or more), the datasource call again my backend passing page=1 and not the page's number in which i use the filter. I have to build a more advanced filter on the page so i need that filter on columns works locally without changing the page. Sort call WS with the same page's number. A workaround could be passing the current page in a different parameter to the WS, eventually could you help me with that?

Thanks
Dimo
Telerik team
 answered on 29 Jun 2017
2 answers
147 views
When applying multiple "" filters, it only seems to apply the first one.
Thomas
Top achievements
Rank 1
 answered on 29 Jun 2017
1 answer
81 views

This appears to be a bug as the functionality is essentially broken. The validation editors including those shown in the demo, will appear offscreen and inaccessible if in the last visible column in a horizontally scrolling spreadsheet.

See dojo here.

Steps to reproduce:

  1. Create a spreadsheet that has a horizontal scroll.
  2. In the last column apply cells with validations and/or a custom editor.
  3. Render the spreadsheet and scroll to the right.
  4. Notice the editor buttons appear off-screen, there is no way to access them.

Expected result:
The buttons should appear on the left of the cell instead of the right if they are not accessible (that is, they fall on the last visible column).

Ivan Danchev
Telerik team
 answered on 28 Jun 2017
2 answers
506 views
When I select/drag multiple files at the same time and use removebyUid, removing any file from that group removes all the files in the group. how do I remove a single file from a group?
Ivan Danchev
Telerik team
 answered on 28 Jun 2017
10 answers
527 views

Hi

I have a spreadsheet component, with a datasource. I am exporting a dataset from the spreadsheet, changing it in Excel, and then reimporting it. After I import data, if the imported data has more records than the current dataset, the dataSource is not updated so when I save nothing happens.

In my save, I use dataSource.hasChanges to check if we have changes in the dataset. This is true, even if I have only added a record. However - dataSource.data().length is still the original size. I have tried with dataSource.sync(). Is there something I am missing?

Veselin Tsvetanov
Telerik team
 answered on 28 Jun 2017
1 answer
516 views
How do i move the progress status text so that it will be displayed over the colored part of the bar.  Also is there a way to display the max value of the bar?
Ianko
Telerik team
 answered on 28 Jun 2017
3 answers
830 views
I would like to hook into the process that gets data from the excel import and process the json before it gets posted to the spreadsheet.  Is this possible?
Veselin Tsvetanov
Telerik team
 answered on 28 Jun 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
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
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?