Quantcast
Channel: Telerik Forums RSS
Viewing all 81499 articles
Browse latest View live

gridview resorting after editing rows

$
0
0

Hi guys,

I've got a telerik rad grid view data bound to a CollectionViewSource with group descriptiors enabled. But it seems that when I edit a cell and then commit it, the row gets shifted to the bottom of the current grouping.

Is there any trick to stop this re-ordering?


A few questions about exporting RadGridView to Excel?

$
0
0
I was getting this error: https://www.telerik.com/support/kb/aspnet-ajax/grid/details/we-found-a-problem-with-this-formula-when-exporting-to-xlsx
But when I did this, then the fields datetime get bad format, and over all, the column DateTime with empty value crashes. So I made this fix.

        protected void RadGrid1_InfrastructureExporting(object sender, GridInfrastructureExportingEventArgs e)
        {
            var table = e.ExportStructure.Tables[0];

            //set the string format for all cells in the sheet if you only have string data or you don't know where issues may come up
            for (var col = 0; col < (sender as RadGrid).MasterTableView.RenderColumns.Length; col++)
            {
                for (var row = 1; row <= table.Rows.Count; row++)
                {
                    var txt = table.Cells[col, row].Text;

                    if (string.IsNullOrEmpty(txt) ||
                        txt.StartsWith("-") ||
                        txt.StartsWith("=") ||
                        txt.StartsWith("(") ||
                        txt.StartsWith("+")
                        )
                        table.Cells[col, row].Format = "@";
                }
            }
        }

