Hello,
I am trying to set the color of the placeholder text that appears in the kendo-autocomplete input box when there is no text in the box. It is currently a light grey and I would like to change it to white (#ffffff). Is it possible to override this?
Thanks,
Bryan Smouse
Hi,
Current we are using Angular 6 ("@angular/compiler-cli": "^6.0.3", "typescript": "~2.7.2", "@angular/cli": "~6.0.8") and kendo grid "3.6.0" version ("@progress/kendo-angular-grid": "^3.6.0").
We know that this issue is fixed in "v3.10.0 (2018-11-22)" version. But this version is compatible with Angular 7.x version.
Now we don't want to migrate only because of this issue (and another is time constraint).
Is there any work around for this issue to make the filters visible in 3.6.0 itself for isnull, isnotnull, isempty and isnotemp.
Thanks,
Rajesh
Hi!
In my application I need a feature whenever the user changes the windows size, I need to change the grid's height according to this resize event. This way the grid's content will be scrollable and not the entire grid.
My solution works perfectly when the windows height is decreased. The problem occurs if I want to increase the window's height because I don't know how much height does the grid need to display all of his rows (non virtual scroll). Therefore when the grid has for example only 1 datarow, but the available space is much more there will be a lot of empty space between the grid's datarow and the pager.
My question is how can I know that how much height does the grid need to display it's datarows? Or (if it's not possible) how can I avoid the problem which I described before?
Example application:
https://stackblitz.com/edit/grid-auto-height-resize
Hi,
When filtering on a date column in the grid, the dates are filtered by time as well as by date. This creates a problem when trying to filter with "equals to".
I can easily remove the time from the date object in the grid and this fixes the filtering.
However, I need to display the time in the date object in the grid.
How can I display the date with the time, but filter with a date object without the time?
Regards,
Jyothi
Couple visual issues I've run into.
1. When you click the button to insert a link, the checkbox for opening the link in a new window overlaps with the next line. Please see screenshot I took from the documentation example.
2. When the toolbar wraps to a second line (such as in the screenshot where "Font Name" begins the second row) I think there should be at least a small gap between the 2 rows. This is especially distracting with the Bootstrap theme where items are a little bigger.
Thanks.
Is there a way to collapse the PanelBar on a button click event?
I have a panel bar with a grid inside of it. The flow should be that I expand the PanelBar, then click a button inside the grid and the PanelBar collapses. I tried to set the [expanded] property to false on the button click event but it doesn't work.
Thanks for your help in advance.
Hello kendo community,
I have issues with selection on groups in kendo grid. I am trying to use groups and selection with kendo grid and it seems like the selection event trigger does not work in groups, however the checkbox does not apper to be checked. Is there any other solution or is there a way to select multiple rows which are grouped?
Here is a stackblitz demo: https://stackblitz.com/edit/angular-ujcgdv
Hope there is a fix for this.
Best, Mike
Looking for clarification of how to use the Angular Material Theme supplied with Kendo UI.
Do I still need to include Bootstrap 4 for purposes of general layout. i.e. row / column / flex etc... for non Kendo components.
Is Bootstrap the suggested framework to use with the Material theme. Should it be Material. It looks like the Material theme uses a base of the Default theme. The default theme seems to be based on Bootstrap.
Is it possible to add a divider/header within the data array?
Something like.
Item1
-----------------
Header Title
Item2