[CLOSED] Mandatory warning in FieldLabel

  1. #1

    [CLOSED] Mandatory warning in FieldLabel

    Hi,

    We are using FieldLabel to set Label for TextBox and other controls. When Mandatory is checked, fieldlabel is also affected with the red colored warning indication. Please refer the screen shot attached.

    We need to show the mandatory validation only for the control not for the FieldLabel.
    Attached Thumbnails Click image for larger version. 

Name:	Mandatory.png 
Views:	27 
Size:	34.5 KB 
ID:	24082  
    Last edited by Daniil; Jul 21, 2015 at 10:58 AM. Reason: [CLOSED]
  2. #2
    Hi @speedstepmem4,

    I could not reproduce the issue with the test case below. Please provide your test case.

    Example
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v2 Example</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
    
            <ext:FormPanel runat="server">
                <Items>
                    <ext:TextField runat="server" FieldLabel="TextField 1" AllowBlank="false" />
                    <ext:TextField runat="server" FieldLabel="TextField 2" AllowBlank="false" />
                </Items>
            </ext:FormPanel>
        </form>
    </body>
    </html>

Similar Threads

  1. [CLOSED] Set HTMLEditor as a Mandatory field
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 12, 2015, 7:56 PM
  2. Replies: 2
    Last Post: Feb 06, 2015, 12:51 PM
  3. [CLOSED] mandatory field mark
    By speedstepmem4 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 01, 2013, 10:24 AM
  4. [CLOSED] Grid Cell mark as Mandatory
    By Peter.Treier in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 31, 2013, 8:23 AM
  5. [CLOSED] [1.0] Get all mandatory fields always in red
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 27, 2010, 2:14 PM

Posting Permissions