Change position of add a new Row and Custom Filtering Row

1 Answer 56 Views
FilterView GridView
Henri
Top achievements
Rank 2
Iron
Iron
Iron
Henri asked on 29 Aug 2024, 09:11 PM

Hi everyone,

Does anyone know how to change the position of the "Add New Row" and the "Custom Filtering Row"?

Currently, the standard layout is as shown in the image below. I'd like to position the "Custom Filtering Row" just below the header and the "Add New Row" below the "Custom Filtering Row."

1 Answer, 1 is accepted

Sort by
0
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 30 Aug 2024, 01:17 PM

Hello, Henri,

Yes, you can achieve this. You can use the Move method of SystemRows as follows:

this.radGridView1.MasterView.SystemRows.Move(1, 2);

I hope this helps. If you have other questions do not hesitate to contact us.

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
FilterView GridView
Asked by
Henri
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or