Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
Getting the TemplateAddRow above a fixed DataRow
posted

Hi,

I have an application where I have a fixed row to display some summary values and to have the possibility to set a value for all rows.

This fixed row has to be the very lat row of the grid.

Further I need a AddNewRow in this grid, too.

This AddNewRow has to be directly under the last "normal"/non-fixed data-rows.

Do I have a chance to get this layout (via code/hack/...)?

At the moment the only solution I see is to use 2 grids one for data and adding and one grid for the editable-summary.

Regards,

Wolfgang