DataGrid Question

Echo]6[

New member
Joined
Feb 20, 2006
Messages
3
Programming Experience
Beginner
Hi guys!

I need your help, because I'm a newbie in programming vb.net 2003! :)

I need a DataGrid with 3 columns, in the first column a TextBox and in the other columns a Checkbox! I don't really understand the example on http://www.syncfusion.com/FAQ/Window.../FAQ_c44c.aspx , because
this code is written in C# i think!

I hope anyone of you had a little example for my project in vb.net!

THX in advance!

P.S. Sry for my bad english!!! :)
 
Are you binding the datatable to a dataset?
If you do a little searching on tablestyles you will find a wealth of information there.
TableStyles is used to define grid columns.
 
No, the datatable isn't binding to a dataset yet!

I forgot to say, that I make the DataGrid for a PocketPC and the two "Boolean columns" doesn't show any Checkboxes! Do you know the difference of Boolean columns between the normal Winforms DataGrid and the PocketPc DataGrid?

I know, it's the wrong Thread, but in the other rooms, nobody reply! :(

THX
 
Back
Top