Example of Cell Template in Javascript Spreadsheet Control

/
/
Cell Template

This sample demonstrates cell template feature with interview registration form scenario using input components.

More Details...

ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAUAVAWAXAY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Interview Registration Form
Name
Date of Birth:
Gender:
Year of Experience:
Areas of Interest:
Mobile Number:
Email:
Address:
Description

In this demo, cell template is applied to `C2:C9` and instantiated with input components like TextBox, DropDownList, RadioButton, MultiSelect, DatePicker etc. More information about cell template feature can be found in this documentation section.