Where can I find de source files of the Nothwind WCF services used in the KendoUI Grid Demos.
I have found some samples in Code Libraries. This is not the Demo sources but it helps a lot.
Thanks anyway
Related
As you can see i'm a newbie at this site and have a question about asp.net mvc and reporting. I want to create reports (interactive - for example when the data is displayed you can filter some information by categories or countries witout generating the report again) and dashboards for a mvc project and I don't know which tool to use. Has anybody used any tool that works for mvc and has options like this. I have worked before with crystal reports but only static reports for printing.
Thanks a lot in advance
SSRS will help you get started, It can be used with MVC as well.
MSDN MVC & SSRS Part 1
MSDN MVC & SSRS Part 2
Article By John V. Petersen
I think this can help you, in the scenario you described I would do something like this ...
http://www.codeproject.com/Articles/616156/Simple-Dashboard
Keep in mind: Always try program data and behaviors in your applications...
This may be a bit of a silly question, but here goes..
I'm new to kendo UI and asp.net mvc, so i got myself a book to get me started.
However, in the exercise in the book, they use a kendo for asp.net mvc zip file.
I have looked around on the kendoUI website and it also says that you have the option to either download the msi or a zip file, but for the asp.net download, it does not give me an option, just automatically downloads the msi installer.
Anybody know how I can get the kendo UI Complete for asp.net MVC??
Will really appreciate the help.
Thanks
You can check the different packages and download them here: http://www.kendoui.com/download.aspx
They have a 30 day trial for "Kendo UI Complete for ASP.NET MVC"
This is a good introduction to ASP.NET MVC and there is a link to where to find all you need.
Check also their page on ASP.NET MVC here where you can also find a link to the downloads.
Has anybody used the above package for globalization of an MVC3 application?
danielcrenna i18n
I'm looking for a step-by-step guide if possible on how to do the above, especially with an existing MVC3 application. And also, if there's any gotcha's to be aware of etc.
Thank You
This tutorial here will help for sure. The project's main page also contains some kinda step by step tutorial.
I'm trying to find the way of setting up Sencha Touch v2 and tabs with tab items serving as views, backed by containers and controllers accordingly. Has anyone managed to find out how it's done, because most examples online refer to either v1.0, v1.1 or do not use MVC pattern at all?
Thanks!
You can pretty much follow Ext 4.0 MVC patterns. See this article for a good tutorial:
http://docs.sencha.com/ext-js/4-0/#!/guide/application_architecture
There's also a good ST2 example from SenchaCon here:
https://github.com/edspencer/SenchaConDemo
JavaFX with it's binding seems great technology for building UI layer, replacing PHP+AJAX, but are there any frameworks for building database forms applications with JavaFX, or it is meant to write everything from scratch?
You should give a try to some recent libraries :
JRebirth Application Framework to structure your whole application
http://www.jrebirth.org
FXForm to manage form
http://dooapp.github.com/FXForm2/
DataFX to manage complex tables etc..
http://www.javafxdata.org
You can find more tools at http://www.oracle.com/technetwork/java/javafx/community/3rd-party-1844355.html
Eric Bruno has a nice write up on JavaFX and Database using JavaFX Composer. See his articles at DrDobbs