Telerik Forums
Kendo UI for Angular Forum
1 answer
18 views
How to disabled dates before today in kendo date range with date input?
2 answers
1.0K+ views

When I click on a row, the incoming data opens automatically when I click anywhere in the grid.

I did a debug, before clicking nowhere I clicked on an empty pane on the grid and down into my dbClickWorkFlow() method.

 

Is it possible to put the dbClickWorkFlow() method in another part of the Grid Html? It didn't work when I tried it. Or do you have any good suggestions to fix it? For instance, only one row should be affected. 

 

I had researched a lot of questions and found similar problems but it is not helpful.

It does not allow any good experience.

 

 

LIKE THAT, JUST ANGULAR KENDO GRID PROBLEMhttps://www.telerik.com/forums/grid-edit-popup-double-click-event-bug

I need help!

 

 

JORGE
Top achievements
Rank 1
Iron
 answered on 07 Feb 2024
2 answers
100 views

Hi 

I've used your jQuery version of the Scheduler in an MVC app where I utilised a feature where you can drag and drop from a list view to the scheduler to create events.

Is this functionality available in the Angular version of the component? If there is could you supply a link to a sample implementation.

Also is the a way to create bespoke views again similar to the feature in jQuery version of the scheduler component. e.g. I would like to create a rolling week view (where the view starts at today -1 and ends after a specified number of days) and a rolling work week which is similar but skips weekends)

Many Thanks

Damian
Top achievements
Rank 1
Iron
 answered on 15 Nov 2023
1 answer
96 views

Trying to open examples from Kendo Angular docs in StackBlitz to no avail.  Something broken with that integration?

Example, just go here:

https://www.telerik.com/kendo-angular-ui/components/listview/

Click on "Edit in StackBlitz" button.

Note console errors 

Sean
Top achievements
Rank 1
Iron
 answered on 17 Feb 2022
0 answers
93 views

Hi, 

Im looking for a list control with

  1. Drag & Drop
  2. Selection (On selecting a list item, i should be able to perform some operations from common (menu) buttons)
  3. Inline-Edit

I was using ListView for AngularJS earlier (without inline edit) earlier. Now we have moved to Angular. As per documentation, Angular ListView does not have Drag & Drop, inline-edit(just by clicking on the item) & Selection (e.g. to perform delete). Am I right? 

Then I looked into Sortable control. It has Drag & Drop, but not Selection & Inline Edit. Am I right or missing something?

The finally I narrowed down on TreeView which all the required functionalities, but have to prevent drag & drop of one node into another as my requirement is a list, not hierarchical structure.

Am I missing anything? Is TreeView the right choice for my requirement?

 

Thanks

 

Srinivas
Top achievements
Rank 1
 asked on 17 Aug 2021
2 answers
619 views

Drag and Drop functionality is not available in Kendo UI for Angular.

I need this type of feature in Kendo UI for Angular.

https://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx

I couldn't find this option. Can you please let me know is this feature will include in coming versions or not. Let me know is there any alternative way to achieve this.

Ivan
Telerik team
 answered on 26 May 2021
1 answer
760 views
How can I do a search bar in the kendo listview ?
Yanmario
Telerik team
 answered on 12 May 2021
1 answer
1.0K+ views

I am using kendo listview and I have a dynamic data that's why I want to reload data automatically in the listView. Can anyone help me ?

This is the method I used where I add new item in the data of the  lisView "addresses" :

addNewAddress(){
    this.var=false
    if(this.isvalidAddresses){
      this.var = true;
      this.addresses.push(this.oneDamageAddress);
      console.log(this.addresses)
    }
  }

 

And this is my HTML :

<button (click)="addNewAddress()">add</button>

<kendo-listview*ngIf="var"

 
            #listView
            [kendoListViewBinding]="addresses"
            [loading]="loading"
            [containerClass]="'k-d-flex k-flex-col k-flex-nowrap'"
            
        >
            <ng-template
                kendoListViewItemTemplate
                let-dataItem="dataItem"
            >
            <div class="product" >
            <div class="description">
                <div class="product-name">{{ dataItem.streetName }}</div>
                <div class="category-name">{{ dataItem.surname }}</div>
            </div>
            <div class="price">
              <button ><i class="fas fa-trash"></i></button>
            </div>
        </div>           
            </ng-template>
        

</kendo-listview>

Dimiter Madjarov
Telerik team
 answered on 30 Apr 2021
1 answer
621 views
This is the first time I am using kendo listview and I am wondering how to get the selected Item from the listView ! I mean how can I change the listView to selectable and then how can I recuperate the selected Item ? Can anyone help me ?
Dimiter Madjarov
Telerik team
 answered on 29 Apr 2021
1 answer
13 views
When will we be able to do more than just page?  Are there any plans for filters in the list box?
Svet
Telerik team
 answered on 01 Oct 2020
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?