I'm asking if there is any way to have not only positioning at the bottom of the adding new row section, but also making this row always visible when i'm scrolling the table.
In other words, I know the way to positioning at the bottom the adding new row section (gridToConfigure.MasterGridViewTemplate.AddNewRowPosition = PinnedRowPosition.Bottom;)
But I'm trying to avoid the need to scroll when I have many rows on my table and I want to add a new row.
Can anyone help me please?
Thanks in advance, regards
Alvaro
In other words, I know the way to positioning at the bottom the adding new row section (gridToConfigure.MasterGridViewTemplate.AddNewRowPosition = PinnedRowPosition.Bottom;)
But I'm trying to avoid the need to scroll when I have many rows on my table and I want to add a new row.
Can anyone help me please?
Thanks in advance, regards
Alvaro