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.
Hi, I used the code from the faq "How can I display master-details-details in three separate grids? " and I have trouble setting the tablestyles. I would like to hide and set the width of columns. Has anyone had any success with this? Thanks.
Asalam O Alikum,
This work is done using Dataset.First you Add All tables which have relation among them.For Example there are three tables Order,OrderDetails,Cutomers
U fill data in dataset as with help of DataAdapter
dataadapter1.fill(Ds,"customers")
dataadapter1.fill(Ds,"orders")
dataadapter1.fill(Ds,"orederdetails")
then u add relation in dataset.at this moment i dont know syntax but i suggest u article to read it is too good.it fulfill ur requirement easily.
the link is
http://msdn.microsoft.com/msdnmag/issues/03/08/DataGrids/default.aspx
this is too good and interesting.must read it to concept more clead
> Hi, I used the code from the faq "How can I display master-details-details in three separate grids? " and I have trouble setting the tablestyles. I would like to hide and set the width of columns. Has anyone had any success with this? Thanks.
>