<
telerik:RadGrid ID="rgdGrid" runat="server" AutoGenerateColumns="False" Culture="en-GB"
ShowStatusBar="True" ShowFooter="False" OnUpdateCommand="rgdGrid_UpdateCommand"
OnEditCommand="rgdGrid_EditCommand"
OnItemDataBound="rgdGrid_ItemDataBound" OnCancelCommand="rgdGrid_CancelCommand"
AllowSorting="True" GroupingEnabled="False" OnSortCommand="rgdGrid_SortCommand"
Width="100%" ShowGroupPanel="True" Skin="Web20"
MasterTableView-CellPadding="0" MasterTableView-CellSpacing="0" CellPadding="0" >
<MasterTableView EnableHeaderContextMenu="true" EditMode="InPlace"
ItemStyle-Wrap="False" CommandItemDisplay="Top" >
<CommandItemSettings ExportToPdfText="Export to PDF" ShowExportToExcelButton="true" ShowExportToWordButton="true" />
<
CommandItemTemplate>
<asp:LinkButton ID="btnEditSelected" runat="server" CommandName="EditSelected" />
<asp:LinkButton ID="btnUpdateSelected" runat="server" CommandName="UpdateSelected" />
</CommandItemTemplate>