dynamic grid table on Winform

W

Wardeaux

I'm porting an ASP.NET app to Winforms VB.NET EXE. In ASP.NET I dynamically
create an HTML table with variable number rows, cols, and cell contents
which includes variable controls (mostly dropdownlist and buttons) all
depending on certain input. I need to create a similar table/grid in
Winforms, what's the best approach. (I've looked at datagrid before and it
doesn't allow me to do some of the things I need)
Any suggestions??
MTIA
wardeaux
 
K

Ken Tucker [MVP]

Hi,

Take a look here.

http://www.syncfusion.com/FAQ/WinForms/default.asp#44

Ken
-----------------------
I'm porting an ASP.NET app to Winforms VB.NET EXE. In ASP.NET I dynamically
create an HTML table with variable number rows, cols, and cell contents
which includes variable controls (mostly dropdownlist and buttons) all
depending on certain input. I need to create a similar table/grid in
Winforms, what's the best approach. (I've looked at datagrid before and it
doesn't allow me to do some of the things I need)
Any suggestions??
MTIA
wardeaux
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top