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

GridView Add New Row

3 Answers 198 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thi Han
Top achievements
Rank 1
Thi Han asked on 10 Jan 2012, 10:26 AM
Hi,

        I want to show new row at the top of gridview.How can I do ?

With Regards,
Aung Zaw Thant

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 11 Jan 2012, 01:06 PM
Hi Thi Han,

Thank you for writing.

Could you please provide me with a bit more details regarding your scenario, so I can be useful. Here are some questions that will help me get into your case:
- Do you want to change the position of the "Click here to add new row" row in RadGridView?
- Do you want the rows added by the users to be added on the top?
- Do you want the rows added programatically to be added on the top? 
- Are you using bound or unbound mode? If bound, please provide details for your data source.

I am looking forward to your reply.
 
Regards,
Stefan
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

0
Ebrahim
Top achievements
Rank 1
answered on 15 Jan 2012, 02:38 PM
Hi Thi Han,

I think you were looking for this

this.GridView.AddNewRowPosition = SystemRowPosition.Top;


Regards,
Ahmed
0
Stefan
Telerik team
answered on 18 Jan 2012, 12:56 PM
Hi,

This thread is continues here: http://www.telerik.com/community/forums/winforms/gridview/gridview-row-add.aspx.

All the best,
Stefan
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

Tags
GridView
Asked by
Thi Han
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Ebrahim
Top achievements
Rank 1
Share this question
or