telerikCommon:RadLineSegment - is not working

1 Answer 81 Views
Path
Daniel
Top achievements
Rank 1
Silver
Bronze
Daniel asked on 22 Mar 2022, 02:21 PM

Hi,

From link: https://docs.telerik.com/devtools/maui/controls/path/geometry-structure

Is not working

 


<telerikPrimitives:RadPath x:Name="simpleLinePath"
                           StrokeThickness="4"
                           Stroke="#2EC262">
    <telerikCommon:RadPathGeometry>
        <telerikCommon:RadPathFigure StartPoint="0.8, 0.1">
            <telerikCommon:RadLineSegment Point="0.1, 0.8" />
        </telerikCommon:RadPathFigure>
    </telerikCommon:RadPathGeometry>
</telerikPrimitives:RadPath>

 

1 Answer, 1 is accepted

Sort by
0
Lance | Senior Manager Technical Support
Telerik team
answered on 22 Mar 2022, 03:37 PM

Hello Daniel,

I have created a bug report => Exception Thrown for RadPath (telerik.com). I have no workaround for you at this time.

If you would like to be notified when this is fixed, please subscribe to the Bug Report by clicking the "Follow" button:

In the future, when opening a forum post, bug report or ticket, please share the critical information that pertains to the problem so that I can be more thorough with opening a Bug Report.

  1. Always share the platform target that you got the exception on .
    • For example, I think you're using Windows v19041
  2. If there is an exception, always include the exception's message.
    • this case you should have included a screenshot or copy/paste of the "RadPath cannot be converted to MAUI.View" message
  3. If there is a layout issue, please include the parent elements that are affecting the layout. this will help determine if there are external pressures on the child control.

Regards,
Lance | Manager Technical Support
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Lance | Senior Manager Technical Support
Telerik team
commented on 22 Mar 2022, 04:06 PM

After speaking to the developers, this is happening because of a bug in .NET MAUI. I have a solution/workaround for you, please visit the linked Bug Report for the explanation
Tags
Path
Asked by
Daniel
Top achievements
Rank 1
Silver
Bronze
Answers by
Lance | Senior Manager Technical Support
Telerik team
Share this question
or