• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Cell Data Binding in ASP.NET MVC Spreadsheet Control

This sample illustrates a monthly budget for a home using planned versus actual costs with cell data binding feature.

DEMO
SOURCE

The Spreadsheet component supports data binding for individual cells in a sheet. You can set value, styles and format to a cell using following properties:

  • index - Specify index for a cell.
  • value - Specify cell value.
  • style - Specify style for the cell.
  • format - Apply number formatting for the cell.

More information about cell data binding feature can be found in this documentation section.