Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mvvm

Binding Event To Other Ui Component's Function, In Kendo Mvvm

In Kendo UI, what is the best practice to reference another UI element's (widget) functionality… Read more Binding Event To Other Ui Component's Function, In Kendo Mvvm

Viewmodel In Asp.net Mvc

I am trying to create a asp.net mvc site using c#. I have two models an Event model and a Ticket mo… Read more Viewmodel In Asp.net Mvc

Kendo Ui: Not Able To Add Footertemplate To Grid

I am trying to display the count of the field in the footerTemplate. Follow is the fiddle: http://… Read more Kendo Ui: Not Able To Add Footertemplate To Grid

Knockoutjs Clear Selected Value In Combobox

I have this simple knockout.js application: View: Solution 1: You must change binding type to &q… Read more Knockoutjs Clear Selected Value In Combobox

Sorting Utc Dates In Javascript

EDIT 4/16/2012: I solved the issue of getting the timezone abbreviated into a letter format, had to… Read more Sorting Utc Dates In Javascript

Stop Kendo From Auto-generating Grid Columns

I am nesting a kendo grid inside another kendo grid row as a 'detail' template. I'm hav… Read more Stop Kendo From Auto-generating Grid Columns

How Can I Generate Client-side View Models For Knockout In An Asp.net Mvc Project?

I am currently working on an ASP.NET MVC solution and have recently introduced both Knockout (an MV… Read more How Can I Generate Client-side View Models For Knockout In An Asp.net Mvc Project?