I have the following definition for my RadGrid:
As you can see, I have the auto generated edit column property set to false. Regardless, the Edit column continues to appear as the far right hand column in my grid.
Please don't tell me to hide it in PreRender....while this does hide the column, the header columns and remaining grid items are out of alignment.
For what it is worth, I can create my own Edit column <telerik:GridEditCommandColumn UniqueName="colEdit" Display="true" > without any problems, it's just that the auto generated column continues to remain at the far right side of the grid. When I do this, both columns of Edit links are functional.
Any help would be appreciated. I am using the most current release of the toolkit.
Edit: I attached a .jpg screen shot showing the stubborn Edit column.
<
telerik:RadGrid
ID
=
"gvForecast"
runat
=
"server"
Width
=
"100%"
Height
=
"425px"
AutoGenerateEditColumn
=
"false"
AutoGenerateColumns
=
"false"
GridLines
=
"None"
Skin
=
"Office2007"
ShowFooter
=
"True"
CellSpacing
=
"0"
OnCancelCommand
=
"gvForecast_CancelCommand"
OnItemDataBound
=
"gvForecast_ItemDataBound"
OnItemCreated
=
"gvForecast_ItemCreated"
OnItemCommand
=
"gvForecast_ItemCommand"
OnColumnCreated
=
"gvForecast_ColumnCreated"
AlternatingItemStyle-BackColor
=
"#E2EDFE"
>
Please don't tell me to hide it in PreRender....while this does hide the column, the header columns and remaining grid items are out of alignment.
For what it is worth, I can create my own Edit column <telerik:GridEditCommandColumn UniqueName="colEdit" Display="true" > without any problems, it's just that the auto generated column continues to remain at the far right side of the grid. When I do this, both columns of Edit links are functional.
Any help would be appreciated. I am using the most current release of the toolkit.
Edit: I attached a .jpg screen shot showing the stubborn Edit column.