Hi
Sample not running
https://www.telerik.com/kendo-angular-ui/components/grid/editing/external-editing/
<kendo-numerictextbox formControlName="UnitsInStock" #UnitsInStock required [format]="n0"> </kendo-numerictextbox> Property 'n0' does not exist on type 'GridEditFormComponent
//private closeForm(): void {
closeForm(): voi
Regards
Using a Kendo grid that is in edit mode, how do you reactively compute the value of column B based on what is typed in column A?
E.g. column B = column A x 2
I enter 1 in column A; column B immediately changes to 2.
I enter 16 in column A; column B immediately changes to 32.
We have a client for whom we've created some quotes via tables, repeating headers, the Telerik page numbering, etc., and they've mentioned that they'd like to have the option to be able to print these directly. I notice that most approaches to grabbing and printing HTML recommended online tend to miss a lot of the objects that we have in these reports (one example would be that some of these have child html components or sub-reports) and sizing tends to be an option.
Being that the Kendo tools are already doing their own compiling of the screen is there a way that I could save the captured canvas as a variable and have it print the rendered canvas instead?
One other question as well - they've noted that they don't like a continuous white space for reports (without visual page breaks) and would like to see the pages broken out along with page numbers in the preview. I get the impression that I might be able to wrap certain sections in the #fff page coloring and use a darker background color although three things I don't know are 1) how I'd wrap the automatic page breaks, 2) How I'd get the page numbers to show up in such a preview, and 3) how to prevent the program from printing the darker background space and only having it print the #fff white space. It sounds like I may need to place the report space tag in a table with a *ngFor loop and let each part of the report be an iteration of the table just that, again, I'm not sure whether this is something that the Draw or PDF Export tools have any tools to support this type of effort.
Let me know your thoughts on these two items and whether either or both can be worked out with the current Kendo modules.
Hi Team,
I'm currently working with kendo grid and panel bar components using Angular. My application has multiple panel bars with each panel bar containing a kendo grid with Filter Menu options. My issue is such that while I try to use the filter in the first grid and then move on to the second grid and try to filter the options the filter menu automatically closes without filtering the values.
The feature works just fine when I'm handling filters in a single grid. The issue is when I try to use the filters with more than one grid on that page. Please assist.
Thank You.
Hi
Could i add two checkbox in an kendoGridToolbarTemplate position=top ?
Regards
Hi,
I'm trying to set the editable propery of a column depending on an other field of the model.
You have this example in the documentation: kendoGridReactiveEditing
Let's say, if the field 'Discontinued' is false, I would like to disable the editable property of the product name field. For this, I added this to the column definition:
<kendo-grid-column field="ProductName" title="Product Name" [editable]="formGroup.controls.Discontinued"></kendo-grid-column>
But it says then: 'Error: Cannot read properties of undefined (reading 'controls')'
How can I then access the formgGroup variable in the template?
Thanks.
Hi Team,
My requirement is such that while using a kendo grid within the panelbar im trying to filter the results using the filter boxes in the grid. During that state when I try to collapse and expand the panelbar I want the values to stay in the filter boxes and also the grid needs to display the filtered results itself. Currently on collapsing the expanding the panelbar the values are cleared and the grid results are reset to initial state without being filtered.
Kindly let me know regarding this or you could also forward me the appropriate point of contact.
I am wanting to leverage kendo Popup component with in a Grid. The problem I'm having is to isolate or parametrize the popup component so that it only opens for the cell data that the user interacts with. At present, the Popup uses an HTML style anchor and I have not determined how to pass a unique attribute so that the Popup opens only for the cell/row the user engages.
Please have a look at this Stackblitz stubbed out to show as example of scenario:
Any help from this community forum will be helpful and appreciated!!
Thx,
LJ
Hi Kendo Team,
I want to ask that currently Kendo has any feature by which I can create pdf on server side (specially java).
Q. What can I do ?
-- I can create a DOM with my styling and send the whole DOM to server for creating PDF.
Or you can guide me any other feasible solution
Q. What I basically want to Achieve.
-- Our Problem is : We have two platform and we want to Build Similar PDF from both platforms
A. Web Application (Angular )
B. Mobile Application (Reactive Native ) -- Do your library PDF Export Supports our Mobile Technology or any work around we can do ?