extendeddatagrid in VS 2002?

  • Thread starter Thread starter nick
  • Start date Start date
Hi nick,

Thank you for posting in the community!

Does your extendeddatagrid refer to the control in
http://dotnet.leadit.be/extendeddatagrid ? If it is not this one, please
feel free to tell me.
Based on my understanding, you want to find a similiar control that can be
used in .Net Framework 1.0 and Visual Studio2002.

====================================================
As I found, this control is authored by Jan Tielens, and it can only be
used in .Net Framework 1.1 and Visual Studio2003.

To get a VS2002 version, I think you need to contact Jan Tielens for more
information, there is contact way at the link below:
http://weblogs.asp.net/jan/contact.aspx

The extendeddatagrid control extended some column support functions of
Windows Form datagrid control, can you tell me what specifical function you
want?

If you just what some customized column style for your WinForm datagrid, I
think you can do it yourself, please refer to some articles below:
http://www.codeproject.com/cs/miscctrl/DataGridZen.asp?target=datagrid|col
umn
http://www.codeproject.com/cs/miscctrl/cprogressdatagrid.asp?target=datagrid
%7Ccolumn

These articles all have source code associated with them.

====================================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Nick,

Does my reply make sense to you?
If you still have anything unclear, please feel free to tell me, I will
help you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Nick,

Does my reply make sense to you?
If you still have anything unclear, please feel free to tell me, I will
help you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


Thanks for your help. I've since upgraded to VS 2003 (long overdue I
suppose). One thing I can't seem to figure out is how do I make use of
extendeddatagridcomboboxcolumn. Yes I can set the columnstyle to
combobox this way but I can't figure out how to fill it with data. Can
you or anyone give me some example code on how to use the combobox
styled columns?

Thanks again.
 
Hi Nick

Thanks very much for your feedback.

I have found that you have posted a new post in this group for this. I have
added a reply to you in that post, please follow up there, I will work with
you.

Thanks for your understanding.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top