| bio | website | |
|---|---|---|
| location | Boulder, Colorado | |
| age | 31 | |
| visits | member for | 2 years, 1 month |
| seen | yesterday | |
| stats | profile views | 32 |
I love most technology that isn't prefixed with a lowercase i. ;-)
I love writing scalable solutions for SharePoint, Silverlight, WPF, MVC, Mobile, the web, Windows Phone (i really love my phone), and WinRT. I love NUI concepts and always am striving to push the limits of what I work on.
You can find me on
LinkedIn via http:// linkedin [dot] com [slash] in [slash] craigy
Twitter via http:// twitter [dot] com [slash] craighead
|
May 13 |
awarded | Benefactor |
|
May 13 |
accepted | Unable to format date with KendoUI Grid and Knockout-Kendo |
|
May 13 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo Thanks. +50 for you sir. I hope this is fixed in a future version of knockout-kendo. I added this to the Issue Tracker in Git. github.com/kendo-labs/knockout-kendo/issues/58 |
|
May 10 |
awarded | Promoter |
|
May 9 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo Any luck in finding time to help me out? |
|
May 6 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo Ok, thanks! I still haven't figured this out yet. |
|
May 3 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo So the answer provided doesn't work entirely in a server post/response situation. That is where I really need it to work. |
|
May 2 |
comment |
Tracking changes - observable element in observableArray Probably worth mentioning Breeze.js integration with Knockout.js which add Change Tracking amongst other things. breezejs.com |
|
May 2 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo I have updated this to replicate a server post and response. The grid does not reflect the changed observable. jsfiddle.net/CraigHead/zAFSX/10 |
|
May 2 |
comment |
Unable to format date with KendoUI Grid and Knockout-Kendo Your suggestion does work if I had control over the service datetime serialization to spit out what you showed me. Dang, I could totally get this to work if I could define the scheme in the dataSource with knockout-kendo. I have the exact same string working parse working ok when the dataSource w/ scheme is defined dataSource: { data: myData, schema: { model: { fields: { SaleDate: { type: 'date' } } } } }. |
|
May 2 |
comment |
MVVM binding to a Kendo Grid is VERY slow? I don't feel like the Kendo DataSource for transport is exactly ideal. You have to define the scheme every single time you expect something from the server. The Knockout-Mapping plug-in is much more efficient for "developers" when we just want to get something on the screen. The Kendo Datasource takes too much time to configure it so everything works as expected. This is just my own opinion on the matter. |
|
May 2 |
answered | MVVM binding to a Kendo Grid is VERY slow? |
|
May 2 |
asked | Unable to format date with KendoUI Grid and Knockout-Kendo |
|
Apr 1 |
comment |
Kendo-Knockout: use knockout view model with kendo datasource I would love for this to be added. Definition of the Datasource scheme is pretty important when it comes to parsing numbers (e.g. currency, significant digits) and dates! :-) |
|
Mar 27 |
comment |
Kendo-Knockout: Calling a method that changes viewmodel property from a template with data-binding inside a grid, breaks bindings Hey that's really cool! Now I understand what the "widget" parameter does. Thanks for that little bit. |
|
Mar 26 |
comment |
Kendo-Knockout: Calling a method that changes viewmodel property from a template with data-binding inside a grid, breaks bindings BTW, I also tried using KO Templates but I kept getting errors about properties not existing. Sooooo.. I'm stuck between a rock and a hard place atm. |
|
Mar 26 |
comment |
Kendo-Knockout: Calling a method that changes viewmodel property from a template with data-binding inside a grid, breaks bindings Sure. One other thing I noticed is the click handler isn't getting the correct data passed to it. It's getting the global viewModel instead of the row clicked. jsfiddle.net/CraigHead/zAFSX |
|
Mar 25 |
comment |
Kendo-Knockout: Calling a method that changes viewmodel property from a template with data-binding inside a grid, breaks bindings Hmm my button handler is being called twice. That is until I press one of the paging buttons on the Kendo Grid. Any Ideas? |
|
Mar 18 |
accepted | JsonConvert.SerializeObject vs JsonSerializer.Serialize |
|
Mar 11 |
comment |
Windows Store Class Libray Embedding a XAML based User Control No. The XAML is always embedded in the dll. |