Silviya Boteva

Results 17 issues of Silviya Boteva

**Dependencies** **Component options for ListBox** ```ts enum ListBoxSize { small, medium, large }; class ListBox { size: (null | ListBoxSize) = ListBoxSize.medium; } ``` **Rendering** * [ ] Rendering **ListBox**...

Enhancement
C:Listbox
area:component options

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...

docs

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...

Enhancement
C:Editor
FW:React

**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**...

Enhancement
C:Toolbar
FP: Planned
area:component options

**Dependencies** **Component options for PdfViewer** ```ts enum PdfViewerSize { small, medium, large }; class PdfViewer { size: (null | PdfViewerSize) = PdfViewerSize.medium; } ``` **Rendering** * [ ] Rendering **PdfViewer**...

Enhancement
C:PdfViewer
area:component options

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...

bug
pkg:layout

### Problem Look at the images below. The styling of the first level of the context menu is different in React ContextMenu component: ![image](https://user-images.githubusercontent.com/17604855/70515006-456dcc00-1b3d-11ea-9cb5-de338936706a.png) ![image](https://user-images.githubusercontent.com/17604855/70515128-7e0da580-1b3d-11ea-84ac-a1e1dc69bd0c.png) ![image](https://user-images.githubusercontent.com/17604855/70515160-8bc32b00-1b3d-11ea-8ead-67bf0bf152cb.png) For reference: https://www.telerik.com/kendo-react-ui/components/layout/menu/context-menu/ ###...

enhancement

**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...

Enhancement
C:Window
area:component options

**Dependencies** **Component options for Dialog** ```ts ``` **Rendering** * [ ] Rendering **Dialog** ```html ``` **Deliverables** * [ ] Implement component options. * [ ] Create JSON structure * [...

Enhancement
C:Dialog
area:component options

## 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...

Bug
pkg:Grid
SEV: Medium
KendoReact