Silviya Boteva
Silviya Boteva
**Dependencies** **Component options for ListBox** ```ts enum ListBoxSize { small, medium, large }; class ListBox { size: (null | ListBoxSize) = ListBoxSize.medium; } ``` **Rendering** * [ ] Rendering **ListBox**...
As of v5 in `docs/components` folder we started documenting the components (options, use-cases, per theme use-cases, etc.) that are collected from the Katana and transferred to the Kendo Themes website...
Aha item - https://progresssoftware.aha.io/features/KUIR-256 Items: - [x] Resize Images using Drag Handles - [ ] Table Wizard Styles Revision - [Aha item](https://progresssoftware.aha.io/features/KUIR-306), [Design Revision](https://github.com/telerik/web-components-ux/issues/664), [Themes Implementation](https://github.com/telerik/kendo-themes-private/issues/42) - [ ] Improved...
**Dependencies** design: https://github.com/telerik/web-components-ux/issues/431 part of: https://github.com/telerik/kendo-themes-private/issues/6 **Component options for Toolbar** ```ts enum ToolbarSize { small, medium, large }; class Toolbar { size: (null | ToolbarSize) = ToolbarSize.medium; } ``` **Rendering**...
**Dependencies** **Component options for PdfViewer** ```ts enum PdfViewerSize { small, medium, large }; class PdfViewer { size: (null | PdfViewerSize) = PdfViewerSize.medium; } ``` **Rendering** * [ ] Rendering **PdfViewer**...
If you change the steps from outside (for example from the Prev/Next buttons of a form), the focus ring should be applied to the current step. The demo that reproduces...
### Problem Look at the images below. The styling of the first level of the context menu is different in React ContextMenu component:    For reference: https://www.telerik.com/kendo-react-ui/components/layout/menu/context-menu/ ###...
**Dependencies** part of: https://github.com/telerik/kendo-themes-private/issues/6 **Component options for Window** ```ts ``` **Rendering** * [ ] Rendering **Window** ```html ``` **Deliverables** * [ ] Implement component options. * [ ] Create JSON...
**Dependencies** **Component options for Dialog** ```ts ``` **Rendering** * [ ] Rendering **Dialog** ```html ``` **Deliverables** * [ ] Implement component options. * [ ] Create JSON structure * [...
## I'm submitting a... * Bug report ## Current behavior While reordering columns in the Kendo Grid, when dragging a column by clicking on the filter icon, the column name...