
Cannot drag and drop apart from the viewable screen in kendo ui treelist.
I am uing reorderable in my code can someone please help how we can drag header cell on the movement of screen using kendo tree list.
Thanks
I have a project where it's currently not possible to upgrade to the latest Kendo Angular version, but I need to implement a few new user interfaces.
if there any way to access the API documentation that is applicable to Kendo Angular 2019 R1 version?
<ng-template kendoGridToolbarTemplate>
<input [style.width.px]="165" placeholder="Containing" kendoTextBox (input)="onFilter($event)"/>
<input [style.width.px]="165" placeholder="Name" kendoTextBox (input)="onFiltermethode($event)"/>
</ng-template>so i followed this method : https://stackblitz.com/edit/angular-usz2zq?file=src%2Fapp%2Fapp.component.ts , and tried to create a grid .
Then i wanted to create 2 external filters( you'll find code below code below ) , however, they work independently, which means that i can't use both filters in the same time.
For example if i want to filter those with the name is "Eric" and job title " Librarian" , the result won't be the combination of the two filters but only the result of the last one.
Hello,
Is there a way to disable the Scrollview's swipe on mobile? We have a Scrollview inside of another Scrollview. We are wanting to stop the main Scrollview from moving, so the additional Scrollview does not try to move along with the main Scrollview.
Please let me know if you need additional information, and I will get back to you as soon as possible, thank you in advance.
Hello.
For us main problem that needs to be fixed is:
* Hide footer when group is not expanded or based on group data.
If whole template is not hidden it always generates row.
It is hard to imagine that no one had this problem before.
We have come to conclusion that we need to create new directive for this.
So is there some hidden way to achieve this? Is there some code fragments about this?
I have a kendo-grid-checkbox-column that needs a checkbox in the header. When clicking on it, it' supposed to be a
SelectAll checkbox there's a specific row i do'nt want to select.
First, i thought i would just use:
<ng-template kendoGridHeaderTemplate>
<input (click)="onclick( )" type="checkbox" >
</ng-template>
followed by an <ng-template kendoGridCellTemplate>
But, for unknown reasons, that made it impossible for me to select the other rows , as if they were disabled
In the Grid Component, we can specify a multiSortKey option in the sort settings to tweak how multi-column sorting works (see https://www.telerik.com/kendo-angular-ui/components/grid/api/MultipleSortSettings/#toc-multisortkey). However, it does not appear that option is available when using the Tree List component.
Our app uses a mixture of Grids and TreeLists and we like using the multiSortKey option for grids but miss that option in Tree Lists. Are the plans to add the multiSortKey option for Tree List?