Hey Dave,
The Bindable attribute is a helper for design time attributes.  I'm not
totally sure that it is doing what you think it is doing.

If you are asking about ordering columns in a WinForms DataGrid, then check
out the DataGridTableStyle class at
ms-help://MS.NETFrameworkSDK/cpref/html/frlrfSystemWindowsFormsDataGridTable
StyleClassTopic.htm

If you are asking about ordering columns in a WebForms DataGrid, then check
out the DataGridColumnCollection at
ms-help://MS.NETFrameworkSDK/cpref/html/frlrfSystemWebUIWebControlsDataGridC
olumnCollectionClassTopic.htm

HTH,
Ed

-----Original Message-----
From: Dave Buckner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 1:07 PM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] [bindable] Attribute


Hello Everyone,

Hopefully a quick question for someone. =) When using the [bindable]
attribute is there a way to specify the order in which they so up? E.g. If I
bind my object to a datagrid, how do change the order of how it generated
the columns?

TIA,
Dave

You can read messages from the Advanced DOTNET archive, unsubscribe from
Advanced DOTNET, or subscribe to other DevelopMentor lists at
http://discuss.develop.com.

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to