Failed to include a control WebInput a WebGrid

1 reply. Last post: June 19, 2013 11:14 PM by Hans Kristian
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

By integrating WebInput control in WebGrid happens the following error:

Can't fin implementation object for CustomEditor 'WebInputNET'

I'm using WebGrid 7 and WebInput 4

<ISWebGrid:WebGridColumn Caption="Cuenta contable" DataMember="cuenta" Name="cuenta" 
                                    Width="100px" TextboxMaxlength="15" DataType="System.Decimal"
                                    CustomEditorName="WebInputNET" CustomEditorServerId="WebInput1" 
                                    EditType="Custom">
                                </ISWebGrid:WebGridColumn>
<table>
            <tr>
                <td>
            <ISWebInput:WebInput ID="WebInput1" runat="server" NumericInput="True" 
                        DecimalSeparator="" MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01">
                <HighLight IsEnabled="True" />
                <EditFormat IsEnabled="true" Type="Other">
                    <MaskInfo MaskExpression="999999999999999">
                    </MaskInfo>
                </EditFormat>
<DisplayFormat Format="9999999999">
<ErrorWindowInfo IsEnabled="False"></ErrorWindowInfo>
</DisplayFormat>
            </ISWebInput:WebInput>
                </td>
            </tr>
        </table>
All times are GMT -5. The time now is 8:48 AM.
Previous Next