Intersoft WebGrid Documentation
VerboseEditingInformation Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : VerboseEditingInformation Property






Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property VerboseEditingInformation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.VerboseEditingInformation = value
 
value = instance.VerboseEditingInformation
C# 
[DescriptionAttribute("Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool VerboseEditingInformation {get; set;}
Delphi 
public read-write property VerboseEditingInformation: Boolean; 
JScript 
DescriptionAttribute("Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set VerboseEditingInformation : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_VerboseEditingInformation();
public: __property void set_VerboseEditingInformation( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Gets or sets a boolean value indicating whether detailed information should be shown in status bar during editing.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool VerboseEditingInformation {
   bool get();
   void set (    bool value);
}

Example

Specifies whether user input is required for the cell of this column during editing mode.

Remarks

This new feature is useful to deliver intuitive editing experience for users as they can notice on important information related to a specific column in status bar area.

This new feature allows you to assign information text and image for each WebGridColumn. You can try to click on different cells and notice the verbose infotext in the status bar. When this feature is enabled, there are several automated behaviors:

  •  Column with EditType = NoEdit (read only) will have the status text and icon configured automatically.
  • When EditInfoImage is provided, the image will appear in status bar.
  • When a cell is being edited, the Edit Image will appear in status bar.
  • When a cell is being edited or has been modified - and EditInfoText is not provided, the status text and image will be configured automatically.
  • When the edit cursor is focused on cell which has been modified, the Edit Image indicator will appear in the status bar. This allow users to easily discover whether a cell has been modified or not.
  • New user-friendly text and icon will be displayed after the successful add/edit/delete operation. For instance, the text Record is updated successfully will be displayed instead of Ready after successful update.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Concepts

Verbose editing InfoText

©2012 Intersoft Solutions Corp. All Rights Reserved.