Search Results

Type: Posts; User: Spamme

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Thanks but I can't find the "Mode" property, we use ext.net v. 2.2, is it something new in ext.net v. 2.3 or 2.4?
  2. Hello

    Is it possible to disable and enable the password mask plugin? This means show and hide the password?



    <ext:TextField runat="server">
    <RightButtons>
    <ext:Button runat="server"...
  3. There is no TaskManager on the page
  4. function (el,skipDeep){if(Ext.isEmpty(el,false)){return null;}
    if(el.isComposite){return el;}
    if(el.getEl){return el.getEl();}
    if(el.el){return el.el;}
    var...
  5. It generates dozen of those "scripts" every second and the page is doing exactly nothing, it's just open, no user activity, no animations, nothing.
    is it normal? What are they for? It seems to be...
  6. Hello

    When an exception is raised and the OnError event is triggered the MessageBus doesn't work, is it normal?



    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Register...
  7. Hello

    Thanks for the reply, for the moment we have put everything in a formpanel and we use a reset button to clear them.
    If I find some time, I will create an example and post it, at the moment...
  8. How to clear the selection in a drop down field on the client? Like in the mobile device the little "x" beside the drop down to clear it.

    I have two drop down fields, one with checkboxes (multi...
  9. Thanks, it works.

    Although it would be "cleaner" without javascript, now you have to generate javascript, which is execute client side, at the end it's just a simple attribute of the input file...
  10. Hello

    Is it possible to set the accept attribute of the input file element for the FileUploadField?

    http://www.w3schools.com/tags/att_input_accept.asp
  11. Hello

    We would like to display contact information as business cards list like in outlook, similar to this one:
    http://weblogs.asp.net/blogs/rashid/ListViewCustomers_thumb_746FE473.png
    But we...
  12. The row editing plugin doesn't update the "update" button after remote validation. If a row is valid and the "update" button is enabled and a field with remote validation is changed and the field is...
  13. In the extra parameters of the remote validation the record if always null.



    <RemoteValidation OnValidation="Validate_Field">
    <ExtraParams>
    <ext:Parameter Name="Id"...
  14. When there are more than one GridPanel in a TabPanel, only the first GridPanel shows the EmptyText, the other GridPanel show nothing.



    <ext:ResourceManager runat="server" />
    ...
  15. I'm looking to have a field in a form panel with two different templates, one if the value is not null and one if the value is null. Is it possible?
    The field should be a picture, if the value is...
  16. Is it normal that the MessageBus will be not sent, when the direct event is not successful?

    I have in a try catch block the following code:


    public void Click(object sender, DirectEventArgs e)...
  17. Hello

    I've taken this example https://examples2.ext.net/#/GridPanel/Selection_Models/Checkbox_Selection/ and added a button to change the selection with a direct event but it doesn't work, is it...
  18. Hello

    Can the row editor plugin used in conjunction with a command column instead of the "update" and "cancel" button that it has?
    Can you have a command column with two buttons "Edit" and...
  19. I have tested it with ext.net 2.1 and upgrading to 2.2 solves the problem.
  20. If you remove the MinValue attribute from the NumberField the returned value is an empty string for Text and null for Value.
  21. Yes, but you don't have anymore the check for a minimal value.
  22. Hello

    I wanted to use for a non mandatory field a number field, the problem is, when the number field is empty, what is allowed, it returns the minimal value instead of the an empty value/string,...
  23. Thanks, it worked.
  24. I use ext.net version 2.1.0.29217 and this is what I get the first time the popup windows is created:
    6278
  25. Hi Daniil

    Thanks for the reply but it didn't work, here my test case.


    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
Results 1 to 25 of 36
Page 1 of 2 1 2