Search Results

Type: Posts; User: tactime10

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Ok Daniil,
    I will try with your example, compare with my case and then I will give you a feedback.

    Bye.
  2. Hello Baidaly,
    below my reply.



    Do you mean that in your case the single selection
    and multiple selection fires the SelectionChanges event ?
  3. OK, thank you for your explanation.
  4. Hi all,
    I want to alert that I experienced that in my GridPanel if I specify <ext:RowSelectionModel runat="server" Mode="Single"> the inner <SelectionChange Handler="..." is not fired when I move...
  5. Hello all,
    I notice that if I configure a password validation form (taken from examples) and use a PasswordMask plugin the field password confirmation doesn't check if the two strings (new password...
  6. Hi,

    in the following example when you set Locked="true" the page is shown correctly with column locked, but if you try to unlock the column or lock other columns with header menu of gridPanel in...
  7. yes of course, I need to understand which is the best way for validate the fields on the cellediting plugin before to save element on database.
    For example I need to understand if in one column...
  8. Hi,

    I tried to set RemoteValidation on textField in my gridPanel with CellEditing plugin, and I see that textField is always empty because the e.Success on CheckField method return always true.
    ...
  9. I updated the version under SVN and it works now.
    Thank you so much.
  10. Hi,

    in the following example if I set the locked="true" for column ID the filterHeader plugin doesn't work
    also buttons in DockedItems doesn't work.


    <%@ Page Language="C#" %>
    <%@ Register...
  11. I'm wrong, it works.

    Thank you.
  12. Hi,

    I update Ext.Net version 2.3.1 via SVN but I see the same error when I run my page into the IE8


    <%@ Page Language="C#" %>

    <%@ Register assembly="Ext.Net" namespace="Ext.Net"...
  13. Hi,

    I use in my application the property IsEmpty in order to understand the field is empty or not, so I create a query to run on the database.

    I see the 'field.IsEmpty' take different value...
  14. ok thanks
    Regards.
  15. Hi,

    I found the solution attached below and it works for IE7, IE8, firefox and Chrome.



    <%@ Page Language="C#" %>

    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
  16. Hi,

    this solution works the IE7 only?
    I tried with IE8 and it doesn't work.
  17. I tried as you suggest but it doesn't work because
    the viewport contains the other components that I see enabled when I run my page, instead I need the viewport disabled
    when the login is loaded...
  18. Hi,

    thanks for the replies, I tested https://examples2.ext.net with IE7 and it works.
    However I generated an example in order to show my problem with IE7 because my page don't have problem of...
  19. Hi,

    for the why reason the ext.net 2 doesn't work with the ie7?
    I tried to run my page on another pc with ie7 and I cannot use the page in any way.
    There is a solution for this issue?

    Thnk you
  20. Ok,

    thank you for the reply, with the isEmpty property my application works,
    also I think that the nullable value it's better.

    Regards.
  21. I try to explain better,

    the hidden value for me is the value of the .Text property when the dateField is empty after the button search is clicked.
    I know that the dateField depends on a culture...
  22. Hi,

    the pages displayed into the pictures show the message with hidden value after click on the search button.
    The browser is Firefox 20, also I tried with Chrome and the page behaves in the same...
  23. I thought that I setting the SelectedDate property it fixed the hidden value of dateField
    when the dateField is empty and the search button is clicked.
    In any way I want to set hidden value the...
  24. I used the property SelectedDate as you said me,
    but when I run my page I see the field inizialized with value of the SelectedDate
    property instead I want to see the field empty.

    The code below...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4