Note: this Quick-Start framework uses regular ASP.NET components, suitable for evaluation on machines without MCMS. This distribution, however, includes special MCMS versions of all components, which have the full functionality of the ASP.NET controls plus some MCMS-specific features.
Read More
.
Demos
r.a.d.grid
1
Overview
2
Outlook grid
3
Web grid
4
Migration from MS GridView
What's new
5
Client-side delete
6
SEO-friendly paging
7
Displaying pivot data
8
Slider/Advanced-style pager
9
Flexible server-side validation
10
Auto postback on row click
Columns
11
Column types
12
Column formatting
13
Column/Row/Grid resize/reorder
Rows
14
Normal/Alternating rows
15
Selected rows
16
Accessing cells and rows
Populating with Data
17
Simple data-binding
18
Advanced data-binding
19
Hierarchy with declarative relations
20
Hierarchy with DetailTableDataBind event
21
Self-referencing hierarchy
22
Related grids
23
Various data sources
24
Programmatic creation from XML
25
Heavy data load/viewstate optimization
Sorting
26
Basic sorting
27
Advanced sorting
Paging
28
Basic paging
29
Pager template
30
Customizing the pager programmatically
31
Custom paging
Scrolling
32
Basic scrolling
33
Virtual scrolling and paging
Selecting
34
Client-side row selection
35
Server-side row selection
Exporting
36
MS Excel and MS Word
AJAX
37
AJAX r.a.d.grid
38
Loading template
39
AJAXifying standard controls
40
AJAX request events
41
JavaScript after AJAX
42
Triggering an AJAX call outside of the grid
Filtering
43
Basic filtering
44
Filtering in hierarchy
45
Filtering template columns
Hierarchy
46
Three-level hierarchy
47
Several tables at a level
48
Client-side hierarchy load
49
Mixed hierarchy load
Grouping
50
Outlook-style grouping
51
Group-By expressions
52
Client group load
Insert/Update/Delete
53
Automatic operations
Extracting values
54
Using column editors
55
Using grid server-side API for extraction
56
Auto-generated edit form with multiple columns
57
Command item
58
User control edit form
59
Form template edit form
60
Edit on double-click
61
Editing XML using XmlDataSource
Programmatic creation
62
On PageInit
63
On PageLoad
64
Creating hierarchy programmatically
Appearance
65
Skins
66
Styling Header, Footer and Pager items
67
Styling edited rows
Client-Side API and Events
68
Client objects and events
69
Client-side API
70
Keys/Values client-side
Accessibility
71
Keyboard navigation
Integration
72
Google-like Filtering
73
Context Menu
r.a.d.controls
r.a.d.chart
r.a.d.combobox
r.a.d.editor
r.a.d.grid
r.a.d.menu
r.a.d.panelbar
r.a.d.spell
r.a.d.tabstrip
r.a.d.treeview
Using column editors
Run example in:
C#
VB.NET
In-forms editing mode
In-line editing mode
Allow multi-row edit
Add new record
Refresh
First name
Last name
Title of courtesy
Hire date
Ready
Nancy
Davolio
Ms.
5/1/1992
Edit
Edit details for employee with ID 1
First name:
Last name:
Title of courtesy:
Ms.
Dr.
Ms.
Mrs.
Mr.
Mr.
Mr.
Ms.
Ms.
Hire date:
Andrew
Fuller
Dr.
8/14/1992
Edit
Janet
Leverling
Ms.
4/1/1992
Edit
Margaret
Peacock
Mrs.
5/3/1993
Edit
Steven
Buchanan
Mr.
10/17/1993
Edit
Michael
Suyama
Mr.
10/17/1993
Edit
Robert
King
Mr.
1/2/1994
Edit
Laura
Callahan
Ms.
3/5/1994
Edit
Anne
Dodsworth
Ms.
11/15/1994
Edit
Source Code & Description
This example demonstrates the powerful r.a.d.
grid
custom-editor architecture, which allows you to:
Generate automatically various
column editors
Extract the new values from each column editor
Below are some additional resources which elaborate on how to create custom editors and extract the new user entries on update command:
Extract updated data
InPlace edit mode
EditForms edit mode
Auto-generated column editors