Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
Locked columns can only be on one side of the Grid. In Kendo Grid, is it possible to have locked columns on the left and right side. For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
Locked columns can only be on one side of the Grid. In Kendo Grid, is it possible to have locked columns on the left and right side. For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
You have a private Nuget feed for the KendoUI Professional packages. The package in that feed doesn't contain the typescript definitions. However, if I download the *.zip version of the KendoUI Professional from the "Your Account" area of the web site, it contains the TypeScript definitions. Please add the TypeScript definitions to the NuGet package.
Reopen from http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/10600184-grid-in-combobox Details about this widget were described in user comments.
A TreeView in ComboBox would be most helpful as both a stand-alone control and when editing within the Grid. something like this: http://www.brad-smith.info/blog/archives/193 (example from .NET Windows forms world) * Used for relative small tree data structure. * User may select one (many) item(s), without _loosing context_ (no interrupting dialog box, 'flat' interface). * User may accept selection by click on item, or pressing 'enter'. * User may cancel (hide) popup when click outside control/popup (ie in another control, that received focus) or pressing escape - like in combobox/dropdown. * It will be nice if user can select items using keyboard arrows. * After opening popup or selecting item, widget still has focus * When user types in combo (with open popup), data should be filtered. * No additional 'ok' or 'cancel' buttons to accept/dismiss selection.
Can you start to support jQuery 3.x.
If we need to run some code in all of views, there is no way to do it besides add the call to each and every view in the project. In a large scale project that might have 100 views in many seperate folders and sub folders - this become a nightmare. You should add the ability to add a generic event to all the views (kind of a "base class" for view) or by implementing the attached event via the application definition [var app = new kendo.mobile.Application()...] Thanks, ilan.
As mentioned here: http://www.telerik.com/forums/please-make-apis-used-in-your-sample-projects-official-public you make use of kendo.date and kendo.timezone in your examples. It would be nice to know a bit more about those. And to have them available in typescript.
Posted this bug here: http://stackoverflow.com/questions/39412559/kendo-ui-colorpicker-validation-bug-for-hex-colors Below the copy: The Kendo UI color picker control allows entering HEX value manually. But is has a bug: if you try to enter #123XXX, you will see then #112233 The reason is the Kendo UI color picker parses the first part of the color #123 (which is a correct short form) and ignores the rest XXX symbols (which are not valid HEX symbols) If you try another case: enter #XXX123, you will see the validation error (HEX value will be highlighted with red). I need to validate correctly both cases and show the validation error. But I can not find a way to add custom validation to this control. Question: do you know how to work around this bug and make Kendo UI color picker control fail on validating values like #123XXX, #ADCXYZ, #19BW00 instead of cutting off the last 3 symbols and interpret the first 3 as a short HEX form?
Currently there is no possibility to use messages file to work with loaders. Because of check if widget exists.
Ability to show a circle on a map to encompass a specified number of miles/km from a point. This is different from the Bubble layer as it will keep the radius in miles/km when zooming in/out
https://www.pioneeroutsourcing.com/accounting-and-book-keeping.html : Bookkeeping services are outsourced by most business https://www.pioneeroutsourcing.com/payroll-accounting.html : organizations today. Many applications and these services are the https://www.pioneeroutsourcing.com/client-data-security-and-controls.html : benefits of outsourcing. Outsourcing bookkeeping services is, why has become an integral part of all of the company are described in this article. Bookkeeping is referred to as the recording of financial transactions. This is, sales, profit, purchase, contains the transactions related to the receipt and payment. https://www.pioneeroutsourcing.com/gaap-accounting.html
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.
So that the dates are still visible when a user scrolls down through the resources.
Implement some dialog windows for simple creating users and roles. Also it essential to create login widget with managing users like asp.net empty project
Export to Excel for a lot of data using configurable page size and configurable maximum rows excel: { allPages: true, pageSize: 500, maximumRows: 5000 },
Currently localization supports only for kendo controls, but I need it will support for entire page
Menu, ContextMenu, TabStrip, PanelBar, Splitter have append, insertAfter and insertBefore methods. kendoToolBar has only add, so there is no way to insert new command after/before other command. Please add methods insertAfter and insertBefore to the kendo.ui.ToolBar widget. Related forum post: http://www.telerik.com/forums/insert-item-at-the-beginning
Being able to trigger actions in other modules of one application is important. Also, good design principles dictate that tight coupling of modules is not good. In order to allow various modules to communicate with each other some sort of pub/sub or event routing framework should be implemented. The Observable class is can be used as a starting point. This new class should be tied to the presence of a DOM element. This should be similar to how AngularJS handles events with $broadcast, $emit, and $on. This could also be similar to the schemes describe in the below links: https://keestalkstech.com/2016/03/strongly-typed-event-handlers-in-typescript-part-1/ http://www.wintellect.com/devcenter/jlikness/building-a-javascript-event-aggregator-using-typescript