0
當我在group命令點擊,我得到這個錯誤:group命令額外的參數(record.data。)
"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
還是存在其他方式?
中您可以使用記錄[0]一個group命令.data.anyfield ... 謝謝.. – assoline 2013-03-06 14:47:38
後爲答案+接受.... – Vogel612 2013-03-06 16:38:28