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 want to create a form to edit one record of a table like VS.NET Property Page Window. It has two collumns: "Field Name" and "Field Value".
Each row of "Field Value" cell could have different type of data: text,numeric,datetime and pickup list.
My question is: Do you have any similar samples to give me clue? Which grid control shoud I use for this purpose?
Thank you!
ADAdministrator Syncfusion Team September 23, 2004 12:18 AM UTC
Since each row will have different cell types/data, I would recommend using a GridControl. This lets you loop through the cells and setup each cells contents individually.
Stefan
ADAdministrator Syncfusion Team September 27, 2004 02:31 PM UTC
Thanks for the reply Stefan.
Do you have any sample code (C#) that demonstrates how this could be done?
Regards.
>Since each row will have different cell types/data, I would recommend using a GridControl. This lets you loop through the cells and setup each cells contents individually.
>
>Stefan
>
ADAdministrator Syncfusion Team September 27, 2004 02:38 PM UTC
You need the underlying datasource which represents a row for each field with name and fieldinformation.
Once you have that datasource you can fill the grid. I can help you with filling the grid (it''s bassically just setting cell text and cell types), but the key is that you first need to have the underlying datasource available before we can create a sample for it how to fill the grid.
Stefan