Hi
I have a Datagrid and on double click on an row a detail view for this row is loaded. And when clicking the back button the datagrid view is loaded again. The Viewmodel behind the datagrid is a singleton, so the data is still there.
Now what I want is to preserve the filters of the grid so that a user can set a filter, double click an entry, click the back button and has the filter still set and the data still filtered.
Its a bit tricky but i can do that with Text- and DateTimeFilters by saving the Datagrids Filterdescriptors in the Viewmodel in the OnNavigatedFrom event and setting a cloned version of them in the OnNavigatedTo Event.
But I see no possibility for DistinctValueFilterDescriptors because the actual Data is set in the filter.
Is there a better way to save and load the filter state of a grid?
Hi guys!
I would like to customize as much as possible this wonderful control that is the TimeBar.
At the very least I would like to be able to change the color of the blue thumb handles:
- if possible, I would like to change t only for my current page, not system-wide
- if possible, I would like to find a way to style any control in Telerik in the same manner
My question might be too large in scope, but if you could help me style this control for my current page it would be greatly appreciated, I cannot find anywhere the items that are customizable in the RadTimeBar docs. p.s. the TimeBar tag doesn't exist in this forum neither in the choices below my post. Thanks!!
Hi,
how can I auto scale the chart on the Y axis when the plotted area changes? I couldn't find it anywhere in the doc. Thank you!
Hi,
If I create RadNumericBox like that:
<input:RadNumericBox ValueFormat="{}{0:f1}" Value="3.6"/>
than I'll see 3.6 displayed, as expected.
However, if I press up-arrow, and then down-arrow, then in edit mode, the control will display
3.5999999999999996
How can I turn off the bar animation for FeaturedMeasure? I am updating the value and the animation fills the bar each time. I would prefer for the value to just change or the animation starts at the last value being displayed, not starting from the beginning each time.
Turning off all animations would be acceptable also.
I wanted to try your components for .NET MAUI & WINUI.
I was able to make the MAUI demo work.
I can't find the Telerik.WinUI.Controls.Trial NUGet package for the WINUI demo.
Thank you.
We upgraded our telerik packages from version 16.2.22.914 to 17.0.23.118 and now we're getting this error when adding Telerik resource dictionaries to our application, I can't figure out what to change to make this work.
Packages:
Telerik.Reporting
Telerik.Reporting.Services.AspNetCore
Telerik.Reporting.Services.WebServiceDataSource
Telerik.Reporting.Services.HttpClient
Telerik.ReportViewer.WinUI
Telerik.WebReportDesigner.Services
In the screenshot below, Resources is referring to App.Resources