Print Page | Close Window

Adding Columns to Ultra grid Binding Manager at run time

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=622
Printed Date: 11-Jun-2026 at 10:49am


Topic: Adding Columns to Ultra grid Binding Manager at run time
Posted By: Saravanan
Subject: Adding Columns to Ultra grid Binding Manager at run time
Date Posted: 18-Dec-2007 at 2:52am
 
Does it possible to add columns to an ultra grid binding manger at run time?
Rather than drag and drop at design time.
If it is possible, how can I add the related tables columns?
Since in my application, I want the users to customize their own columns.



Replies:
Posted By: pkarsh
Date Posted: 18-Dec-2007 at 3:33pm
Take a look at two Tutorials in the "Advanced Topics in DevForce" section to help you get started. These are "Dynamic Properties" and "User-defined columns" .

You will not be able to bind to relational properties, that is, properties based on relations with other entity types, at runtime using the tedchniques described in these tutorials as they depend on what is actually in the tables that are behind the entity type that the binding manager is bound to.



Print Page | Close Window