Bind from DataGridControl

Stimulsoft Reports.NET discussion
Post Reply
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

Bind from DataGridControl

Post by jjc »

Hi,
i need to bind a in a textbox a value from the DataGridControl for example i have a DataGridControl with 2 columns : CustomerID ,ContactName and 2 TextBox (textBox1 and textBox2) so when in the DataGridControl the PositionChanged i wish bind in the2 textbox the GridControl.Current.ItemArray like this way :

textBox1.Text = CustomerID ;
textBox2.Text = ContactName ;

Do you have any example about this task?

Thanks so much for your attention.

Cheers
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Bind from DataGridControl

Post by Alex K. »

Hello,

Could you explain your problem in more details?
We are constantly making optimizations in our product. If you have any example that is running slow, please send it to us for analysis. We will try to find the issues and make some optimization.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Bind from DataGridControl

Post by Alex K. »

Hello,

Please see the sample report in attachment.

Thank you.
Attachments
763.SampleReport.mrt
(16.73 KiB) Downloaded 308 times
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

Bind from DataGridControl

Post by jjc »

Hi Aleksey,
that's was i need ,its work well :biggrin: .

Thanks so much for your help.

Have a good time.

Cheers:byebye:
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Bind from DataGridControl

Post by Andrew »

Hello,

Have a good time too!!!
Post Reply