I am working with Ext.Net1.0. and I am working with Grid Panel with grouping
In that I had set Group Command I want to hide 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>
How can I get GroupCommand??
Done with in ext:ImageCommandColumn and In prepareGroupCommand Function we can get Command Name through(command.command).