当我单击我的 GroupCommand 时,我收到此错误:
"ReferenceError: record is not defined"
这是代码:
<DirectEvents>
<GroupCommand OnEvent="GrdHorarios_GroupCommand">
<EventMask ShowMask="true" MinDelay="2000" Msg="Carregando" />
<ExtraParams>
<ext:Parameter Value="record.data.IDBDRElenco" Mode="Raw" Name="elencoId">
</ext:Parameter>
<ext:Parameter Value="command" Mode="Raw" Name="commandName">
</ext:Parameter>
</ExtraParams>
</GroupCommand>
</DirectEvents>
我可以以其他方式使用record.data.anyfield
或GroupCommand
存在吗?