Skip to content

This example demonstrates how to localize reporting controls in a JavaScript application with Knockout bindings

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/reporting-web-mvc-localize-javascript-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for JavaScript - How to Localize the Reporting Controls in an Application with Knockout Bindings

This example includes the server-side (backend) application which is an ASP.NET MVC application created from the DevExpress Visual Studio template. The client-side (front-end) application is created in JavaScript with npm.

Screenshot

Implementation Details

To run the example, perform the following steps:

  1. Open the CS or VB solution in Visual Studio and rebuild to install the required NuGet packages.

  2. Run the command prompt, navigate to the ClientSide folder, and execute the command:

    npm install
    
  3. Open the Internet Information Services manages and add a website whose content's physical path is the ClientSide folder. Specify any free port, in this example, it is 1020. Start the website.

  4. Run the Visual Studio project.

  5. Open the URL localhost:1020 (port number may be different, as specified in step 3) in your browser.

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

This example demonstrates how to localize reporting controls in a JavaScript application with Knockout bindings

Topics

Resources

License

Stars

Watchers

Forks