If I use ObjectDataSource to bind to my business objects I have no control over the order of properties in bound objects such as DetailsView.
I have managed to control property order for a GridView (if I select Auto-Generate columns) by implementing
ITypedList for my collection.
Anyone know if it can be done for a single object? I have been looking at
ICustomTypeDescriptor but have not got it working..
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.