Datagrid with Custom Columns - design time support?

  • Thread starter Thread starter James Radke
  • Start date Start date
J

James Radke

Hello,

I have created a custom column for a datagrid and if I manually modify the
code it all works fine. However, when I click on properties, etc., from the
design time environment the custom column is never displayed. Nor can I add
a column of the custom type...

I have found several references/examples in C# which demonstrate what to do,
but my conversions don't seem to work. Does someone have an example of
creating a custom datagrid which will support custom columns in the design
time environment in a windows.forms VB.NET 2003 application?

Thanks!

Jim
 
Hi Jim,

I think you may not able to add your own column styles into the Grid
ColumnCollectionEditor in design-time, since the current version doesn't
support this feature.
I'm not clear what reference/examples to add this feature, could you give a
link to that sample and let me look at it first?
Thanks!
Best regards,

Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
 
Hi James,

I made a VB.NET sample converted from that code project. It seems work fine
on my system.
Since the sample code is a bit long and not suitable to paste them in the
newsgroup.
I sent it to you by mail to the address given in the From field of this
post.
If you didn't receive the sample, please send me a mail to let me know
your mail address.
Thanks!

Best regards,

Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
 
Back
Top