Hi,
currently I'm adding some extra function to the kendo grid. Within this I also add some styles to table cells. But if editing is allowed, after cell closing the added styles are disappearead, because the internal logic of the grid somehow refreshes the entire row.
So, the question is, how can I avoid this? Or is there some event, to which I can subscribe? Note, that I'm already subscribed to the cellClose event. Of course I can prevent the cell from closing, but then the cell remains edited.
I've been using the SheetJS CE library for importing and exporting XLSX files.
However the public library is having some issues (issue 1 and issue 2 [amongst others...]) and we want to move away from it.
I see that Kendo has a fairly new component called "Spreadsheet" which appears to be able to do what I need.
However I'm not sure the API features I'm interested in are public, or I'm having trouble finding them.
If this is already possible can someone point me to it? If not, then I'm asking the Kendo Angular team to add the feature (to the public API).
Here's what I need to do:
and
Thanks!
https://www.telerik.com/kendo-angular-ui/components/pdf-export/auto-print/
In this scenario you have to use the checkbox. However, I would like to use 2 buttons. One for Download only and one for Download with auto print. The problem I'm having is that setting the autoPrint = true in code does not work in Angular until the second time. So it appears that Kendo does not pick up the change in value.
Does anyone know a way to make this happen without using a checkbox?
Hi,
I read, that for 2024 you plan many new features regarding data management and copy&paste for the kendo grid. Currently I'm working on an enhanced data grid (selecting like in excel - with mouse and keyboard, editing like in excel, copy&paste like in excel).
Can you please lay out your plans regarding this? Becase then I wouldn't put more work in this.
As per the instruction given in kendo licensing document,
https://www.telerik.com/kendo-angular-ui/components/my-license/
I'm trying to activate kendo license, and got 'KENDO_UI_LICENSE environment variable not set' on the command prompt.
I add KENDO_UI_LICENSE variable in the environment file of the angular project
As I mention in the image above.
Then I open command prompt at the location where the package.json file present, and hit 'npx kendo-ui-license activate' command on the command prompt, and I got '(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set'
any Idea how can I set KENDO_UI_LICENSE variable in my project.
Unable to display current month when setting selectionRange property value to future date range
Here is my requirement. Multiviewcalendar should display 12 months and first month should be current month. User selected a future date range. In edit mode, highlighted user selected future date range in calendar by setting property [selectionRange]="userSelectedDateRange". Here the issue is calendar's first month is user selected future month. Not current month. Is there any fix to display current month and highlight selected future dates.
I see the same issue on your pages
so my question is whether there is any way to prevent this, because when there are many columns, the last borders are seriously damaged as you can see:
my c# code which write the word "hello" on console and I want to print that word of result directly on paper by using EPSON L1800.How to code it.