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

How to display AddNewRecordButton on Right Side in CommandItemTemplate instead of normal left side

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 30 Jan 2015, 06:56 AM
How to display AddNewRecordButton  on Right Side in CommandItemTemplate instead of normal left side

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 04 Feb 2015, 06:59 AM
Hi Vijay,

You can use the following rule to achieve the requested appearance:
<style type="text/css">
    div.RadGrid .rgCommandTable td {
        float: right;
    }
</style>

Hope this helps.

Regards,
Eyup
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
Grid
Asked by
Vijay
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or