Jun 02, 2023, 4:47 PM
.Net Core Syntax
I am trying to find example to convert my below code/Syntax to new .net core that I couldn't find. I can see now Editor as 'modelEditor' property but not sure how do I set properties and Listensers with the 'modelEditor'.
<ext:Column ID="Column16" renderer="testRenderer" >
<Editor>
<ext:NumberField ID="nfStandardBatchesMixed" runat="server" HideTrigger="true" KeyNavEnabled="false"
SelectOnFocus="true">
<Listeners>
<Focus Handler="if(this.getValue() == 0)this.setValue('');" />
<SpecialKey Fn="editorKeyDown" />
</Listeners>
</ext:NumberField>
</Editor>
</ext:Column>
Last edited by Fahd; Jun 05, 2023 at 4:18 PM.
Reason: Moving code to the code block