This is a migrated thread and some comments may be shown as answers.

To set AddNewRowPosition propertie of grid in theme

1 Answer 32 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
MR
Top achievements
Rank 1
MR asked on 01 Aug 2011, 11:52 AM
is there possible to set the
addnewrowposition =bottom propertie of grid in grid theme

plz help

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 03 Aug 2011, 10:15 AM
Hello,

Thank you for your question.

Such a setting cannot be introduced in a theme. It can be done in code, by setting the AddNewRowPosition property of RadGridView to the desired position:
radGridView1.AddNewRowPosition = SystemRowPosition.Bottom;

I hope that you find this information helpful.
 
Kind regards,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
Themes and Visual Style Builder
Asked by
MR
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or