Telerik Forums
Community Forums Forum
0 answers
166 views

While uploading multiple files in Async due to the slow internet connection it gave connection errors and file uploading failed and asked to retry the file.

Is there any solution to my problem???

1 more thing can I upload multiple files synchronously???

 

0 answers
164 views

Hi team,

I'm using Sparkline option to plot 100% stacked bar graph as it has to be very small to fit in my screen.

But I see the values are not plotted evenly as expected

As in the above snap, the 70% and 20% looks almost similar interval. I'm attaching the code below. Kindly help me how to handle this.

<Sparkline type="bar" style={{ cursor: 'pointer', margin: '-10px 0px 0px 9px' }}>
                        <ChartSeries>
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    color: "white",
                                    content: () => "70"
                                }}
                                type="bar"
                                stack={{
                                    type: "100%"
                                }}
                                color="#68D560"
                                data={[70]}
                            />
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    content: () => "20"
                                }}
                                color="#FFC527"
                                type="bar"
                                data={[20]}
                            />
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    color: "white",
                                    content: () => "10"
                                }}
                                color="#EE3124"
                                opacity={0.7}
                                type="bar"
                                data={[10]}
                            /></ChartSeries>
                    </Sparkline>



CSS to adjust width:

.k-sparkline {
        width: 212px !important;
        height: 71px !important;
    }

Nithya
Top achievements
Rank 1
Iron
 asked on 16 Nov 2022
1 answer
120 views

Hello does anyone else have an issue with the latest FiddlerCore 5.0.2 not decoding responses correctly?

It captures HTTPS traffic fine but runing the session.utilDecodeResponse() method returns garbage.

Interestingly the windows app works fine

Any thoughts?

Nick Iliev
Telerik team
 answered on 03 Nov 2022
0 answers
127 views

On November 1, 2022, the OpenSSL Project released OpenSSL version 3.0.7. This release is a security-fix and addresses two "High" severity vulnerabilities, https://www.openssl.org/news/vulnerabilities.html.

Progress has already conducted a thorough review of our products and determined that none of our products are using the impacted version of OpenSSL as shipped and/or deployed. To stay current with the latest information on this topic, please visit https://www.progress.com/security.

Dragan
Top achievements
Rank 1
 asked on 02 Nov 2022
1 answer
137 views

We do have a Kendo Scheduler bound to a remote data source. 

The transport configuration of this scheduler's data source is done using remote urls (for CRUD), and this works perfectly,

On the server side, we make a lot of checks. So if some requirements are missing, Create, Update or event Destroy operations wouldn't pass and user will be shown the meaningful error.

The problem we're facing now is like the following :

For the Destroy action, what kind of response should we send back (from the server) to the scheduler component (in the browser on the client side ) to prevent removal of events in the UI in renderforest mod apk?

We've tried :

  • Sending back HTTP 500 status code
  • Putting an error field in the response and linking it to the schema.error configuration

But events are still removed from the UI, nevertheless the error event is fired. We even use this event to notify errors to end used.

Thank you.

Xamaa
Top achievements
Rank 1
 updated question on 31 Oct 2022
2 answers
120 views

Hi 

Whenever we are importing pdf file to process ,we are getting below error.

Could you please Kindly help Asap.

 

Thanks and Regards,

Bhavya.

0 answers
151 views
Hello. I want to make a store for 20-30 thousand goods. Tell me a platform with good support?
Markus
Top achievements
Rank 1
 asked on 27 Oct 2022
4 answers
1.6K+ views

The latest version of the Visual Studio Preview (17.4 preview 2) has introduced a connection issue with the Telerik NuGet servers.

[Telerik] Failed to retrieve metadata from source 'https://nuget.telerik.com/v3/search?q=&skip=0&take=26&prerelease=false&supportedFramework=.NETFramework,Version=v4.8&semVerLevel=2.0.0'.
  An error occurred while sending the request.
  The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
  The remote certificate is invalid according to the validation procedure.

The feed is still working on the same machine using Visual Studio 2022 17.3.4.

Scott
Top achievements
Rank 1
Veteran
 answered on 14 Oct 2022
1 answer
401 views

How can I get the number of seconds between NOW() and also a date in the database? I am following this article here to get a better idea about the concept of the date difference in SQL but am unable to understand it in a good way can someone here please guide me?

Thanks in advance!

Wissam
Telerik team
 answered on 29 Sep 2022
0 answers
123 views

Using the trial version.

I have a grid in my application that is structured like this.

            <telerikGrid:RadDataGrid x:Name="SearchGrid" 

                                            ItemsSource="{x:Bind ViewModel.Results, Mode=TwoWay }"
                                             AutoGenerateColumns="False"
                                             RowHeight="25"
                                             SelectionMode="Single"
                                             SelectionUnit="Row"
                                             UserGroupMode="Disabled"
                                             ScrollViewer.VerticalScrollBarVisibility="Auto"
                                             ScrollViewer.HorizontalScrollBarVisibility="Auto">
                <telerikGrid:RadDataGrid.Columns>
                    <telerikGrid:DataGridTextColumn PropertyName="_BoClientId" Header="BO Client ID" Width="25"/>
                    <telerikGrid:DataGridTextColumn PropertyName="_BOName" Header="BO Name" Width="80"/>
                </telerikGrid:RadDataGrid.Columns>
            </telerikGrid:RadDataGrid>

When I load the Results ObservableCollection with 1000 or so rows it handles quickly. However, when I do several thousand (in my test about 8200) its very slow and takes several seconds to even select a different row. The demo takes a different approach and binds in this fashion:

ItemsSource="{Binding Data, Source={StaticResource Model}}"

When I try that no data appears at all. I modified the demo to display 24K+ rows and its handles very quickly

What am I doing wrong?

Thanks

Carl

 

 

Carl
Top achievements
Rank 1
 asked on 28 Sep 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?