Hi
I'm trying to add some spacing between the pie pieces in a pie chart. I can achieve this by using the ExplodeField property and setting true on all the series items. However i would like to have the spacing between the pieces a bit smaller, is this possible?
Also i would like to be able to set stroke color and width of the pieces. I cant find any info on how to achieve this in the documentation.
See attached image on what i'm trying to do. I have fiddled with the rendered html in dev tools.
Thanks in advance!

Hi, I have a grid with a nullable TimeSpan column. When exporting to Excel the format shows as 09:02:39. I'd like it just to be 09:02. In OnExcelBeforeExport I have args.Columns[3].NumberFormat = BuiltInNumberFormats.GetHourMinuteAMPM(); but it has no effect. Should it?

I have the following buttons
When I press enter nothing happens
<DialogButtons>
<TelerikButton OnClick="@(() => { IsModalVisible = false; })">Cancel</TelerikButton>
<TelerikButton OnClick="@(() => { IsModalVisible = false; CreateTrade();})" ButtonType="ButtonType.Submit" ThemeColor="@ThemeConstants.Button.ThemeColor.Primary">Create Trade</TelerikButton>
</DialogButtons>

How can I download a Telerik SVG icon and use it in my manifest file?
I have created a shortcut menu and would like to use the following icons on the menu items
k-i-eye, k-i-track-changes-accept, trade k-i-file-add.
I know how to use the Telerik icons in code. But for this I need to have them in www/images

Is there a way to enable an email button on the Viewer control? A client of ours was asking.
Thank you!


Hi
Im using the OnRead event to display data in the autocomplete which works fine as expected for remote data.
What I want to do is display the drop down when the application starts to show some local search results without typing in any text. The OnRead event does fire as it should when the component init runs and ive confirmed the data collection has data in it but the dropdown doesnt open up to show any data unless some text is entered.
Is what im wanting to do possible please?
Phil
<GridToolBarTemplate>
<div class="container-fluid">
<div class="row">
<div class="col-6">
My stuff on the left
</div>
<div class="col-6 text-end">
My stuff on the right
</div>
</div>
</div>
</GridToolBarTemplate>