breeze Questions
1
Solved
I have a get operation that I want to return a string from. An example would be
"000875"
When I return this string from a controller in my Web API Controller in full .NET, it formats it like t...
Miso asked 3/12, 2019 at 0:53
2
The Entity Framework provider type 'System.Data.Entity.SqlServerCompact.SqlCeProviderServices, EntityFramework.SqlServerCompact' registered in the application config file for the ADO.NET provider...
Burble asked 27/6, 2014 at 16:12
2
Solved
I've noticed that if a date property comes back from the server with the value "2013-07-11T17:11:04.700", then breeze changes the value to Thu Jul 11 19:11:04 UTC+0200 2013.
Notice the time is now...
3
Solved
Can specify in the where clause that I want the data that has the column value equal to some values from an array?
For example:
EntityQuery.from('Customers')
.where('DepartmentID','in','[3,5,6]'...
Koreykorff asked 20/9, 2013 at 13:51
3
Solved
I'm building a SPA using Angular,Breeze and Web API 2 following the approach as outlined by John Papa in his latest PluralSight course.
Everything works well and I can pull information, update, in...
2
Solved
I have read through the breeze validator information, but am not sure how to view the actual error that is occurring.
Error: client side validation errors encountered - see the entity Errors colle...
7
Solved
I'm in the process of customizing validation messages. It's working fine using the messageTemplates property. However it uses %displayName% to render the name of the property and I can't find out h...
Parotitis asked 24/5, 2013 at 10:48
2
When I attempt to expand a navigation property via lambda like so:
query = query.Expand(x => x.Dealers);
My query fails with
Inner Exception
Inner Exception Message:
The expression '...
Delgadillo asked 18/11, 2014 at 12:14
3
Solved
We are considering breeze js to build enterprise applications.
The awesomeness of breeze is that we can execute queries right from the client browser. This allows to constructs dynamic queries bas...
Tertiary asked 1/12, 2012 at 18:40
3
Solved
Currently my app looks at router parameter and logged in user (Principal.Identity) to authorize access to certain resources (e.g: Add student to your class [identity + class id]). However, If I'm n...
Weldonwelfare asked 24/11, 2013 at 19:47
3
Solved
I am trying to learn angular2 and created a test application with an odata webapi backend.
In the application i have a view which fetches an array of items and i want to show these in my view.
For...
Sutton asked 9/4, 2016 at 16:26
3
Solved
I am using the BreezeApi NuGet package in my project. It is in Visual Studio 2013.
I get this error.
Error 41 Assembly 'Breeze.WebApi2, Version=1.4.0.0, Culture=neutral, PublicKeyToke...
Bratcher asked 13/2, 2014 at 20:11
2
Solved
Trying to get a more in-depth understanding of how Angular treats data binding and understanding it better and one thing is difficult to get my head around -
In Knockout I use a computed to keep ...
6
Solved
Has anyone written a utility that will convert Breeze metadata (captured from entity framework data attributes) into knockout validation extensions (using knockout.validation)?
Folium asked 1/12, 2012 at 18:35
3
I have a DateTime property in the data returned by a service that looks like
"SDateTime":"2014-06-29T03:30:00.000".
I need to write a query to get a collection which has the date less than "2014-...
3
Solved
I'm writing this to gather comments on our approaches and hopefully help someone else (and my memory).
Scenario
All of our databases use DateTime data types with no time zone information.
Inter...
Camden asked 28/4, 2013 at 9:52
4
Solved
Is there an alternative to Breezejs that does not require .Net or Enterprise Framework Connector or database, and works with plain REST services that accept and return only JSON (no metadata)?
Ashcan asked 11/4, 2013 at 0:30
1
Not sure if this is a Breeze or ODATA issue.
I'm having the following error upon execution of my ODATA query:
The child type 'job.volume' in a cast was not an entity type. Casts can only be perfo...
Andromache asked 13/3, 2015 at 8:37
3
Solved
I'm using durandal/breeze with Knockout.
I am working on validation on my inputs with ko.validation.
Here is a classic:
<input type="text" data-bind="value: myDate, validationOptions: { error...
Indeclinable asked 29/4, 2013 at 9:52
4
If you add any of the angular directives for validation (ng-minlength, ng-maxlength, ng-pattern, etc.) to an input that is bound to a breeze entity it blocks any user input if found to be invalid.
...
Pippy asked 27/3, 2014 at 17:4
3
Im trying to combine those technologies, but nothing good comes, as entity framework meta-datas doesn't get consumed by breeze.js, even all configurations where setup, it's a bit tricky situation, ...
Luckin asked 15/3, 2015 at 8:44
2
I followed the great advice here (Handling calculated properties with breezejs and web api) to allow Breeze to access my calculated properties which I have set up in a partial class on the server s...
3
is there any library that handles this? like the backbone.offline one?, if not, will this be difficult to implement with Ember.js?
UPDATE
this question has two libraries that can help, Breeze.js ...
3
I have downloaded the sample 'Breeze 0.83.5' applications from http://www.breezejs.com/documentation/download
The Angular 'ToDo' sample does not work with IE8.
I have included the following scrip...
Ascribe asked 9/1, 2013 at 15:2
3
Solved
I am using breeze to query data from the server and seem to be running into problems.
Is there a way to filter this data and ignore cases or making the value from the field a lower case?
Example:
...
Renatarenate asked 15/11, 2013 at 0:11
1 Next >
© 2022 - 2024 — McMap. All rights reserved.