Hello, I am having a difficult time adjusting the master-detail grid properties to always show on the page.
I am using a splitter orientation=horizontal (with left and right splitter panes). Within the right splitter pane, I have a master-detail grid which has 22 columns to show. I ran into a problem where the grid disappeared if the column count was 22 and resolution was set to 100%. When I started to reduce the resolution to 75%, then the grid was showing OK.
Could you confirm if this is a known issue, so I cant have a master-detail grid with more than 17 columns and a certain resolution set?
I am not sure if the width size of left splitter pane may cause the issue too? I noticed if I expanded the split bar further to the right, up to a certain point, the master-detail grid would also disappear even with the reduced total column count of 17.
Would you have some guidance of the rules to set width size for splitter panes (left and right) and width size of master-detail grid?
Attached are screenshots of my page.
Thank you for your help.

Hi,
I'm trying to create a custom editor template for the scheduler using angularjs. But I'm facing some issues while using ng-model inside the script tag for editor.
I also tried implement a custom editor using a custom directive in Angularjs but on doing so I was able to get the data first time on the editor and when closing the editor and clicking another event for editing I get the same error and even the editor won't display. Can you guys identify what is causing this error ?
Error I'm getting while using ng-model inside script tag for custom editor
How can I overcome this?

Hi,
Is it possible to append the Request Header for the OPTIONS Request Method that happens during the Upload Sequence?
I have done the following, however, it does not affect the OPTIONS request.
1.uploadEventHandler(e: UploadEvent) { 2. e.headers.set('Access-Control-Request-Headers', 'authorization');3. e.headers.append('Authorization', 'Bearer ' + abp.auth.getToken());4. }
Basically, on the initial request for OPTIONS, I need to append "Access-Control-Request-Headers: authorization"
Thanks!
Background: I'm using another file control currently that is working well, however I am transitioning everything over to Kendo. When I try to replace the control with the Kendo Upload, I get the following. Tech is Angular, ASP.NET CORE (ABP actually)
Failed to load http://localhost:22742/File/UploadFiles: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost:4200' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
I was investigating the Keno-menu to replace some bootstrap menus in my Angular 6 application. I went through all the demos but did not see that it supports any sort of click event binding. Do I need to embed an anchor or button in a ng-template to do this?
Unless I was missing something it seems like a pretty basic thing for a menu item to support. I would prefer a declarative method in the Html but if there is some sort of menu event handler that I could add to the component backing the menu that would work
example of what I would have expected :
<kendo-menu>
<kendo-menu-item text="Sign Out" (click)="signOutUser()"></kendo-menu-item>
</kendo-menu>
I have a form where i implemented kendo-dropdownlist with filterable property. sometime popup filter option list remains open in chrome and firefox. And in IE11, it did not open on click.

Hello,
I have angular 5 application with kendo UI 2018.1.117 used in it. I also want to use Jquery UI library in the same application. I realized that Kendo UI ships the JQuery library with it and can be accessed in angular code as kendo.jQuery variable. But my jQuery UI library is not able to use this jQuery instance. If I add Jquery explicitly using as described here https://medium.com/@swarnakishore/how-to-include-and-use-jquery-in-angular-cli-project-592e0fe63176 then Jquery UI component works fine. But then I can see that there are two Jquery libraries in my application which breaks the rich text editor feature of kendo UI. Can someone help me how I can I make jQuery UI make use of kendo.jQuery object ?
Hi Team,
I am using Kendo Angular Gird. I have requirement to display the years in one column. I have as filter option with numeric.
But this numeric option does not have "Contains" as filter option.
Example : 18 given no results, if I give exact match [2018] returns results.
Is it possible to add contains option here on numeric columns?
Thanks,
Sankar

Hi,
I have problem with kendo-intl package, whenever I try to use IntlService or to load locale other than default one my application hangs on start-up without any error in console.
I have also tried to use cldr-data (instead of kendo-intl) but same problem occurred.
Btw, I am using system.js for my project.
Any ideas?

We would like to be able to use the Upload Control with Typescript. But we have a requirement to not do an automatic upload, but to wait until associated form elements are completed.
Our scenario is someone fills out a form, associates the attachments using the control, then the user clicks 'Submit'. This submits the form first. Upon success, it gets the Id for the form record and then assigns that value to the File(s). Then it automatically calls the uploadFiles.
However, we cannot determine how in TypeScript to call the uploadFiles method. Do you have an example we can look at?
Two questions.
1. How to reload/refresh the kendo-grid after update?
2. How to maintain the state (filter/page number, etc...) after the reload/refresh?
