Hello!!
I have the last version Q2 of the Telerik radcontrols for Asp. Net and i create a Rad Grid with the code bellow, but i want to disable or hide de Add Button control on the lest upper side..How can i do that?
I have the last version Q2 of the Telerik radcontrols for Asp. Net and i create a Rad Grid with the code bellow, but i want to disable or hide de Add Button control on the lest upper side..How can i do that?
<telerik:RadGrid id="RadGrid1" runat="server" gridlines="None" allowpaging="True" allowsorting="True" autogeneratecolumns="False" width="97%" enableajax="True" CellSpacing="0" DataSourceID="SqlDataSource1" AllowFilteringByColumn="True" onneeddatasource="RadGrid1_NeedDataSource" ShowFooter="True" > <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle> <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True"> <Selecting AllowRowSelect="True"/> </ClientSettings> <MasterTableView GridLines="None" Width="100%" CommandItemDisplay ="Top" DataSourceID="SqlDataSource1" > <Columns> <telerik:GridBoundColumn DataField="SequencialNumber" HeaderText="SequencialNumber" UniqueName="SequencialNumber" SortExpression="SequencialNumber"> </telerik:GridBoundColumn>