Hi!
I migrated from Listview to Collectionview and I have 2 problems.
Can you help me?
1- Is it possible to hide the group indicator?
2- This blank space appears at the end of the layout. In the Listview everything is ok, but in the CollectionView I couldn't identify it. Do you know what it could be?
In Monthview, when click on "..." more option then redirect to day view with this date.
i want to handle click on more option. Please let me know how can i do that
Hi Team,
The following issue exists in IOS.
I have a page where using RadTabView, Initially when opened the page we show 4 tabs by default and the 5th one is hidden, on a button click we do IsVisible = true & IsSelected = true for the 5th tab, but the 5th tab is not getting visible in IOS whereas it is getting selected (tab name is highlighting which indicates that it is selected).
For the first 4 tabs also we are binding the IsVisible with one property, If we hide that while making the 5th tab visible then the 5th tab is being visible.
The same code works fine in IOS.
Thanks,
Mohammed Rameez Raza (Rameez).
Hello,
Using .NET MAUI to develop a Windows desktop application.
I have a page where a RadDataGrid gets populated with a list of items.
The columns are:
Column 1 = telerik:DataGridTextColumn
Column 2= telerik:RadNumericInput (usingtelerik:DataGridTemplateColumn)
My client reported an overlooked issue, and I confirm that when using "tab" to go to the next editable cell, which in my case is the next row, it does NOT follow the sequence of the items...
Example:
Clicked on the first item to focus, from item/row 1 goes to 2, then 3 (so far so good) but all the sudden the next focus goes all the way to item/row 11 or something then after that seems to follow a random order which defeats the purpose of using the tab functionality.
For clarification, I am using enter as 'Tab' by implementing a style to the telerik:RadEntry with a
"<Setter Property="ReturnType" Value="Next" />". However, the same behavior happens using the 'Tab' key.
Video of the issue attached
A fix, observation or any workaround would be greatly appreciated!!
Hi team,
I am wondering how to customize the color of the selection indicator, the small vertical colored bar that appears when an item in the Navigation control is selected.
The current color seems to be the accent color of the device, for example, on Windows, the accent color from the theme Windows customization.
I tried to change the BackgroundColor on the NavigationViewItemView, but that doesn't work for the small indicator.
In your project sample, the small menu where you can select "First look," "Configuration," etc., is built with a telerik:NonVirtualizedItemsControl.
And this control have that style targetted telerik:NonVirtualizedItemsControlItemContainer
<Style x:Key="SelectedManagerMenuItemStyle" TargetType="telerik:NonVirtualizedItemsControlItemContainer">
<Setter Property="BackgroundColor" Value="{StaticResource AccentColor8}" />
</Style>
Hi Team,
We are facing the height issue for Sidedrawer maincontent in IOS, as it is showing some space in header and footer for Main Content part and for drawer content part we dont see any space.Could you please look into this issue.
Please find the attached screenshots and document for reference.
Note:Its working fine in Android and the issue in IOS only
Telerik.UI.for.MAUI version:7.0.0
VisualStudio2022: 17.6.4
Thanks
Bhaskar
Hello
Along with Candlestick series most the chart need sub plots like MACDIndicators below main chart
Is there an examples of using more the one Chart , share same axis and sync pan and zoom for both charts ?
thanks
i try to apply localization through resources files to datagrid, but it doesn´t works, i follow all the steps and localization is working for other elements at page, any tip ??
thanks
Hello,
For Financial Charts i.e Candle or OHLC Chart - How to skip plot weekend or no date value in X Axes.
Looks like Telerik uses Datetime continuous axis so it shows weekend where there is no data in financial data series.
Basic need is not show weekend date on charts. How to skip ?
thanks