VB.Net Windows App Data Grid

  • Thread starter Thread starter JJump
  • Start date Start date
J

JJump

Ok I'm trying to create a datgrid. I got data in there from a
dataset, but it's not how I want it. I want to format it and put a
checkbox for each row and a delete button to delete all checked.
I've found tutorials for how to do this in web stuff..but not in a
windows application. HELP!
 
You'll need to apply a DataGridTableStyle and from there, A
DataGridColumnStyle http://www.knowdotnet.com/articles/kdngrid.html
HTH,

Bill

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_personal_media_center_pg1.asp
JJump said:
Ok I'm trying to create a datgrid. I got data in there from a
dataset, but it's not how I want it. I want to format it and put a
checkbox for each row and a delete button to delete all checked.
I've found tutorials for how to do this in web stuff..but not in a
windows application. HELP!
 
Back
Top