From: Mr. X. on 20 May 2010 11:46 Hello. What is the elegant way to add rows to datagridview that is bounded to bindingSource object. (Only manually. I need sample code, please). Thanks :)
From: Mr. Arnold on 20 May 2010 17:16 Mr. X. wrote: > Hello. > What is the elegant way to add rows to datagridview that is bounded to > bindingSource object. > (Only manually. I need sample code, please). > > Thanks :) You would add new items to the object, if the object was a collection of objects as an example were being bounded and rebind the object.
From: Mr. X. on 21 May 2010 00:27 I think when I use bounded component - it is too complicated to handle it manually, so maybe I should give up, and use unbounded datagridView. Thanks :) "Mr. Arnold" <Arnold(a)Arnold.com> wrote in message news:OLMnDHG#KHA.4816(a)TK2MSFTNGP02.phx.gbl... > Mr. X. wrote: >> Hello. >> What is the elegant way to add rows to datagridview that is bounded to >> bindingSource object. >> (Only manually. I need sample code, please). >> >> Thanks :) > > You would add new items to the object, if the object was a collection of > objects as an example were being bounded and rebind the object.
From: Mr. X. on 21 May 2010 00:34 Also, I have heard of linq - don't know much about it. Is linq a good solution ? "Mr. X." <nospam(a)nospam_please.com> wrote in message news:u4V143J#KHA.5808(a)TK2MSFTNGP02.phx.gbl... > I think when I use bounded component - it is too complicated to handle it > manually, > so maybe I should give up, and use unbounded datagridView. > > Thanks :) > > "Mr. Arnold" <Arnold(a)Arnold.com> wrote in message > news:OLMnDHG#KHA.4816(a)TK2MSFTNGP02.phx.gbl... >> Mr. X. wrote: >>> Hello. >>> What is the elegant way to add rows to datagridview that is bounded to >>> bindingSource object. >>> (Only manually. I need sample code, please). >>> >>> Thanks :) >> >> You would add new items to the object, if the object was a collection of >> objects as an example were being bounded and rebind the object. >
From: Cor Ligthert[MVP] on 21 May 2010 02:13 Add rows to your bindingsourse. In fact that is all. "Mr. X." <nospam(a)nospam_please.com> wrote in message news:ObZ7uOD#KHA.148(a)TK2MSFTNGP06.phx.gbl... > Hello. > What is the elegant way to add rows to datagridview that is bounded to > bindingSource object. > (Only manually. I need sample code, please). > > Thanks :)
|
Next
|
Last
Pages: 1 2 Prev: Get DTS datapump source columns Next: Problems with ReportViewer and RDLC |