Wiley 978-0-470-50083-5 Datenblatt

Stöbern Sie online oder laden Sie Datenblatt nach Software-Handbücher Wiley 978-0-470-50083-5 herunter. Wiley Professional DevExpress ASP.NET Controls Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 34
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Part I: Grids, Editors,
Navigation, and Controls
Chapter 1: Programming with the ASPxGridView
Chapter 2: Advanced ASPxGridView Computing
Chapter 3: Using the ASPxTreeList, ASPxDataView, and
ASPxNewsControl
Chapter 4: Adding SiteMaps, Navigation, and Popup Dialog Boxes
Chapter 5 : Implementing a Menu and Tabbed Controls
Chapter 6: Managing Scheduled Items and Using Gauges
c01.indd 1c01.indd 1 10/8/09 3:54:18 PM10/8/09 3:54:18 PM
COPYRIGHTED MATERIAL
Seitenansicht 0
1 2 3 4 5 6 ... 33 34

Inhaltsverzeichnis

Seite 1 - COPYRIGHTED MATERIAL

Part I: Grids, Editors, Navigation, and ControlsChapter 1: Programming with the ASPxGridViewChapter 2: Advanced ASPxGridView ComputingChapter 3: Usin

Seite 2

Part I: Grids, Editors, Navigation, and Controls10 To test the demo, click Debug Start Debugging. The page will take several seconds to show u

Seite 3 - Programming with the

Chapter 1: Programming with the ASPxGridView11Figure 1-6: The columns Editor Form for managing column properties in the ASPxGridView. As a practical m

Seite 4 - ASPxGridView and Ajax

Part I: Grids, Editors, Navigation, and Controls12 Chapter 2, “ Advanced ASPxGridView Computing, ” provides examples of defining unbound columns,

Seite 5

Chapter 1: Programming with the ASPxGridView13Figure 1-7: Click the Task menu and select Enable Filtering or set Settings.ShowFilterRow to true to dis

Seite 6

Part I: Grids, Editors, Navigation, and Controls14Figure 1-8: Enter criteria for the desired column or columns in the filter row, and the result set i

Seite 7 - PassengerManifest view

Chapter 1: Programming with the ASPxGridView15Figure 1-9: The filter row menu permits you to select an operator to apply to the filter value for each

Seite 8

Part I: Grids, Editors, Navigation, and Controls16 Defining Dynamic Predicates with the Filter Bar If you look in the Toolbox DX. n.n : Data tab,

Seite 9

Chapter 1: Programming with the ASPxGridView17Figure 1-12: The filter control lets you add predicates and pick columns, operators, and operands (that

Seite 10

Part I: Grids, Editors, Navigation, and Controls18 The power and flexibility of the Filter Bar is that it permits the user to build compound search pr

Seite 11 - Editing Column Information

Chapter 1: Programming with the ASPxGridView19picking Adams (in my test database) adds the condition [Last Name] Equals ‘ Adams ’ to the filter

Seite 12 - Filtering Data

c01.indd 2c01.indd 2 10/8/09 3:54:20 PM10/8/09 3:54:20 PM

Seite 13

Part I: Grids, Editors, Navigation, and Controls20 The result of the numbered steps is to create a straightforward WHERE clause with two predicate

Seite 14 - Using the Filter Row Menu

Chapter 1: Programming with the ASPxGridView21 A nice customization to the Filter Builder (and ASPxFilterControl ) would be the ability to drag and d

Seite 15

Part I: Grids, Editors, Navigation, and Controls22 To disable the filter programmatically, set ASPxGridView.FilterEnabled to false . This programmt

Seite 16 - How Do They Do That?

Chapter 1: Programming with the ASPxGridView23 < dxwgv:GridViewDataTextColumn FieldName=”Title” VisibleIndex=”4” > < /dx

Seite 17

Part I: Grids, Editors, Navigation, and Controls24Figure 1-18: The grid grouped at runtime by Flight Number. Users will find this powerful feature ver

Seite 18

Chapter 1: Programming with the ASPxGridView25 Creating and Using Summary Values The summary feature of the ASPxGridView supports adding ASPxSumm

Seite 19

Part I: Grids, Editors, Navigation, and Controls26Figure 1-20: Fill out the total summary Editor Form as shown to create a summary for the average pri

Seite 20 - Adding Condition Groups

Chapter 1: Programming with the ASPxGridView27 Calculating Custom Summaries Programmers fall into a couple of camps when it comes to writing code. S

Seite 21

Part I: Grids, Editors, Navigation, and Controls28using System.Web.UI.WebControls;using DevExpress.Web.ASPxEditors;using DevExpress.Web.ASPxGridView;u

Seite 22

Chapter 1: Programming with the ASPxGridView29 The CustomSummaryCalculate method can be generated from the ASPxGridView Properties window event

Seite 23 - Grouping and Sorting Data

Programming with the ASPxGridView This year is the tenth anniversary of my VB Today column for Codeguru.com and Developer.com. (My firs

Seite 24

Part I: Grids, Editors, Navigation, and Controls30 1. Using Default2.aspx (the page using the PricedPassengerManifest view), select the ASPxGri

Seite 25 - Calculating Summary Values

Chapter 1: Programming with the ASPxGridView31 Listing 1 - 5: The additional ASPxSummaryItem that sums all the selected rows PricePaid fields. usin

Seite 26

Part I: Grids, Editors, Navigation, and Controls32 protected void ASPxGridView1_CustomSummaryCalculate(object sender, CustomSummaryEventArgs

Seite 27

Chapter 1: Programming with the ASPxGridView33 The ASPxGridView also supports extensive support for CSS, themes, skins, and JavaScript. For example

Seite 28

c01.indd 34c01.indd 34 10/8/09 3:54:44 PM10/8/09 3:54:44 PM

Seite 29

Part I: Grids, Editors, Navigation, and Controls4 Understanding How Ajax Delivers Real Performance to the ASPxGridView A lot of conventional wisdom

Seite 30

Chapter 1: Programming with the ASPxGridView5 To demonstrate the ASPxGridView, you can follow the examples in this chapter and the next to buil

Seite 31 - PricePaid fields

Part I: Grids, Editors, Navigation, and Controls6Figure 1-2: The Accept-Encoding value shown in the free tool Fiddler available from www.fiddler2.com/

Seite 32

Chapter 1: Programming with the ASPxGridView7 4. From the Where Will the Application Get Data From? list, select Database. This selection adds the

Seite 33 - Summary

Part I: Grids, Editors, Navigation, and Controls8 After you finish using the wizard, a SqlDataSource is added to the Web page containing the ASPxGri

Seite 34

Chapter 1: Programming with the ASPxGridView9Culture=neutral, PublicKeyToken=b88d1754d700e49a”namespace=”DevExpress.Web.ASPxGridView” tagprefix=”dxwgv

Kommentare zu diesen Handbüchern

Keine Kommentare