Hello Team,
I would like to request functionality in the Kendo UI for Angular PDFViewer such that it would allow the component to support fillable inputs.
Hi,
Please provide more shapes or an option to change the default pointer shape of the Linear gauge. Currently, the supported shapes are arrow and barIndicator:
https://www.telerik.com/kendo-angular-ui/components/gauges/api/LinearPointerShape/
But many use cases require different pointer shapes.
Please provide a sidebar with content thumbnails similar to the one available in PDF.js:
https://mozilla.github.io/pdf.js/web/viewer.html
Since the itemLookup as the selectedKeys works with index and is not able to search the tree by a key value, which in my opinion is really a must-have feature for the tree.
It would be by far easier if we could have a method findParentsByKey and findParentItemsByKey and define a key and values and get the full results.
Like for example
findParentsByKey(id, 123) - this could return an array of objects of the key/values of the parents of the node with id: 123.
findParentItemsByKey(id, 123) - return only the parent nodes (only those with children), an array of objects with the key/values of each parent item.
Hi,
The cell template would be a good addition to the PivotGrid component allowing developers to customize the cell content.
Thank you for your consideration.
Hello,
I would like to request a way to have the selected/unselected column menu sorted separately from the table's columns.
Here is our table which demonstrates the current behavior.
When first rendered on the page:
After re-arranging the columns:
However, it'd be nice to have the column menu sorted separately from the table's columns. Thank you.
Hello ,
Kindly Have issue with stacked bar when try to draw two items in chart with specified with as the below
<kendo-chart-series>
<kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[97]">
</kendo-chart-series-item>
<kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[7]">
</kendo-chart-series-item>
</kendo-chart-series>
Hi,
Please add an expression preview property like the one in Kendo UI for jQuery:
https://docs.telerik.com/kendo-ui/controls/filter/expressionpreview
Hello,
we are searching for two components that we don’t find in your ANGULAR Library.
These components are:
I have attached some print screens for existing components on the market...
Could you please check if there are any future/planned developments concerning these two components with Telerik?
Thank you in advance…
Hi,
It will be a nice feature to have the ability to customize the drag hint of the built-in row reordering similar to the hintTemplate.
Hi, Team!
I would like to have a designated component in the Kendo UI for Angular suite that would provide built-in syntax highlighting and code editing experience for popular programming languages.
Similar to the WPF SyntaxEditor: https://www.telerik.com/products/wpf/syntaxeditor.aspx
Hello, Team!
I would like to have a timeline view with custom number of days/weeks.
We are exporting an Excel from a treelist -> there are merged cells, and the table has lots of rows (~20k).
It's taking forever (it's unusable) and the reason is that there is an O(N^2) bug in the toXML function: each row adds a merged cell range, and the mergedCells array is scanned linearly for every new row.
I was able to fix this by adding a mergedCells hash (I would be happy to create a pull request).
Also, as a related issue, it would be nice to be able to change the compression level on the generated zip file, because the default again takes forever for large enough files.
Ability to customize the fields control of the FilterExressions:
Currently, there is no easy way to add attributes to the <li>
elements of the ContextMenu items. It will be a nice addition, which will allow additional customization of the list items.