单击单元格时未激活编辑模式
<telerik:RadGrid RenderMode="Lightweight" ShowGroupPanel="true" AutoGenerateColumns="false" ID="grd_log" BorderWidth="0" Font-Size="Smaller" AllowFilteringByColumn="True" AllowSorting="True" Width="100%" ShowFooter="True" AllowPaging="True" runat="server" PageSize="250" PagerStyle-AlwaysVisible="true" AllowAutomaticUpdates="True" AllowAutomaticInserts="false"
OnNeedDataSource="grd_log_NeedDataSource"
OnBatchEditCommand="grd_log_BatchEditCommand">
<GroupingSettings CaseSensitive="false"></GroupingSettings>
<MasterTableView CommandItemDisplay="TopAndBottom" AutoGenerateColumns="false" AllowFilteringByColumn="True" ShowFooter="false" ShowHeader="true" DataKeyNames="bol_number" EditMode="Batch" AllowAutomaticInserts="false">
<BatchEditingSettings EditType="Cell" HighlightDeletedRows="true" OpenEditingEvent="Click" >
</BatchEditingSettings>
<CommandItemSettings ShowAddNewRecordButton="false" />
<Columns>...
我的建议是测试以下演示并查看是否存在问题:https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx。
如果没有,请