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.
Can I display a column in datagrid(bound to a dataview) from same table but having value from different row.
Data EG.:
ID1 ID2 DESC
1 1 "A1"
2 2 "A2"
3 2 "A3"
Should display:
A1 A1
A2 A2
A3 A2
i tried with jointextboxcolumn class.
Hi Vipul,
Where did you get that JoinTextBoxColumn class or how did you construct it ? I am trying to make a datagrid with some columns showing data from a parent table. Other people refer to the JoinTextBoxColumn too, but there info does not tell where it comes from. I would be very grateful for any hints on this class.
Regards, Joost
> Can I display a column in datagrid(bound to a dataview) from same table but having value from different row.
>
> Data EG.:
> ID1 ID2 DESC
> 1 1 "A1"
> 2 2 "A2"
> 3 2 "A3"
>
> Should display:
> A1 A1
> A2 A2
> A3 A2
>
> i tried with jointextboxcolumn class.