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.
Does anybody know if it is possible to have the empty new row at the top of a GridDataBoundGrid instead of having it at the bottom?
I know that the GridGroupingControl does it, but I prefer to use the GridDataBoundGrid
ADAdministrator Syncfusion Team October 26, 2004 06:51 AM
There is no property setting to enable this like with the GridGroupingControl.
So you would have to handle this yourself. You could put a frozen row at the top and use it for the addnew row. Here is a rough try at doing this.
AddNewAtTop_9599.zip
EWEric WeberDecember 29, 2005 02:29 PM
same question 1 year later......does the GDBG have an option to put the empty row at the top of the grid instead of the bottom? I ran into all kinds of compile errors when trying to run the attached sample.
thanks!
STstanleyj Syncfusion Team December 30, 2005 04:24 AM
Hi Eric,
I was able to run the sample, changing the Syncfusion reference in 4.1.0.10. There is no property in GDBG as in GGC.
Regards,
Stanley