Can a GridDataBoundGrid have its empty new row at the top?

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

3 Replies

AD Administrator Syncfusion Team October 26, 2004 11:51 AM UTC

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


EW Eric Weber December 29, 2005 07:29 PM UTC

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!


ST stanleyj Syncfusion Team December 30, 2005 09:24 AM UTC

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

Loader.
Up arrow icon