Telerik Forums
Kendo UI for jQuery Forum
14 answers
2.2K+ views
Hi ,

I have a filters on one or more columns of the grid . And I want to achive to  clear a filter on one of the column of the grid ;ie Instead of manually clicking the clear button of the column filter .


I have gone through slice which will reset all the filters in a grid and same way 


the click event of button to reset all the filters of grids in the page .($("form.k-filter-menu button[type='reset']").trigger("click");) which I am not interested -in.

Thanks,
Chatrapathi
Graham
Top achievements
Rank 2
Iron
Iron
 answered on 23 Apr 2018
1 answer
166 views

Having some issues with the dropdownlist control.  

I believe this is a bug. 

 

 var data = [{"id": 1,"name": "Selection 1", "data": { "id": 4, "name": "test data 4" } },{"id": 2,"name": "Selection 2", "data": { "id": 5, "name": "test data 5" } }];

                   
                    $("#htmlElement").kendoDropDownList({
                        dataTextField: "name",
                        dataValueField: "id",
                        dataSource: data,
                    });

 

The selection is correct but the data in the drop down when selecting is incorrect. 

My API returns a list of objects that have data attached.   I would like to keep the "data" child object in my datasource but your dropdownlist does not like it. 

 

 

Ivan Danchev
Telerik team
 answered on 23 Apr 2018
6 answers
294 views

Hi

We have a problem relative to undoing changes on a TreeList,we don't allow recursive delete on TreeList, so after an user tries to delete a node with children he must receive am alerts and modification should be undone.

Tha problem is cancelChanges() cannot restore node's children the user is triyng to delete.

The TO-BE scenario we need for our application is:

  1. TreeList is empty
  2. User inserts Root Node R1
  3. User inserts Node C1 as child of R1
  4. User inserts Node D1 as child of C1
  5. User tries to delete R1
  6. Server throws exception about user cannot recursively delete nodes ( we don't allow recursive / tree deletions )
  7. App catch exception in ourTreelist.dataSource.error callback and call ourTreelist.dataSource.cancelChanges()
  8. following nodes are restored : R1, C1, D1

Example TreeList hierarchy

R1 ( deleting R1 remove cannot be done because it would remove also C1 and D1 )
 -> C1

     -> D1

 

But in our tests after deleting R1 and receving error from server we cannot use cancelChanges() to entirely restore previous situation, only R1 is restored but children miss.

I attach before (delete) and after (delete) image to explain better

Thanks

 

Simone
Top achievements
Rank 1
 answered on 23 Apr 2018
6 answers
243 views

Hi @all

Is there a good way of keeping some tabs within a Tabstrip visible all the time, whereas allowing all others to scroll if tab space is not sufficient. I'm not sure whether this is easy to accomplish as all tabs are placed into a single "ul"-placeholder element that is scrolled if tab space is not sufficient

 

Bye

Ralf

 

Ralf
Top achievements
Rank 1
 answered on 23 Apr 2018
5 answers
95 views

Hi,

I'm using vertical grouping in scheduler. One of my requirement involves giving color to the events created and each consecutive events color should be different.
Also right now I have a list of color i need to map each color to the room color accordingly 

My Example

Nithin
Top achievements
Rank 1
 answered on 21 Apr 2018
3 answers
690 views

I have a page with two grids.  I would like to add a separate export button that combines both grids into one download.

How could this be achieved ?

Thanks,

Richard

Pavlina
Telerik team
 answered on 20 Apr 2018
1 answer
766 views

Our team recently replaced all of our standard alerts, prompts, and confirm dialog boxes with Kendo.alert/confirm/prompt. After further inspection, it appears that the line executing the alert/confirm/prompt fires at random times after the line has been hit. This is not how a JavaScript alert/confirm/prompt box typically operates, and I expected that the Kendo dialogs would perform in the same manner. (A JavaScript alert/confirm/prompt box will pause execution until that specific alert has been completed.)

I've attached an example using the Kendo and JavaScript version to display the differences.

https://dojo.telerik.com/@45f672e3-cd24-4082-98bd-05c921b19513/OHUVoDAW

Thanks!

 

Ivan Danchev
Telerik team
 answered on 20 Apr 2018
1 answer
181 views

Hi all,

 

I have one question. Is it possible for current Kendo UI framework to generate scatter and step line chart in one plot area?

 

Thank you,

Konstantin Dikov
Telerik team
 answered on 20 Apr 2018
1 answer
211 views

High

we would like to add qr codes to our information boards to link to additional language versions of the information. Now it would be nice if we could add a text to the pdf exported from the qr code widget to indicate the language it links to.

Is there a way to inject a line of text e.g. below the qr code?

Regards

Alex

Alex
Top achievements
Rank 1
Iron
 answered on 20 Apr 2018
0 answers
70 views

     I'm having some weird issues with the DropDownList control.   

 

Norm
Top achievements
Rank 2
 asked on 20 Apr 2018
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?