Sometimes such simple steps can triple up and more, your productivity
"Using property grids can save you a whole lot of time and effort. Visual WebGui’s property grid control provides online control property management like developers use when in Visual Studio’s design mode. To use the control you simply drag and drop the property grid control to the design surface and bind it to whatever control you desire.
Categories: Lists & Grids, Introduction
|
Tags: Developers, 1. Beginner, Customization, Pre v6.3, v6.3, v6.4 and Later, 2. Intermediate, 3. Advanced
Revision:
1
Posted:
02/Jan/2008
Updated:
02/Jan/2008
Status:
Publish
Types: Article
|
"Using property grids can save you a whole lot of time and effort. Visual WebGui’s property grid control provides online control property management like developers use when in Visual Studio’s design mode. To use the control you simply drag and drop the property grid control to the design surface and bind it to whatever control you desire. Changing anyone of the properties of the bound control via the property grid has an immediate effect as the server based state changes and gets reflected back to the client. The property grid automatically provides the relevant fields to enable productive property management including color selectors, font selectors, lookup values, multi-value fields and all common datatypes.In this sample we’ll use a label control as the bound object in the property grid control: Simply drag and drop the property gird control to the designer.  1. Add this line of code in the load form function
private void MainForm_Load(object sender, EventArgs e)
{
mobjPropertyGrid.SelectedObject = this.mobjRecordNo;
}
2. Run the application and see the power of a property grid over the web.  Find out more about this example and other unique features in Visual WebGui's website: www.visualwebgui.com Find out more about this example and other unique features in Visual WebGui's website: www.visualwebgui.com
About the author
Related Articles
|
Lists & Grids
|
|
|
I played a bit around with the new 6.4 ListView control, its quite amazing what you can do with it. It opens a lot of new ways to present data in a better and more userfriendly way.
Tags:
Architects, Developers, Data Binding, C#, 2. Intermediate, 3. Advanced, Customization, Data Binding, v6.4 and Later
|
|
|
Tags:
Developers, Data Binding, 2. Intermediate, 3. Advanced, Customization, Layouting, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, Data Binding, Navigation, 1. Beginner, 2. Intermediate, Data Binding, Navigation, ASP.NET, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Tags:
Architects, Developers, Data Binding, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, Data Binding, Windows & Dialogs, 1. Beginner, 2. Intermediate, Customization, Data Binding, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
The DataListView control is an extension to the Visual WebGui ListView. It inherits from the Visual WebGui ListView control and adds DataSource/DataMemeber support to provide a DataGridView behavior in terms of data population.
Tags:
Developers, Data Binding, 1. Beginner, 2. Intermediate, 3. Advanced, Data Binding, Pre v6.3
|
|
|
|