Giter Club home page Giter Club logo

how-to-use-custom-cell-editors-to-create-a-data-entry-form-t419595's Introduction

How to: Use Custom Cell Editors to Create a Data Entry Form

This example demonstrates how to use custom cell editors to create a data entry form that allows users to quickly generate invoices. The required data entry fields are marked with an asterisk. To add a new record to the invoice or delete the existing one, a user should switch to the Invoice tab and click the Add or Remove button, respectively. All other content is protected to prevent inappropriate modifications.

image

Implementation

Data for the invoice is provided based on the document template (DevAVInvoicing.xltx), which includes the following worksheets:

  • Invoice – contains a sales entry form;
  • Customers (hidden) – contains customer info;
  • Employees (hidden) – contains a list of employees;
  • Products (hidden) – contains product data;
  • Stores (hidden) – contains information about stores owned by customers.

To retrieve the required data from worksheets, the Spreadsheet uses the VLOOKUP and DGET functions. For example, when a user selects a customer's name in the Billing Address section, VLOOKUP is used to find and display the customer's billing address. In the same way, the DGET function is used to automatically display the shipping address based on the customer's name and the selected city of the store to which the order should be delivered.

Files to Review

Documentation

how-to-use-custom-cell-editors-to-create-a-data-entry-form-t419595's People

Contributors

devexpressexamplebot avatar geumjalee avatar natalyasenichkina avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mikelparks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.