如何在 Ext.Net 中隐藏 Gridpanel GroupCommand

Posted

技术标签:

【中文标题】如何在 Ext.Net 中隐藏 Gridpanel GroupCommand【英文标题】:How to hide Gridpanel GroupCommand in Ext.Net 【发布时间】:2012-05-25 10:04:00 【问题描述】:

我正在使用 Ext.Net1.0。我正在使用带有分组的网格面板 我已经设置了 Group Command 我想隐藏 Group Command..

<ext:ImageCommandColumn Width="110">
                    <GroupCommands>
                        <ext:GroupImageCommand CommandName="Delete" Icon="Delete" Text="Delete" RightAlign="true">
                            <ToolTip Text="Delete" />
                        </ext:GroupImageCommand>
                        <ext:GroupImageCommand CommandName="Edit" Icon="TableEdit" Text="Edit" RightAlign="true">
                            <ToolTip Text="Edit" />
                        </ext:GroupImageCommand>
                    </GroupCommands>
                </ext:ImageCommandColumn>

如何获得 GroupCommand?

【问题讨论】:

【参考方案1】:

你可以看这个帖子http://forums.ext.net/showthread.php?11425-CLOSED-Reach-Command-coloumn-at-run-time-with-javascript&p=46416&viewfull=1#post46416

【讨论】:

这个链接对我没有帮助..原因是我正在使用组命令,另一个是我添加了 commandHandler 根本没有被调用 在 ext:ImageCommandColumn 和 prepareGroupCommand 函数中完成,我们可以通过(command.command) 获取命令名称。【参考方案2】:

在 ext:ImageCommandColumn 和 prepareGroupCommand 函数中完成,我们可以通过(command.command) 获取命令名称。

【讨论】:

以上是关于如何在 Ext.Net 中隐藏 Gridpanel GroupCommand的主要内容,如果未能解决你的问题,请参考以下文章

Ext.Net学习笔记17:Ext.Net GridPanel Selection

如何刷新 Ext.NET GridPanel 的内容?

如何在 GridPanel Ext.net Razor 中按名称获取值

Ext.Net学习笔记14:Ext.Net GridPanel Grouping用法

Ext.Net学习笔记13:Ext.Net GridPanel Sorter用法

如何从 Ext.net 3 剃须刀引擎列表中填充 GridPanel?