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

GridEditColumn at the rightmost in default skin of application

1 Answer 12 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
prarthana
Top achievements
Rank 1
prarthana asked on 11 Sep 2014, 01:08 AM
Hi,

My project want to declare all default properties of telerik under default skin of App_Themes(basically trying to globalize so that page wise changes can be avoided) and my project is a .net web application.I am able to declare most of the telerik theme and skin properties globally under default skin of App_themes. I want to even declare <telerik:GridEditCommandColumn ></telerik:GridEditCommandColumn> globally  which i am able to do but it appears as the first column of grid in all my web pages but i want it to appear as last column and every web page has varying number of grid columns.Please suggest me is it possible.              

Thanks...

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 15 Sep 2014, 10:05 AM
Hi Prarthana,

You could achieve your scenario by setting the RadGrid control AutoGenerateEditColumn to true instead of declaring a column the RadGrid Columns collection. This way the column will be created as last.

Regards,
Antonio Stoilkov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
prarthana
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or