Skip to content

Abadzhev/edit-references-properties-in-batch-edit-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference properties in ASPxGridView's Batch Edit mode - Early Access Preview v19.2

We've supported lookup editors for reference properties Batch Edit List Views. Starting with v19.2, the code-based solution described in the How to: Edit a Reference Property in the Batch Edit Mode topic is not required. Lookup editors are shown out of the box.

The demo project from this repository provides the following navigation items.

Lookup editor for reference properties

This item illustrates a simple lookup.

SimpleDemo

Using the ImmediatePostData attribute in Batch Edit mode

This item illustrates how the ImmediatePostData attribute works in Batch Edit lookups. The ListView's calculated properties (FullName, BooleanPropertyAsString, SquaredNumberProperty) are updated immediately after changing the lookup property.

ImmediatePostData

Cascading Filtering for Lookup List Views

The item illustrates how Cascading Filtering for Lookup List Views works in Batch Edit mode. The ListView has two lookup properties: Country and City. The City lookup items are populated based on the value selected in the Country lookup.

Cascade

Performance with Large Data Sources

This item shows how the lookup editor handles large data sources. The demonstrated lookup has 100000 rows, and Server mode is enabled in its model.

LargeDataDemo

About

.NET, Frameworks (XAF & XPO), eXpressApp Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.8%
  • Classic ASP 8.2%