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?
Hi All,
I'm an experienced software engineer (30+ years) and have used Telerik products before (mostly WPF, Silverlight, ASP.AJAX, UWP, WinForms). I've been tasked to work on a project that is .NET 6 Core for web API using MS SQL or MySQL databases and an Angular front end. I've completed the web API and backend database work, now it's time to move to the front end UI. Deployments will be on both Linux and Windows servers.
I'm very new to Angular, TypeScript, JavaScript, JQuery and requesting some good resources for learning/training myself. As part of this project I'm also going to be evaluating 3rd party payware control suites once I get the basics of Angular/TS/JS/JQuery (from what I've read Angular is probably the most difficult to work with in terms of UI and data binding). Telerik is one of 4 suites I'll be evaluating.
Some basic questions:
1. Any recommendations for Angular/TS/JS/JQuery learning/training sources?
2. My understanding is Angular is entirely client side and no reliance on server side, is this also accurate for Telerik Kendo UI for Angular (no server side requirements)?
3. How is the data binding process with and without Telerik controls?
4. How is page/frame/route navigation with and without Telerik controls?
Thanks, Rob.