Telerik Forums
UI for WPF Forum
1 answer
126 views

Hi,

We using the Telerik Map component for a production use. The used provider is OpenStreetMap.
A customer contacted us with an issue. He was using Sophos proxy/OpenVPN at his company but he is the only one in the company to have the problem.
No explicit rules are set on the Sophos admin console.
But the problem is not here, explainations:

I took remote control of his PC to see the problem. After a few tries, the tiles on the map were still displayed out of order like a jigsaw puzzle.
I installed Fiddler 4 to see what was going on and if it was a bad request or something else.
My big surprise was that by using Fiddler, the map problem disappeared! Reversely, when quitting the application, the map problem reappeared.

I guess using Fiddler allows the map to time out and allows the map to display correctly.
My customer using a racing machine. All its configuration can be seen in the attachment files.

Do you have a workaround for that?

Thanks in advance for your reply.

Best regards.

Fabien.

Stenly
Telerik team
 answered on 19 Jan 2022
2 answers
146 views

Hi,

I got from the user Location = {90, -12.516352000000095}

and when I try to create the Provider I get an exception that "'∞' is not a valid value for property 'Height'."

At any other point, everything works properly.

I would be happy if you could help me, 

Thanks.

 

<telerik:RadMap
                                                                x:Name="map"
                                                                Center="{Binding PinLocation}"
                                                                CommandBarVisibility="Collapsed"
                                                                IsKeyboardNavigationEnabled="False"
                                                                Loaded="Map_OnLoaded_RefreshProvider"
                                                                MiniMapExpanderVisibility="Collapsed"
                                                                MouseClickMode="SelectItem"
                                                                MouseDoubleClickMode="None"
                                                                MouseDragMode="None"
                                                                MouseLocationIndicatorVisibility="Collapsed"
                                                                MouseWheelMode="ZoomToCenter"
                                                                NavigationVisibility="Collapsed"
                                                                ScaleVisibility="Collapsed"
                                                                UseSpringAnimations="False"
                                                                ZoomBarVisibility="Collapsed"
                                                                ZoomLevel="16">

                                                                <telerik:InformationLayer>
                                                                    <telerik:Pushpin
                                                                        telerik:MapLayer.Location="{Binding PinLocation}"
                                                                        Cursor="Hand"
                                                                        Style="{StaticResource MapPushpinStyle}" />
                                                                </telerik:InformationLayer>
                                                            </telerik:RadMap>

 

  private void Map_OnLoaded_RefreshProvider(object sender, RoutedEventArgs e)
        {
            if (sender is RadMap map)
            {
                map.Language = XmlLanguage.GetLanguage(CultureInfo.DefaultThreadCurrentCulture.Name);
                map.Provider = MapProviderFactory.Create();
            }
        }

* If I change map,Provider to:

map.Provider = new BingRestMapProvider(MapMode.Aerial, true, "key");

I will get the same exception.

 

Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 19 Jan 2022
1 answer
180 views

Hello, 

I have a checkbox in a Telerik GridViewDataColumn with its IsChecked binding set to a data source that could be 1, 0, or Null.

When the value of the data element is 1, it displays a check.

When the value of the data element is 0, it displays an unchecked checkbox.

But when the value of the data element is Null, it displays an X. That's an issue.

How can I change the display to also show an unchecked checkbox when the value is Null? (It needs to look the same way that it looks when the data element value is 0)

Thank you!

Martin Ivanov
Telerik team
 answered on 18 Jan 2022
1 answer
117 views
I am currently trying to build a data service currently using .net core 5 and plan to use the RadDataServiceDataSource tool to connect the front end. While setting it up, I noticed that WCF Data Services are deprecated and Microsoft says to use Restier. Is this compatible with your tools? Also, if it is, is there any working examples of this?
Martin Ivanov
Telerik team
 answered on 18 Jan 2022
1 answer
426 views

I've noticed in the Auto Complete Box if you type a selection (or paste) and then left mouse click off the control the Selected Item will not be populated.

If I type (or paste) a selection and hit the "tab" key it will select the item.

How can I select the item when the user left mouse clicks off the control?

I can easily duplicate this with the "Auto Complete Box | First Look" from the WPF Controls Example.

See the attached pics.

The first example I typed "Respect" into the autocomplete box for Best Music Hit.  I hit the Tab button and the data populated.

The second example I typed "Respect" into the autocomplete box for Best Music Hit.  I then left mouse clicked outside of that control and the data does not populate.

Please advise.

Stenly
Telerik team
 answered on 18 Jan 2022
1 answer
94 views

Hi,

on the Telerik website the following documentation can be found about Column Groups:

(figure 5 is not included here since it was not necessary)

I don't want the RadGridView to duplicate the column group once the FrozenColumnSplitter has been moved to the first column.
In my case I only have one column group, and I don't want it duplicated if the Frozen Column splitter is moved:

Do you know how I can change this?
Thanks!

Stenly
Telerik team
 answered on 18 Jan 2022
1 answer
185 views

Hi

I want to ask if there is any option to make QueryableEntityCoreCollectionView perform in backgroud with showing some loading icon on grid, cause it has slow performance for loading large DB table?

UI is not responding while loading. With pagging it is better, but we whould like to not use pagging. I was testing QueryableEntityCoreCollectionView on MVVM example: https://docs.telerik.com/devtools/wpf/controls/radentityframeworkcoredatasource/entityframeworkcore-mvvm-usage

Thanks  

BR

Peter

Dilyan Traykov
Telerik team
 answered on 18 Jan 2022
1 answer
109 views

Can I link between Connection and Connection?

If it possible, tell me please,,,

 

Dilyan Traykov
Telerik team
 answered on 17 Jan 2022
1 answer
400 views

hello.

I used the scroll synchronization function in two gridviews through the linked example.
https://www.telerik.com/forums/scrolling-two-grids-f949e02b84ab

Since this is an old version, the ShowSearchPanel property does not exist.

If I put a SearchPanel in "PART_VerticalScrollBar", two objects appear.

When SearchPanel=true, the first is the VerticalScrollBar of SearchPanel, and the second is the VerticalScrollBar of the GridView.

When SearchPanel=false, only VerticalScrollBar of GridView is displayed.

How can I identify the "PART_VerticalScrollBar" of the GridView when the user uses the SearchPanel as a variable? I guess you shouldn't use "LastOrDefault".

Thanks.

Martin Ivanov
Telerik team
 answered on 14 Jan 2022
2 answers
220 views
Hello. How to make the field fill the width of the container and not stretch to fit the text. Two pictures in the attachment. In the second image, the PropertyGrid extends outside the container. 
Stenly
Telerik team
 answered on 14 Jan 2022
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?