Page 1 of 1

Bind from DataGridControl

Posted: Mon Jan 03, 2011 10:49 pm
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

Bind from DataGridControl

Posted: Tue Jan 04, 2011 1:55 am
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.

Bind from DataGridControl

Posted: Tue Jan 04, 2011 2:39 am
by Alex K.
Hello,

Please see the sample report in attachment.

Thank you.

Bind from DataGridControl

Posted: Tue Jan 04, 2011 9:17 pm
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:

Bind from DataGridControl

Posted: Wed Jan 05, 2011 12:01 am
by Andrew
Hello,

Have a good time too!!!