DataGrid "New Row" Position

Hi Guys,

Please, help me with the following issue:

I have a DataGrid. I'm adding/updating rows there. By default the special (empty) row for adding new record is beneath all other rows (at the bottom of the grid). Is there possibility to make it stay on top I need this much.

Thank you in advance.
Alexander.


Answer this question

DataGrid "New Row" Position

  • alipunk

    Paul is correct- this is not possible.

  • CLR-GURU

    Hi,

    I think this cannot be done. Microsoft would just tell you that its By-Design. I guess you could just place several textboxes on the top of your grid to mimic adding a row in the top. Just nanually add the row when a user presses enter or something...

     

    cheers,

    Paul June A. Domag



  • DataGrid "New Row" Position