Search Results

Type: Posts; User: d18zj

Search took 0.01 seconds.
  1. mycode:

    <ext:TreeGridBooleanColumn Header="是否启用" DataIndex="IsUse" Width="60" TrueText="YES" FalseText="NO" />

    Screenshot(Not display YES or NO):
    5453
    I look at the source code, It is call...
  2. Thanks for Peter.
    I have to switch httphandler to solve this problem.
    Perhaps maybe use a custom of the webservice, but I have not tested.
    Refer to the...
  3. my code:


    <ext:ComboBox ID="OrderNo"
    runat="server"
    DisplayField="sOrder_No"
    ValueField="sOrder_No"
    TypeAhead="false"
    ...
  4. Thank you very much.
  5. Can you add a judgment here, if is empty, don't write back to the old value.
    in the file:

    <Ext.Net sources root>\Ext.Net\Build\Ext.Net\extnet\core\form\ComboBox.js
    in the sections:
    ...
  6. I also encountered the same problem.
    But set up ForceSelection="false" ,will be allowed to enter a non-existent List inside the value.
    As if only one more trigger button to clear a ComboBox.
    But...
  7. Thank you let us have so good Ext.net
  8. Test ok,thank you very much.
    My real project code is something like this:
    I wrong Settings StoreRegion's "AutoLoad " for false value,and Countries combobox's "Mode" set to "Local".
    So I wrong to...
  9. This's My Code:
    When I chose a country, the country list will shows once again.


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

    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Import...
  10. Although I have no test, but I know that this is ok.
    Just not so "friendly".
  11. First of all thank you for your answer.
    According to such doing can get parameters, but "Toolbar.Before" function returns false value cannot cancel the event.
    Now I have thought of method is to...
  12. this is my code,I want it assigned to a function of an object.
    Before="Toolbar.Before"

    <ext:Button ID="Button1" runat="server" Text="提交">
    <DirectEvents>
    <Click...
Results 1 to 12 of 12