Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGrid does not recognize added columns.

Status
Not open for further replies.

rrhandle

Programmer
Dec 26, 2001
193
US
I have a dataGrid bound to a collection of objects. Everything works fine, but when I added two new properties to the objects, they do not show up as new columns in the dataGrid.

Any suggestions?

 
Most of the properties are integers. I added 3 more properties of integer type.

 
OK, so the three new properties are also bound fields correct? post your bind code

 
dgPartsList.DataSource = cPartsPricing.ItemList
dgPartsList.DataBind()

 
No. Is there a reason for that suggestions?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top