Search Results

Type: Posts; User: mmmartins

Search took 0.09 seconds.
  1. What is the impact of migrating from version V1 to V2?

    What is the best strategies to perform this migration?

    What is the best material to evaluate this migration?
  2. I'm using a textField with a plugin ux: InputTextMask in mobile (Android version 2.3.3) and is occurring formatting error in typing the information.

    Following example:



    ...
  3. Daniil Hello!

    I have reviewed the code and actually exists in a Ext.Net.DateField Ext.Net.HeaderColumn.

    I will use the DateField properties to change the texts.

    Thank you for your...
  4. Hi Daniil,

    Need to change the text of the calendar that is displayed by Ext.Net.DateColumn.

    For Ext.Net.DateField I can change the text of the calendar using the properties MonthName,...
  5. It is possible to implement the properties MonthName, DayNames, MonthYearText, NextText, PrevText and TodayText for Ext.Net.DateColumn.

    These properties exist for Ext.Net.DateField.
  6. Correcting the title of the thread:

    When I change the value of property 'FieldLabel' via codebehind, the contents of the property 'LabelSeparator' disappears.

    The following example:
  7. When I change the value of property 'FieldLabel' via codebehind, the contents of the property 'LabelSeparator' disappears.

    The following example:



    ...
  8. How to translate the texts "Sort Ascending", "Sort Descending" and "Columns" filter on the grid according to the attached image?
  9. When I use the property ReadOnly=true for the ext:DateField which contains the plugin ext:InputTextMask, when viewing the page, it allows entering information.

    The following example:



    ...
  10. When I use the property Disabled=true for the ext:DateField which contains the plugin ext:MonthPicker, when viewing the page, the picker button is enabled and generates a javascript error (Runtime...
  11. Yes, it's a System.Web.UI.WebControls.CompositeControl. There is how to implement this validation in a CompositeControl that reuse the Ext.Net?
  12. sorry, the correct name is Composite Server control. See part of the definition:


    #region Class Attributes

    [

    AspNetHostingPermission(SecurityAction.Demand, Level =...
  13. I did this but the following error occurs on the page:


    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the...
  14. I created a web server control (composite control) that contains an Ext: TextField.

    The following structure was encapsulated in Web server control:


    <ext:CompositeField ID="CompositeField1"...
Results 1 to 14 of 14