Hi,
In my Rad Grid,for editing & deleting i am using GridEditCommandColumn,GridButtonColumn. I need to set these 2 columns enabled=false after binding data to RadGrid.
Here is my code :
How to achieve this requirement.Please help me...
Thanks in advance...
In my Rad Grid,for editing & deleting i am using GridEditCommandColumn,GridButtonColumn. I need to set these 2 columns enabled=false after binding data to RadGrid.
Here is my code :
<
telerik:GridEditCommandColumn
ButtonType
=
"ImageButton"
HeaderStyle-HorizontalAlign
=
"Left"
HeaderText
=
"Edit"
ItemStyle-HorizontalAlign
=
"Left"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridEditCommandColumn
>
<
telerik:GridButtonColumn
ButtonType
=
"ImageButton"
CommandName
=
"Delete"
ConfirmDialogHeight
=
"100px"
ConfirmDialogType
=
"RadWindow"
HeaderText
=
"Delete"
ConfirmDialogWidth
=
"220px"
ConfirmText
=
"Are you sure you want to delete this Indent Item?"
ConfirmTitle
=
"Delete"
HeaderStyle-HorizontalAlign
=
"Left"
HeaderStyle-VerticalAlign
=
"NotSet"
ItemStyle-HorizontalAlign
=
"Left"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridButtonColumn
>
How to achieve this requirement.Please help me...
Thanks in advance...