Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

In my gridview, I created Unbound Column & Unbound Expression. Runtime in certain condition i need to change Unbound Expression, I perform another calculation and set the new calculated value to Unbounded Column. Is it possible to do ? Is it store new value or else it automatically store normal Unbounded Expression that i set on Property ??
Posted
Comments
Alexander Dymshyts 26-Nov-13 6:27am    
why not to create binding?
srihari1904 27-Nov-13 0:04am    
Binding ? How. I tried in runtime new value is set in unbound column. but when i click new row it(value) assign to all columns ? what's my error
Alexander Dymshyts 27-Nov-13 4:26am    
this is deskop app, right?
srihari1904 27-Nov-13 7:36am    
yes. Windows Application only
Alexander Dymshyts 28-Nov-13 2:43am    
dataGridView1.Rows[rowIndex].Cells[columnIndex].Value = value;

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900