The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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
ADAdministrator 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.