<
telerik:RadGrid runat="Server" ID="InfoGrid" Skin="Office2007" AutoGenerateColumns="true" AllowAutomaticInserts="true" AllowAutomaticUpdates="true" AllowAutomaticDeletes="true">
<SelectedItemStyle CssClass="SelectedStyle" />
<MasterTableView CommandItemDisplay="TopAndBottom">
<CommandItemTemplate>
<asp:LinkButton runat="Server" ID="btnAdd2" Text="Add Incentive" CommandName="InitInsert" />
</CommandItemTemplate>
<Columns>
<telerik:GridBoundColumn UniqueName="IncentiveID" ReadOnly="true" Display="False" DataField="IncentiveID" ForceExtractValue="InEditMode" />
<telerik:GridBoundColumn HeaderText="Details" DataField="Incentive" UniqueName="Incentive" />
</Columns>
<NoRecordsTemplate>There Are Currently No Incentives</NoRecordsTemplate>
</MasterTableView>
</telerik:RadGrid>
6 Answers, 1 is accepted
I don't see anything wrong in your code - the CommandItem row should be displayed as expected.
May I ask you to provide a runnable demo so we can debug it locally?
Regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
It seems that I'm missing something obvious since I'm still unable to reproduce this problem. Please, either provide step by step instructions or a runnable demo so I can recreate your scenario.
The only idea that crosses my mind at this point is that you use a version of RadControls which doesn't support Internet Explorer 8. Note, that we introduced support for this browser in RadControls for ASP.NET AJAX Q1 2009 SP1 (version 2009.1.402)
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.