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

Help on Grid Edit Column

3 Answers 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pramod
Top achievements
Rank 1
Pramod asked on 06 Apr 2011, 09:37 PM
Hi,

I want to display Edit column of Rad grid as the first column. Now it shows as the last column of the grid.

Could some one help me how can I move this column to very first column.

Thanks

3 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 07 Apr 2011, 05:47 AM
Hi Pramod,
  <Columns>
 <telerik:GridEditCommandColumn UniqueName="EditCommandColumn">
                </telerik:GridEditCommandColumn>
                <telerik:GridBoundColumn Visible="False" UniqueName="Country" HeaderText="Country"
                    DataField="Country" EditFormColumnIndex="1">
                </telerik:GridBoundColumn>

  </Columns>

plz replace the position of  GridEditCommandColumn .


Thanks,
Jayesh Goyani
0
Shinu
Top achievements
Rank 2
answered on 07 Apr 2011, 06:49 AM
Hello Pramod

Another approach is to make use of the OrderIndex property that enables you to change the location of the columns. The following documentation will give you a clear idea about working with this property.
Help documentation

Have a nice day.


-Shinu.
0
monika
Top achievements
Rank 1
answered on 15 Apr 2011, 09:38 AM
Hiiiii


I also have a same question but i want to do this with moss.
I used a rad grid in my portal site but the edit column is the last column in my rad grid.
Now i want to change it and want it as a first column. I  tried to use  it but its not working.
Can u please solve my  problem with anotherway.

Thanks
Tags
Grid
Asked by
Pramod
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
monika
Top achievements
Rank 1
Share this question
or