How do I sync Position between one Datagrid and Textbox

I have a datagrid bind to a table. And a text box bind to the same table. When I move around cells on datagrid I want the text box display current cell on this datagrid. Help me please. Thanks for your help

2 Replies

AD Administrator Syncfusion Team April 5, 2003 05:52 PM UTC

Check out this FAQ: Can I display the rows in my datagrid in a free-form layout using textboxes on a panel? http://www.syncfusion.com/faq/winforms/search/992.asp


AD Administrator Syncfusion Team April 9, 2003 07:51 AM UTC

> Check out this FAQ: > > Can I display the rows in my datagrid in a free-form layout using textboxes on a panel? > > http://www.syncfusion.com/faq/winforms/search/992.asp > > bind ur textbox and datagrid to the same dataset,i.e the name of the dataset should be same in both the cases.

Loader.
Up arrow icon