Hello, I'm apologize for my poor English.
The StockChartValueAxis format is set to {$0.0}, but I want to change it to {0} integer form.
What should I do?
Hi,
I've noticed a problem with the Grid when using grouping as well as grid row drag and drop functionality.
If both are enabled, the group headers don't span the entire width of the grid. The rendered data cell that represents the group header gets a colspan attribute that is 1 below the desired number. For example, if my Grid has grouping enabled and has 2 GridColums and 1 GridCheckboxColumn, the colspan should be 4 (see first attachment), which is correct.
But, when I also enable the drag and drop functionality (using RowDraggable), the computed colspan is still 4, even though it should be scaled up to 5 (see second attachment).
Is there any way we can override this behaviour, or is there any other work-around?
Kind regards,
Diederik
Hello, I apologize for my poor English.
I'm trying to develop the stock chart. The categories of all stock charts in the demo are date format, but what I want is int format.
I'd like to make the weekly count a chart. Therefore, my category data is a number from 1 to 53.
The current page is as follow.
Data represented as 09:00:00.fff is actually a number between 1 and 53.
Also, I would like to express the valueaxis expressed in {$0.0} as an integer.
How can I use the int type in category data?
As per subject, we need to use the StockChartNavigator but we don't want to use StockChart.
We basically just want to have that kind of component to be able to select a range between dates.
We could even fit it with a simple data serie if it's needed, but we don't want to use it within a stock chart
Is it possible?
An alternative is the RangeSlider but we'd prefer the graphical aspect of the StockChartNavigat and in case use it binding its range to display non-stock charts
Thanks
Our pipelines are failing:
The nuget command failed with exit code(1) and error(Failed to retrieve information about 'Telerik.UI.for.Blazor' from remote source 'https://nuget.telerik.com/v3/package/telerik.ui.for.blazor/index.json'. The HTTP request to 'GET https://nuget.telerik.com/v3/package/telerik.ui.for.blazor/index.json' has timed out after 100000ms.
Hi.
Trying to use virtualization in the Combobox with a remote data source, but the DataSourceRequest.Page in OnRead is always 0.
How to fix that?
Hi
I have a question about the Upload Component. Is it possible to Upload without using a controller? I have a referenced dll that can handle the Data and pass also the Files directly, without going through a controller?!
Is there a way to achieve this?
Thanks in Advance
Best Regards
Besir
Hi,
is it posssible to add an image or razor component to each of the DropDown or ComboBox list items?
And if so how?
Thanks.
I am using latest, edge, chrome and firefox
If I enable navigation in the grid, page up/down stops to work.
I can navigate the cells with the arrows keys, but unable to move up / down page by page.
So for now I have disabled navigation.
I can't find a 'k' class to make my TelerikButton look like the Bootstrap "danger" button. And if I use 'btn btn-danger' for the Class property of my TelerikButton that doesnt work either.
Is there a "k" class to do this or do I need to clear out the built in TelerikButton style somehow and write my own?