At present I have Telerik Reporting set up as follows:
Stand-alone reports retrieved for Angular Telerik Report Viewer (client side).
On the server (.Net Core / C#):
A basic ReportController, where all it does is pull a base instance of IReportServiceConfiguration
The ReportServiceConfiguration object is set up in Startup.cs and draws on the ConfigurationHelper method called ResolveConfiguration.
I have pictures attached for each of these methods.
What I need to do is find a way to set up CSV exports with the following rendering settings:
- NonStaticText = true
- NoHeader = false
At present I've done as much research as I can but can't figure out how to insert these as the code doesn't seem to leave any openings for these parameters. I've seen recommendations for using Telerik.Reporting.Processing.RenderingResult with TypeReportSource and HashTable params but no idea how this gets taken up in the present flow. Additionally the tr-viewer on the Angular side does not accept these parameters. There's a [reportSource] but this only allows for report name and direct parameters which don't take rendering or extension overloads.
Let me know if you have any suggestions as to whether there's a place in this where I can inject the parameters I need.
Hi
We recently upgraded to Angular 14 and had to upgrade kendo-dropdown as well.
After the upgrade we see some style changes for the kendo-combobox.
How do we change the border of the combo box to blue when it is selected. Right now, it is black. See image below.
Would like it to have a blue border when selected instead of black. see attached file combo-box-selected-b;ue.
hi,
I am trying to sort and display Stacked Bar chart where by the the chart should display in descending order of USD (US Dollars) with 'Others' displayed at the rightmost. Please see the StackBlitz example below.
But it is not working as expected as I see 'Others' and few other items with Zero values displayed in the middle of the chart. Any thoughts on whats wrong here. Please note, the 'chartDataSource' has data sorted and fed to chart.

hi,
I have a 100% Stacked Bar chart that displays various 'States'. I would like to assign same colour to those states even when toggled. For example, green should assigned only to 'Complete' state. Having 'SeriesColor' at 'kendo-chart' component level doesn't work. Any idea how to achieve this?
Please see stackblitz example in the link below
https://stackblitz.com/edit/angular-10-thmpbt-bfoybs?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
With Toggle On - green is assigned to 'Complete' state
With toggle off - orange is assigned to Complete state. But I need green to remain for Complete
Regards
Karthik
I run Windows 11 Pro N system with EV set in cmd.exe
set KENDO_UI_LICENSE=keyFromLicenseFile
When listing variables I can see that my variable is set correctly.
I run this command in my Angular 14 project:
npx kendo-ui-license activate
I get this response:
(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set (INFO) Kendo UI: Reading license from "(...)\ClientApp\kendo-ui-license.txt"... (INFO) Kendo UI: License imported successfully.
I do not plan to include .txt file in repository and want to use environment variable in my CI solution.
Any idea why I get such (INFO) about variable not set?
Getting below error after updated to angular15, and also using Kendo UI for the ui controls. It seems that due to the tilde key depreciated, is there any workaround for this issue?
./src/styles.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
â•·
3 │ @import "~@progress/kendo-theme-bootstrap/scss/grid/_index.scss";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src\assets\kendo-theme\kendo-imports.scss 3:9 @import
src\styles.scss 3:9 root stylesheet
./src/styles.scss?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
â•·
3 │ @import "~@progress/kendo-theme-bootstrap/scss/grid/_index.scss";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src\assets\kendo-theme\kendo-imports.scss 3:9 @import
src\styles.scss 3:9 root stylesheet

Hi,
Currently, the Stockchart renders some dates and skips few dates automatically. Usually, the x-axis has 3 days gap between dates and the navigator axis has 1 day gap. We want the chart to display all dates from the dataset.
Please refer this link for the POC app: https://stackblitz.com/edit/kendo-stockchart-v2?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
Kindly help. Thank you.
