Telerik Forums
UI for Universal Windows Platform Forum
0 answers
91 views

Hello everybody. I'm not much of a computer expert so I ask you for immense help. I explain you: I am on a website where I have to answer questions by checking the True or False box. on fiddler I set the breakpoints before the response. then I analyze the response. if the response is correct (based on my choice), I deactivate the beakpointn and go ahead with the correct answer. if the response is wrong I would like to modify the response so that it is correct, or divert / redirect / destroy the wrong response so that the error is not reported to me and consequently I can modify my choice. I hope I explained myself

Pippo
Top achievements
Rank 1
 asked on 29 Jun 2022
1 answer
196 views
Is it as simple as Telerik UI for Xamarin includes Telerik UI for UWP?
Didi
Telerik team
 updated answer on 16 Aug 2021
2 answers
240 views

Hello,

I'm actually building an app in UWP which has for objective to convert a xls(x) file into a sécurisé pdf file. To make that conversion, one of the step I need (and made) was the conversion from a RaadSpreadsheet.Workbook into a DataTable via the wonderful tool you provide, DataTableFormatProvider.Export()

It does wonder until I was recently given a sample xls with some filter in it. And during the conversion, I've received an error concerning the wrong datatype (ListDictionaryInternal) in place of string. I understand where the error come from and I understand that I just need to get rid of theses excel filter (or to ignore them during conversion but I was unable to find how.

Right now, I'm thinking about converting by myself each spreadsheet row/cell into datatable row/cell one by one but I still want to know if there is an option to the formatage to ignore this type of data ?

Or maybe is there a way to delete/clear theses ListDictionaryInternal from the spreadsheet ? (btw, I've tried deleting the row but it seems like the filter is pasted onto the document even if it is not visible)

 

I would appreciate any help. Thank in advance :)

Serge
Top achievements
Rank 1
Iron
 answered on 28 Jun 2021
0 answers
78 views
nice to know you all
Bianca
Top achievements
Rank 1
 asked on 14 Jan 2021
2 answers
2.4K+ views

Steps to replicate:

1. run VS 2019 v

2. create a new UWP project using VB.NET

3.  prompt appears for login credentials? (see attached image)

Error is listed:

"Failed to download package 'Microsoft.Net.UWPCoreRuntimeSdk.2.2.9' from 'https://api.nuget.org/v3-flatcontainer/microsoft.net.uwpcorerutimesdk/2.2.9/microsoft.net.uwpcoreruntimesdk.2.2.9.nupkg'.  The ServicePointManager does not support proxies with https scheme."

What/where are this credentials??  (they aren't my telerik account credentials, that much I know)

Cheers, Rob.

 

Rob A.
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 23 Oct 2020
7 answers
767 views
How to change the "No Data" message that is displayed by default when there are no items to display in the RadListView?
Lance | Manager Technical Support
Telerik team
 answered on 06 Aug 2020
3 answers
104 views

I have become increasingly disappointed with Telerik's investment in all things related to UWP development.  UWP enhancements have been essentially stagnant for months!  The ImageControl, support for PDF documents, and porting of the many control categories that are part of the WPF solution like the Designer control have not inched forward even slightly.

It is clear that Telerik is investing in cross platform.  My customers, the majority of which are large corporations all have major UWP initiatives under way that will be coming to fruition by the end of this year.  I have not been able to support their efforts with Telerik components, but have been forced to introduce competing products.  As a result, by the end of this year Telerik's position in the market place with respect to UWP will be very compromised.

Unless there a is a significant, immediate and highly visible adjustment in course on the part of Telerik with respect to UWP, my customers will be moving away from Teleirk components because there is nothing I can offer them that is comparable to the competition.

Some time ago I asked why the Designer components were released as a Windows 8 app and never made available as a component to developers effectively placing Telerik in the position of competing with its developers.  Telerik's response was less than opaque.  I've since figured out why that was the case.  Moving into the "Builder Tool" solution space might seem like a good idea, but it will be at the expense of customers like myself and those that I support who expect library components with source code.  I need the Designer source code working on UWP.  I need the ImageControl and its source for UWP.  I need PDF processing support for UWP.  I need all of the current Universal Windows controls working on UWP.  I need to start seeing WPF controls that do not overlapping with native UWP controls to start being issued as beta controls on UWP.  If that doesn't happen over the next few months I will need to move away from Telerik.

I've been a customer for quite some time.  You should consider carefully the long term ramifications of losing customers like myself.  Maybe I've got it wrong and UWP will be a dud.  Maybe I've got it right, in which case Telerik will lose a slue of corporate customers by the end of this year and find it very hard to get back in the UWP game.  UWP is MOBILE, UWP is IOT, UWP is Desktop, UWP is tablets, UWP is gaming consoles and soon UWP will even be in the cloud.  Is that not the definition of cross platform?

Yana
Telerik team
 answered on 20 May 2020
2 answers
193 views

Hi,

I have developed a UWP app which is working fine on my computer (x86 Architecture). The application should be run on a Raspberry PI3. I have moved from the the standard datagrid to using the RadDataGrid.

When I now want to build my app against the ARM architecture I get an error message: 'DataGridxxxx is not a member of xxxxControl'.

Is Telerik UI for UWP compatible with ARM? If not I need to revert to using the standard datagrid.

Bart
Top achievements
Rank 1
 answered on 17 Feb 2020
3 answers
241 views

I'm using WPF to create an application that will using drag and drop elements from a large image.  For example I have a image of a panel and I want to be able to drag and drop sections of the image over to another image and drop it.  This action will trigger some underlying work.

I'm not really sure of the best way to do this with WPF and/or if there are any helpful Telerik UI WPF controls that will make this process easier.  My thought is:

1.  Sub divide my main large image into smaller individual images.

2.  Organize the smaller images using a control (here is where I'm not really sure what control to use) such that they can position next to each other making up what would appear to be a single "seamless" large image (kinda like a completed jigsaw puzzle but all the pieces are rectangular).

3.  User can drag and drop the image onto another image (which would be sub divided also), this would then trigger some internal process on the drop.

OR 

...is there some more refined/better approach where all I need to do is define hotspots for a single image and do a drag/drop operation that uses the defined hotspot area/coordinates?

Thoughts?

Cheers, Rob.

Martin Ivanov
Telerik team
 answered on 09 Jan 2020
3 answers
131 views

Hello,

I was somewhat puzzled by the relatively short list of controls Telerik provide for UWP desktop apps 21 vs. the list of controls for WPF which is 92 (or so).

Was the list of controls restricted because of interchangeability with other platforms?

Cheers, Rob.

Yana
Telerik team
 answered on 16 Dec 2019
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?