KnockoutJS: Extending KnockOut JS's built-in bindings to allow a lot of flexibility to encapsulate sophisticated behaviors in an easy-to-reuse way.
Questions tagged [custom-binding]
156 questions
1
vote
3 answers
Conditional update in custom binding
I have a custom binding that is used to re-initialise a dom element whenever a field ("Type") is changed on the viewmodel. This is defined in an update callback.

Brett Postin
- 11,215
- 10
- 60
- 95
1
vote
5 answers
Add to list on enter knockoutjs
I am unable to get the names to add to the list after hitting enter, yet it still adds when clicking "Add Name". Any ideas?
http://jsfiddle.net/someyoungideas/WWpcC/

someyoungideas
- 259
- 5
- 16
1
vote
1 answer
Implement groupby expression on the Kendo UI Grid using MVC helper extension
I am using Kendo UI Grid to display my results. I am using the asp.net mvc helper extension method to create the Grid with the Custom Binding to implement the paging as explained in the documentation…

Pitamber Tiwari
- 536
- 1
- 6
- 19
1
vote
2 answers
How to remove a drag element, when was dropped with Knockout
I have two custom bindings to drag and drop, and have a list of elements that i need to drop into a droppable area, but when this happend I need to remove the dragged element from my source list, I'm doing like the following way, but when the…

Rarvick
- 21
- 4
1
vote
1 answer
Configuring WCF client and service for use with protobuf-net
I decided to open a new question about this matter, maybe expanding this question, not having found a precise answer about the issue anywhere on the Internet.
I want to use protobuf-net to serialize/deserialize messages exchanged between my WCF…

Dejan Janjušević
- 3,181
- 4
- 41
- 67
0
votes
2 answers
WCF Service Reference generates an empty reference.cs due to DuplexBinding
I have WCF service. Here is configuration
…

Artiom
- 7,694
- 3
- 38
- 45
0
votes
1 answer
Knockout custom binding does not show initial viewModel data properly
I use a third-party plugin to make a table editable. So I need to create a custom binding for so that any changes to the text caused by the plugin would trigger a view model update. But the custom binding does not show correct data, as opposed…

Justin Chen
- 35
- 5
0
votes
2 answers
Config Custombinding like tcpbinding with windows authentication not work in silverlight4
I have the following server config file with tcp binding and windows authentication:
0
votes
0 answers
How To Prevent Insecure Deserialization In WCF that occurs when untrusted data is used to abuse the logic Service?
I have WCF service coded using visual studio and C# that contains one method
public interface IMyService
{
[OperationContract]
SendDataResponse SendData(SendDataRequest Request);
}
the data contact for this method includes
[DataContract]
…

MHassan
- 415
- 4
- 9
0
votes
0 answers
WCF SOAP Service Gzip encoding with Custom Binding
Need help in sending a request which is for WCF service. The service has Custom Binding ( The request is Binary encoded).
Initially i was getting the HTTP/1.1 415 Cannot process the message because the content type…

Gaurav
- 1
- 1
0
votes
1 answer
How to add transform algorithm ("enveloped-signature")
I am stuck with a call to soap service which needs "enveloped-signature" as transform algorithm. And i am getting "xml-exc-c14n#". I am using custom binding to initialize the client for WCF request.
Update:
In the above example, I was trying without…

NS1
- 21
- 1
- 6
0
votes
1 answer
Perform WCF call in .Net Core with custom binding (authenticationMode="MutualCertificate")
Currently we are facing some issues when calling a WCF service in .net core (2.1).
Because .net core doesn't support the System.Servicemodel binding in the web.config we are trying to create this custom binding programmatically.
(This is well…

JRDN
- 1
- 1
- 1
0
votes
1 answer
How to set up bindings in webconfig to enable streaming in RESTful WCF service
I have a RESTful service which I'm trying to enable to accept a PDF file. I'm using a stream to transport it, but I keep running into mysterious errors in the process.
My first error is this: Security negotiation failed because the remote party did…

Jimmy
- 2,805
- 6
- 43
- 57
0
votes
2 answers
Silverlight WCF Security with Custom Bindings
I have a silverlight app that calls a number of WCF services. The typical bindings for the silver light client looks like this:

ilivewithian
- 19,476
- 19
- 103
- 165
0
votes
0 answers
WCF C# Console app to call Java Web Service gets "Cannot read the token from the 'SignatureConfirmation' element with..." exception
WCF C# console client to Java web service call with customBinding. Thanks for your help.
The binding is as follows:
It gets the following exception:
InnerException:
…

usermc
- 1
- 1