fiddler.network.https> HTTPS handshake to (for #4) failed

$
0
0

fiddler.network.https> HTTPS handshake to <site> (for #4) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted

Win32 (SChannel) Native Error Code: 0x80090326

 

For anyone with a problem using HTTPS decryption in Fiddler, the following questions must be answered for me to have any chance of helping you.

  Q1> What version of Fiddler and Windows are you using?
v5.0.20182.28034 for .NET 4.6.1
Built: Wednesday, June 27, 2018

64-bit AMD64, VM: 70.0mb, WS: 140.0mb
.NET 4.7.1 WinNT 10.0.17134.0

  Q2> Which HTTPS protocols are enabled (Tools > Fiddler Options > HTTPS > "Protocols" link at the right.
<client>;tls1.0;tls1.1;tls1.2

  Q3> Which certificate maker are you using? (Tools > Fiddler Options > HTTPS > click "Certificates Generated By")
CertEnroll

Use wildcards (checked).

Current Configuration
Certificate Engine: ˜
ValidFrom: 366 days ago
HashAlg-Root: SHA256
HashAlg-EE: SHA256
ExtraParams-Root:
ExtraParams-EE:

  Q4> What app(s) traffic are you trying to capture? What version? Have you tried a different browser or client? What HTTPS servers are you trying to reach?
Web site: banweb.cos.edu

Chrome Version 74.0.3729.169 (Official Build) (64-bit) - Incognito mode and regular.
FireFox 67.0 (64-bit)

banweb.cos.edu

  Q5> What text appears on Fiddler's Log tab at the point of failure? What, if anything, appears in the client? (You should really allow .log or .txt file attachments)
11:04:48:6783 Fiddler Running...
11:04:48:6783 AutoProxy failed. Disabling for this network.
11:04:48:7251 Windows 8+ AppContainer isolation feature detected.
11:05:13:7295 Assembly 'C:\Users\<user>\AppData\Local\Programs\Fiddler\CertMaker.dll' was not found. Using default Certificate Generator.
11:05:13:7607 /Fiddler.CertMaker> Using .‰+˜ for certificate generation; UseWildcards=True.
11:05:13:8232 /Fiddler.CertMaker> Root Certificate located; private key in container '<key>-c89f-4806-811c-fb7588c06682'
11:05:13:8545 /Fiddler.CertMaker> Invoking CertEnroll for Subject: CN=*.smartscreen.microsoft.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com; Thread's ApartmentState: MTA
11:05:14:4482 [Fiddler] No HTTP request was received from (swi_fc:3256) new client socket, port 54389.
11:05:14:5263 /Fiddler.CertMaker> Finished CertEnroll for 'CN=*.smartscreen.microsoft.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com'. Returning cert
11:05:14:5888 /Fiddler.CertMaker> Invoking CertEnroll for Subject: CN=*.telerik.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com; Thread's ApartmentState: MTA
11:05:14:5888 /Fiddler.CertMaker> Reusing PrivateKey for '*.telerik.com'
11:05:14:9170 /Fiddler.CertMaker> Finished CertEnroll for 'CN=*.telerik.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com'. Returning cert
11:05:15:1201 !SecureClientPipeDirect failed: System.IO.IOException Authentication failed because the remote party has closed the transport stream. for pipe (CN=*.telerik.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com)
11:06:30:0333 [Fiddler] No HTTPS request was received from (svchost:3064) new client socket, port 54397.
11:07:11:7490 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:11:7681 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:2481 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:4461 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:4471 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:4491 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:4491 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:4581 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:16:6531 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:17:1251 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:21:3810 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:21:4000 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:21:5150 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:22:6926 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:22:8596 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:22:8686 fiddler.network.https> HTTPS handshake to <site> (for #94) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:22:8826 fiddler.network.https> HTTPS handshake to <site> (for #95) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:23:0666 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:23:0736 fiddler.network.https> HTTPS handshake to <site> (for #96) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:23:0806 fiddler.network.https> HTTPS handshake to <site> (for #97) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:28:2727 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:28:2747 fiddler.network.https> HTTPS handshake to <site> (for #102) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:28:2797 fiddler.network.https> HTTPS handshake to <site> (for #103) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:28:4797 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:28:4817 fiddler.network.https> HTTPS handshake to <site> (for #104) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:28:4907 fiddler.network.https> HTTPS handshake to <site> (for #105) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:33:5095 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:07:33:5115 fiddler.network.https> HTTPS handshake to <site> (for #106) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:07:33:5175 fiddler.network.https> HTTPS handshake to <site> (for #107) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:08:03:5444 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:08:03:5474 fiddler.network.https> HTTPS handshake to <site> (for #108) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:08:03:5534 fiddler.network.https> HTTPS handshake to <site> (for #109) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:09:03:5922 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:09:03:5942 fiddler.network.https> HTTPS handshake to <site> (for #110) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:09:03:6002 fiddler.network.https> HTTPS handshake to <site> (for #111) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:09:33:9997 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:12:55:6104 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:12:55:6124 fiddler.network.https> HTTPS handshake to <site> (for #114) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:12:55:6204 fiddler.network.https> HTTPS handshake to <site> (for #115) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:12:57:6898 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:12:57:6918 fiddler.network.https> HTTPS handshake to <site> (for #116) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:12:57:6988 fiddler.network.https> HTTPS handshake to <site> (for #117) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:13:11:6394 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:15:30:6904 [Fiddler] No HTTPS request was received from (svchost:3064) new client socket, port 54524.
11:15:30:8311 [Fiddler] No HTTPS request was received from (svchost:3064) new client socket, port 54526.
11:15:30:9561 [Fiddler] No HTTPS request was received from (svchost:3064) new client socket, port 54528.
11:17:57:7664 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:17:57:7704 fiddler.network.https> HTTPS handshake to <site> (for #123) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:17:57:7764 fiddler.network.https> HTTPS handshake to <site> (for #124) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:18:57:8687 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:19:01:0127 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:19:01:1847 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:19:01:1867 fiddler.network.https> HTTPS handshake to <site> (for #5) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:19:01:1927 fiddler.network.https> HTTPS handshake to <site> (for #6) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:19:01:3687 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:19:01:3707 fiddler.network.https> HTTPS handshake to <site> (for #7) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:19:01:3767 fiddler.network.https> HTTPS handshake to <site> (for #8) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:44:6962 AutoProxy failed. Disabling for this network.
11:20:44:6982 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:20:44:7012 fiddler.network.https> HTTPS handshake to <site> (for #1) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:44:7092 fiddler.network.https> HTTPS handshake to <site> (for #2) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:44:9032 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:20:44:9062 fiddler.network.https> HTTPS handshake to <site> (for #3) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:44:9122 fiddler.network.https> HTTPS handshake to <site> (for #4) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:56:8781 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:20:56:8801 fiddler.network.https> HTTPS handshake to <site> (for #4) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:56:8861 fiddler.network.https> HTTPS handshake to <site> (for #5) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:57:0551 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:20:57:0571 fiddler.network.https> HTTPS handshake to <site> (for #6) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:20:57:0631 fiddler.network.https> HTTPS handshake to <site> (for #7) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:02:0798 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:02:0818 fiddler.network.https> HTTPS handshake to <site> (for #8) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:02:0878 fiddler.network.https> HTTPS handshake to <site> (for #9) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:09:5459 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:09:5469 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:09:5599 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:09:5689 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:09:5689 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:13:4588 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:13:4598 fiddler.network.https> HTTPS handshake to <site> (for #4) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:13:4658 fiddler.network.https> HTTPS handshake to <site> (for #5) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:13:6418 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. https://github.com/ssllabs/research/wiki/Long-Handshake-Intolerance
11:21:13:6448 fiddler.network.https> HTTPS handshake to <site> (for #6) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:13:6508 fiddler.network.https> HTTPS handshake to <site> (for #7) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
11:21:54:5660 [Fiddler] No HTTPS request was received from (swi_fc:3256) new client socket, port 54624.
11:21:54:5817 [Fiddler] No HTTPS request was received from (swi_fc:3256) new client socket, port 54629.
11:21:54:5817 [Fiddler] No HTTPS request was received from (swi_fc:3256) new client socket, port 54630.
11:21:54:5817 [Fiddler] No HTTPS request was received from (swi_fc:3256) new client socket, port 54626.

Problem rendering images

$
0
0
Thank you very much for the workaround, it worked successfully.

Save and Open GanttView from external file

$
0
0
I tried searching in the demos and samples and didn't see any method to plug-in that would allow saving and opening of ganttview data from an external file, such as an xml.  The only thing I found was by using MSProject importer/exporter but I want to be able to save and open on computers without that software.  Is there something you can point me to or am I on my own to devise something?  Thanks.

OnDataRendered missing?

$
0
0
I'm finding that I need an event handler to indicate the grid has rendered as well. The loading indicator doesn't show for me because while the data has been sent to the grid it takes a few seconds to actually render. I'd like the loading indicator to be shown during that time.

Slow Performance of Grid with text-Angular on IE 11

$
0
0

I am experiencing super slow performance on the Grid when trying to add a new record. This happens when the grid has more than 20 comments.Each row of the grid has an instance of the  custon text angular component (https://github.com/textAngular/textAngular). When adding, a new record is succesfully added to the datasource (javascript objects) but the Grid takes about 30s to refresh(to show in UI).

{
                        sortable: false,
                        pageable: false,
                        selectable: false,
                        scrollable: true,                        
                        height: 400,
                        dataSource: createDataSource(),
                        columns: [
                           {
                                field: 'Field1',
                                title: 'Field',
                                width: '80px',
                                template: "<input type= 'checkbox disabled='disabled' data-bind='checked: Cleared' #= Cleared ? checked='checked' : '' #/>"
                            },
                            {
                                field: 'Field2',
                                title: 'Field2',
                                width: '80px',                                
                                template: "<select class='k-dropdown minWidth40' id='dropdownlist'><option value='Yes'>Yes</option><option value='No'>No</option</select>";
                                }
                            },
                            {
                                field: 'Field3',
                                title: 'Field3',
                                width: '45%',
                                template: function (dataItem) {
                                    return ' <text-angular name="{{dataitem.id}}"
                      ta-toolbar="[['ul', 'ol', 'bold', 'italics', 'underline']]"
                      ta-toolbar-class="btn-toolbar toolbar-ext"
                      ta-toolbar-group-class="btn-group"
                      ta-toolbar-button-class="btn btn-default"
                      ta-toolbar-active-button-class="active"
                      placeholder="Enter 2000 characters or less"
                      ta-disabled="false"
                      ta-text-editor-class="form content"
                      ta-maxlength="2000"></text-angular>

                                           '
                                }
                            },
                           
                            {
                                field: 'IsHighlighted',
                                width: '4%',
                                headerTemplate: "<div uib-tooltip='Highlight' tooltip-animation='false' tooltip-append-to-body='true'>" +
                                    "<p class='noMargin noPadding'><span class='highlight-icon'><span></p>" +
                                    "<p class='noMargin noPadding'><input type='checkbox' name='allToggleHighlight' class='comment-row-toggle-field'/></p>" +
                                    "</div>",
                                template: function (dataItem) {
                                    return "<div>" +
                                        "<input type='checkbox' name='highlightToggle' " +
                                        "</div>";
                                }
                            },                            
                            {
                                field: 'Period',
                                title: 'Period',
                                width: '25%',
                                hidden: true
                            }
                        ]

Any sugesstions on improving the performance?

Thanks!

GN

 

Popup Grid Different Templates on Edit/Create

$
0
0

So I got the examples working when I went to integrate razor functionality into the create and edit templates I get an error about a mismatch because the grid uses an ienumerable of the model and each template expects a singular item. This works with mvc when not trying to use kendo. How can I make it work with kendo to pass the selected item or the new item to the edit or create view?

 

 


Kendo UI Bootstrap Sample Application 2017

$
0
0

I am trying to open this in VS2019 with the trial version and it's giving me errors around the trial dll.  See attached screenshot.

Are these supposed to work with the trial version?

 

Styling of Popup and height and width

$
0
0

I would like to mimic the style of display aleart found in andriod and ios sdk for a input dialog i have so far. But i do not no how to set the height and the width of the popup.

But its not quite their as you will see with the screen grab.

 

![](https://i.imgur.com/mRQ2YKm.png)

 

Also how would one allow the keyboard to dismiss the window. uppon clicking the keyboard return?.

01.<telerikPrimitives:RadPopup.Popup>
02.    <telerikPrimitives:RadPopup x:Name="popupQty"
03.                            IsModal="True"
04.                                Placement="Center"
05.                                
06.                            OutsideBackgroundColor="#B3FFF493">
07.        <telerikPrimitives:RadBorder
08.        CornerRadius="6"
09.        BackgroundColor="#93D7FF"
10.        Padding="10">
11.            <Grid>
12.                <Grid.RowDefinitions>
13.                    <RowDefinition Height="100"/>
14.                    <RowDefinition Height="100"/>
15.                </Grid.RowDefinitions>
16.                <Label Text="Please enter qty"></Label>
17.                <telerikInput:RadEntry x:Name="txtQty"/>
18. 
19. 
20. 
21.                <Button Grid.Row="1"
22.                    Padding="2"
23.                    HorizontalOptions="Center"
24.                    Text="Close"
25.              
26.                    CornerRadius="6"
27.                    BackgroundColor="#7A9BFF"
28.                    TextColor="White"/>
29.            </Grid>
30.        </telerikPrimitives:RadBorder>
31.    </telerikPrimitives:RadPopup>
32.</telerikPrimitives:RadPopup.Popup>

https://faqssupplement.com/eros-prime-keto/

$
0
0
Eros Prime Keto most people confuse this suggestion with starvation or crash diets and end up doing irreparable harm to themselves. The fact is that weight loss is something that cannot be accomplished through fad diets alone.  

Eros Prime Keto *https://faqssupplement.com/eros-prime-keto/*

Dock with Cross Application Controls

http://www.worldcarestore.com/ultra-test-xr/

$
0
0
Ultra Test is exemplary testosterone fostering penile supplement which is employed greatly to increase the penile virility degree without resulting in any disruption presenting wellness state. It works from profound cellular-level by claiming high nitric-oxide production in human anatomy. The moment the nitric oxide stream becomes raised it proceeds to enhance blood flow circulation in the penile veins and chambers which permits more rapid and enduring organ erection dysfunction. Additionally, it succeeds to raise the appetite and also enhance the semen caliber for many men that are fighting with infertility period. Ultra Test  is responsible for fostering the human growth hormones production within your system that’s responsible for men physical and health and encourages muscle mass advancement. You can also think about carrying this dietary supplement in the event there is low endurance and libido degree which becomes improved using frequent ingestion of its own pills that are essential.

Update cell based on changes on another cell

$
0
0

Hi

I have Grid with 4 columns. When I edit a row, enter number in cell 2, I want to update cell 4 with the result of cell 2 - cell 3.

Can anyone advice how I can do this urgently? Thanks in Advance

Below is the code of my grid

 

@(Html.Kendo().Grid<TransactionCoBroker>()
.Name("GridCommExCoBroker")
.Editable(editable => editable.Mode(GridEditMode.InLine))
.Columns(columns =>
{
    columns.Command(c => c.Edit());
    columns.Bound(u => u.Name).Title("Name");
    columns.Bound(u => u.FNet).Title("Net"));
    columns.Bound(u => u.FTax).Title("Tax"));
    columns.Bound(u => u.FGross).Title("Amount"));
})
.DataSource(dataSource => dataSource
.Ajax()
.Model(model =>
{
    model.Id(id => id.ICobrokerId);
    model.Field(p => p.UName).Editable(false);
    model.Field(p => p.FNet).Editable(true);
    model.Field(p => p.FTax).Editable(true);
    model.Field(p => p.FGross).Editable(false);
})
.Events(e => e.Error("onError").RequestEnd("onRequestEnd"))
.ServerOperation(true)
.Read(r => r.Url("?handler=GetExCoBrokerComm").Data("GetTransID"))
.Update(r => r.Url("?handler=SaveBrokerComm").Data("GetTransID"))))

RadSpell Dictionaries

"HTTPS handshake to www.google.com failed. System.IO.IOException Authentication failed because..."

$
0
0

Hello,

I use Fiddler and when checking the log file, I frequently notice errors such as this one...

fiddler.network.https> HTTPS handshake to www.google.com (for #94) failed. System.IO.IOException Authentication failed because the remote party has closed the transport stream.

Some websites do not load at all because of this type of error.

I spent quite some time to figure out the problem, but could not find it. Any idea, what could be the issue?

I run Fiddler on a second computer too, and it works fine. No error at all! On both computers I run MS Windows 7 with .NET 4.7, same setup for Fiddler as well.

My 'protocols' field looks like this:

<client>;ssl3;tls1.0;tls1.1;tls1.2

Below you can find the request and receive headers when encountering the error.

Thank you,

Alex

 

REQUEST HEADERS
=============================================================================================================
CONNECT www.google.com:443 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Connection: keep-alive
Connection: keep-alive
Host: www.google.com:443

A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.

Version: 3.3 (TLS/1.2)
Random: 69 24 11 FA 3D EF F1 7E A9 5F 92 78 37 68 B5 47 1B 61 46 CC BF 2B 8A 0C 45 87 0B A1 E7 8E 28 BD
"Time": 12/13/2102 6:30:33 AM
SessionID: BA 39 00 00 F7 22 04 DA 06 DA B4 86 08 B1 1E 3E C5 D5 D3 FE A2 0F 05 D0 AB ED CE 00 62 24 64 32
Extensions:
    server_name    www.google.com
    extended_master_secret    empty
    renegotiation_info    00
    elliptic_curves    unknown [0x1D), secp256r1 [0x17], secp384r1 [0x18], secp521r1 [0x19], unknown [0x100), unknown [0x101)
    ec_point_formats    uncompressed [0x0]
    SessionTicket    empty
    ALPN        h2, http/1.1
    status_request    OCSP - Implicit Responder
    0x0033        00 69 00 1D 00 20 51 60 24 D5 6D 46 9A 3F 8B 13 FA 0E 77 FD 49 16 50 92 3A DB 4B FF 4A 5E 82 8D C8 6D 23 1C D1 10 00 17 00 41 04 49 EA 05 DA 6B 5D FB F2 84 96 01 A6 26 CA 84 DB C4 3B B4 87 92 F3 55 B0 43 CE 4C 3C 1D 73 9F 9F 3E 5C 5F 28 4A EA FE 86 EB 78 BE D4 28 AE F2 0E 7B 2F 68 4B 1F 4C E3 A4 61 B8 04 84 00 4A 5A FD
    0x002b        08 03 04 03 03 03 02 03 01
    signature_algs    sha256_ecdsa, sha384_ecdsa, sha512_ecdsa, Unknown[0x8]_Unknown[0x4], Unknown[0x8]_Unknown[0x5], Unknown[0x8]_Unknown[0x6], sha256_rsa, sha384_rsa, sha512_rsa, sha1_ecdsa, sha1_rsa
    0x002d        01 01
    0x001c        40 01
    padding    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Ciphers:
    [1301]    Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
    [1303]    Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
    [1302]    Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
    [C02B]    TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
    [C02F]    TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
    [CCA9]    TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
    [CCA8]    TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
    [C02C]    TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
    [C030]    TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
    [C00A]    TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
    [C009]    TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
    [C013]    TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA
    [C014]    TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA
    [0033]    TLS_DHE_RSA_WITH_AES_128_SHA
    [0039]    TLS_DHE_RSA_WITH_AES_256_SHA
    [002F]    TLS_RSA_AES_128_SHA
    [0035]    TLS_RSA_AES_256_SHA
    [000A]    SSL_RSA_WITH_3DES_EDE_SHA

Compression:
    [00]    NO_COMPRESSION

RESPONSE HEADERS
=============================================================================================================
HTTP/1.1 200 Connection Established
FiddlerGateway: Direct
StartTime: 14:14:15.397
Connection: close

fiddler.network.https> HTTPS handshake to www.google.com (for #94) failed. System.IO.IOException Authentication failed because the remote party has closed the transport stream

Buy original Ielts Certificate Without Exam WhatsApp:+1(413) 3001328

$
0
0
 Buy original Ielts Certificate Without Exam WhatsApp:+1(413) 3001328


Buy Real EU/USA/UK/Canadian Passports,Driver’s License,ID Cards,Visas, USA Green Card
We deal and specialize in helping you to get registered TOEFL, IELTS, IDP, ESOL, GMAT CELTA/DELTA, DEGREE, DIPLOMAS & other English Language Certificates. We produce TOEFL & IELTS, ESOL, and CELTA/DELTA, DEGREE, DIPLOMAS English Language for you with ease. 

 If you want to travel, study or work abroad, get our,TOEIC,TIEP NEBOSH, IELTS, TOEFL, ESOL, GMAT, CERTIFICATES Without Attending Exam 

Buy original Ielts Certificates Without Exam 
ielts certificate for BUY IELTS original CERTIFICATES in Qatar,Dubai and Saudi Arabia 
BUY IELTS CERTIFICATES in UAE and Saudi Arabia and other countries. 
  
 We deal and specialize in helping you to get registered TOEFL, IELTS, IDP, ESOL, GMAT CELTA/DELTA, DEGREE, DIPLOMAS & other English Language Certificates. We produce TOEFL & IELTS, ESOL, and CELTA/DELTA, DEGREE, DIPLOMAS English Language for you with ease. 

Buy original Ielts Certificates Without Exam 
ielts certificate for sale 
 BUY IELTS original CERTIFICATES in Qatar,Dubai and Saudi Arabia 
BUY IELTS CERTIFICATES in UAE and Saudi Arabia and other countries. 
  
BUY Real IELTS Certificate without Exam// 
  
buy original  ielts certificate in Dubai & Abu Dhabi 
  
Buy Ielts Certificate Without Exam in Bahrain, Bahrein,Kuwait 


WhatsApp:{(+1(413) 3001328) 

Email..(marinahiemer12@gmail.com) 


(website: www.bestnoveltydocs.com)



  
Buy IELTS certificate without Exam | Real IELTS Certificate for sale | Buy Real Registered CertificatesGet Registered IELTS certificate| Buy IELTS certificate Without Exam | Buy Original IELTS certificateBuy Real IELTS certificate online| Registered IELTS Certificate | Buy IELTS certificate Without Exam  Buy Original IELTS certificate | Buy Real IELTS certificate online| Registered IELTS Certificateget IELTS certificate Without Exam |Buy Ielts Certificate Online |Buying and Selling OriginalBuy original Ielts Certificate Without Exam in JAPAN / CHINA / USA / ITALY /BRAZIL/SPAIN| New YorkSelling Original IELTS Certificates Online in United Arab Emitates UAE, DUbai Get/Buy IELTS Certificate OnlineGet Genuine Ielts Certificate in Los Angeles,California | Ielts Without Exam in Qatar/Chicago, Illinois  Buy ielts Certificate online, Where to get IELTS certificate with online validation, registered ielts certificates in Houston, Texas,Real ielts certificates in Australia, Original ielts certificate score card Saudi Arabia | ielts certificate for sale in Kuwaitwe have been able to derive backdoor means making | REAL and REGISTERED IELTS Certificate without need to take the exam or testWith our help, you can be able to get ielts certificate sale | ielts buy certificate | ielts certificate for sale in uk |ielts certificate for sale in uae, usa | cambridge ielts books for sale | ielts certificate for sale in San Diego, Californiaielts exam for sale | ielts books for sale in San Jose, California | ielts books for sale in Norway | ielts for sale in Portugalielts certificate for sale | ielts books for sale | ielts certificate for sale in Australia,ielts certificate for sale in Germany  ielts certificate for sale in Phoenix, Arizona | ielts books for sale Istanbul, Turkey | ielts reviewer for sale |ielts book saleielts certificate for sale in London, United Kingdom, ielts books for sale Moscow, Russia | ielts books for sale perth | ielts for saleielts books for sale Paris, France | ielts academic books for sale  | ielts buy book | ielts book for sale in Madrid, Spainielts books for sale in Rome, Italy | ielts band for sale | ielts books for sale in Milan, Italy| ielts books for sale in Berlin, Germany|Real ielts certificate Kiev, Ukraine| buy ielts certificate| original Ielts| Ielts band 7| Get toefl certificate| genuine ielts certificate|Get ielts online| Nebosh certificate| buy real nebosh certificate| Taking Test IELTS| buy toefl online| get ielts band 7|toefl certificate online| Genuine certificate| original ielts/toefl UK| verified ielts| ielts Lisbon, Portugal| Certificate Toefl Athens, Greece|ielts certificate WIEN (Vienna), Austria| ielts Certificate online BUDAPEST,Hungary| ielts ZAGREB, Croatia| ielts/toefl BUCURESTI (Bucharest),Romania|Nebosh certificate United Kingdom| Ielts certificate without Exam| Toefl Certificate without Test |Nebosh certificate Kraków, Poland|Real IELTS speaking Test Questions | IELTS speaking band 7 Rotterdam, Netherlands | IELTS speaking test samples with answers | IELTS band 7 Wroclaw (Breslau), Poland |IELTS speaking test samples questions/band 8 | IELTS speaking band 6 sample | Latest speaking topics for IELTS with answers | IELTS speaking band 7 sample |get ielts certificate without exam in HELSINKI, Finland| lost my ielts certificate |ielts certificate without exam in SARAJEVO, Bosniaielts certificate without exam in Amsterdam| about nebosh course | nebosh course in Belgrade | buy fake nebosh certificate |how to check fake nebosh certificate |buy nebosh certificate | toefl backdoor Brussels | ielts/toelf exam backdoor | pte backdoor Copenhagen | toefl proxy agents in Dublin | ielts agents in hyderabad |pte proxy agents in Lyon, France | toefl agents in Minsk, Belarus | ielts backdoor Prague, Czech Republic | ielts backdoor in Rome , Italy |ielts agents in Thessaloniki| toefl backdoor Valencia | ielts proxy agents | ielts exam proxyIELTS Backdoor in Brasil | IELTS Backdoor Zürich, Switzerland |IELTS backdoor Vienna | IELTS backdoor in Rome |toefl backdoor United Kingdom | ielts certificate without exam in Kazan | where to get ielts without exam in Helsinki, Finland |ielts certificate without exam in Antwerp | where to get ielts certificate Berlin, Germany|IELTS Backdoor Ukraine|buy toefl online Ukraine|Nebosh certificate Ukraine|buy ielts in China| buy registered ielts in Russia|buy pte in Ukraine|IELTS backdoor in Mongolia|buy ielts in Uk|IELTS in Japan| buy pte in Iraq|get toefl certificate in Iraq|ielts band 7 in Milan|buy nebosh certificate in Spain|IELTS backdoor in Iran |toefl backdoor Italy|buy pte IranSelling Original IELTS Certificates Online in United Arab Emitates,UAE,DUbai/ Buy orginal Ielts Certificate Without Exam in Saudi Arabia, UAE, pakistan, india 

Is it possible to find a named range?

$
0
0
Hello Dawid,

You could refer to a single cell or a range of cells in a named range and further use it in formulas. You could create it via:

 - API method (defineName()) that you have already found.

https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet/methods/definename

 - UI of the component - the Name Box of the spreadsheet:

https://docs.telerik.com/kendo-ui/controls/data-management/spreadsheet/end-user/user-guide 

- Add names declaration to the json. I have prepared a sample that shows an example:

https://dojo.telerik.com/EsoKUmoF

Note that the named ranges are defined for the whole workbook and you could access all named ranges as follows:

$("#spreadsheet").getKendoSpreadsheet()._workbook._names.germany

In order to update values in the sheet, you could find a range and use its value method:

https://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.

Hide column in CardView

$
0
0

Hi,

Could you maybe detail on how you managed to hide the column headers?

Thank.you!

Viewing all 81499 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>