Telerik Forums
Kendo UI for Angular Forum
1 answer
484 views

Hi, I need the MultiSelect control to accept custom input while keeping its popup closed (like an input TagBox) as I don't need to use its DataSource. Also, can I input its values from an external dialog? Documentation says "All selected values which are not present in the source are ignored." but I don't want to have a DataSource.

 

Thanks!

Yanmario
Telerik team
 answered on 18 Jun 2021
1 answer
890 views

 

We are implementing the Kendo dialog box using angular, and we want to access the dialog box component from a service. Currently this is achieved through material dialog box.

Below code for reference using material dialog

MyService.ts

import { Injectable } from '@angular/core';

import { MatDialog } from '@angular/material/dialog';
import { WarningBoxComponent } from './warning-box/warning-box.component';

@Injectable({
  providedIn: 'root'
})
export class MessageBoxService {
  constructor(public dialog: MatDialog) { }

  public OpertaionNotAllowed(fieldName: string): void {
    this.dialog.open(WarningBoxComponent, {
      data: {
        boxTitle: 'Not Allowed!',
        errorMessage: fieldName + ' operation is not allowed..!'
      }
    });
  }
We can render our component within Mat Dialog box and also pass data to it from service as shown above. Is there any way we can achieve this using kendo dialog as well?
Stoyan
Telerik team
 answered on 17 Jun 2021
3 answers
619 views

Hello,

 

I started to use the Dropdowntree and I'm facing an issue when I want to prevent selection of parent items (I want the user to select only leaf items).

 

In this example : https://stackblitz.com/edit/angular-wh96bb 

I tried to intercept selection in the valueChange event, but it cannot prevent the dropdown to close. Also I select a top level item, the value change event is triggered and I can set ngModel value to null => so the drop down tree does not display anything. But If you open it and select the same top level item, then the value change event is not triggered, and the drop down closes and displays this item label

 

Is there anyway to prevent the dropdown to allow selection on parent items, and to not close itself when user clicks on one of these items ?

 

thanks in advance,

Arnaud

 

Arnaud Vallette
Top achievements
Rank 1
Iron
 answered on 17 Jun 2021
1 answer
307 views
Currently, the datetime picker preemptively displays the time beneath the date instead of replacing the date picker with the time whenever the time button is clicked.  I would like to have the compact, default view where the time picker replaces the date picker and vice versa on button clicks.  The pictures should clarify the issue.
Svet
Telerik team
 answered on 17 Jun 2021
1 answer
745 views

Currently , I enabled Vitual scrolling with 75000 records. and we also have format logic applied in the view side... For example , We may receive from backend enum values ( status : 0 , 1, 2 ) , Front end -> It will get displayed 0 means Ok , 1 means Fault etc..

Is there any best practises to export large data sets ( rendered one ) ?

There is no formatter applied in the server side. . How to download all the data without performance issue ?

Please answer. 

 

Martin Bechev
Telerik team
 updated answer on 17 Jun 2021
1 answer
1.2K+ views

I followed all the steps but still I'm not able get my actual theme which I built in Theme Builder for bootstrap

https://www.telerik.com/kendo-angular-ui/components/styling/theme-bootstrap/

 

@import "~@progress/kendo-theme-bootstrap/dist/all.scss";
@import "~bootstrap/dist/css/bootstrap.css";
$primary#695ed6;
$font-style-familyOpen Sans;
$base-theme: Bootstrap;
$skin-nameall;
$swatch-name: Bootstrap;
$border-radius0.25rem;
$accent#695ed6;
$secondary#e4e7eb;
$info#17a2b8;
$success#28a745;
$warning#ffc107;
$error#dc3545;
$body-bg#ffffff;
$body-color#292b2c;
$component-bg#ffffff;
$component-color#292b2c;
$card-cap-bg#f7f7f9;
$card-cap-color#292b2c;
$series-a#0275d8;
$series-b#5bc0de;
$series-c#5cb85c;
$series-d#f0ad4e;
$series-e#e67d4a;
$series-f#d9534f;

 

 

 

Stoyan
Telerik team
 answered on 16 Jun 2021
1 answer
630 views
ZIP Slip makes the application vulnerable to Path traversal attack and Sensitive data exposure.
Silviya
Telerik team
 answered on 16 Jun 2021
1 answer
132 views

How can I show the File Too Large error message in my own custom kendoFileSelectFileTemplate?

What do I need to do?

Yanmario
Telerik team
 answered on 16 Jun 2021
1 answer
190 views

Hi,

 

Do you have an Sample with two separate Grid communicate together ? an Master Slave with Separate Grids ?

 

Regards

Martin Bechev
Telerik team
 answered on 16 Jun 2021
1 answer
2.0K+ views

Hi,

 

What is best type for "public selectionChange(e) " in Angular12 ?

Regards

http://plnkr.co/edit/xEB6JN9ZVjm499G2KreX?p=preview&preview

 

Martin Bechev
Telerik team
 answered on 16 Jun 2021
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?