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.
>>>> Is there any way to replace DataGrid with GridDataBoundGrid ?? Given I have my own customized Table / Column Styles defined, many thanks
>>>> mark
>>>> should be GridBoundDataGrid - tepo.
>
> >>>> Is there any way to replace DataGrid with GridDataBoundGrid ?? Given I have my own customized Table / Column Styles defined, many thanks
> >>>> mark
ADAdministrator Syncfusion Team March 5, 2004 09:04 PM UTC
There is no way to use your DataGridColumnStyles in our GridDataBoundGrid.
You would have to use GridBoundColumns with GridStyleInfo''s set so the columns use one of our cell controls. You can derive your own cell controls if you need fuctionality that we do not offer out of the box.