Search Results

Type: Posts; User: richard

Search took 0.01 seconds.
  1. I am in xp and Windows 7 running on pure IE, is not compatible with IE9.
  2. Run on ie8 and ie9 there might be difference,Who can help?

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication14.WebForm3" %>

    <%@ Register...
  3. hi,In the code below,the viewport is inside window,But at runtime the viewport outside the window,why?
    5859


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm9.aspx.cs"...
  4. Hi,how to show EventMask before gridpanel first loading data ?
    I Use the following code,but doesn't work,it display the data before show eventmask.
    <Listeners>
    <BeforeLoad...
  5. It can be used. Thank you!
  6. Hi,
    I am editing my data in a gridpanel ,How to know the data has been modified or no changed?
    5718
  7. But in the website of the sample, and did not appear this kind of problem.The need for special treatment?
    https://examples2.ext.net/#/Form/ComboBox/SelectBox/
  8. HI,When I run this code,then Right-Click on the page and select "See page source code",it can see all the data?why?

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs"...
  9. It can be used. Thank you for your answer
  10. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication17.WebForm1" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  11. Enter doesn't work,Who can help? Thank you
  12. Hi,
    but the TextFields I want it not blank, and int the code I have set the value.


    TextField1.SetValue("123");
    TextField2.SetValue("ab");
  13. hi,in the code if the TextField set default value, and IsRemoteValidation='true' , Button1 is Disabled,why?
    and the value of #{FormPanel1}.getForm().isValid() is 'false'?
    but if i set ...
  14. Thread: Validation ?

    by richard
    thanks a lot! SeoNamseok.
  15. Thread: Validation ?

    by richard
    hi,in the code if the TextField have default text,Button1 is Disabled,why?
    and the value of #{FormPanel1}.getForm().isValid() is 'false'?

    <ext:Panel ID="Panel1"
    runat="server"
    ...
  16. Hi,
    in my store i want to remove a record trough a DirectMethod,but it don't work as these code.


    RowSelectionModel sm = this.GridPanelDep.GetSelectionModel() as RowSelectionModel;...
  17. hi ,
    When I click a button( the row button : detail), it pops up the following error. is this a bug?
    3945
  18. thanks a lot!
  19. thank you!
    but Where can I download V2.0?
  20. When I was learning examples(Custom Window with Record Details ),it always pop-up errors.
    "Ext.net.Store" does not contain a definition of the "GetById".
    the error code is "var record =...
Results 1 to 20 of 20