Search Results

Type: Posts; User: rickywu

Search took 0.01 seconds.
  1. I use SelectField in one single page directly but got error when tap select field:
    Uncaught TypeError: Cannot read property 'add' of undefined

    Did I missed any thing?



    <%@ Page...
  2. There is one combobox column in a gridpanel,
    I want it show the display field value in column and also the tooltips also show the display field, please help, thanks.


    <%@ Page Language="C#" %>...
  3. I configured in web.config like this:
    <extnet theme="Triton" locale="zh-CN" scriptMode="Debug" ... />

    All things worked fine except directmethod mask and GridFilters.
    The directmethod load mask...
  4. solved by add total row in plugin
  5. I think it's Ext JS but, because I solved by this:
    clear combobox text after return search result
  6. Solved by use after remove all option


    this.Status.InsertItem(0, "Stop", "S");
    this.Status.SelectedItems.Clear();
    this.Status.SelectedItems.Add(new Ext.Net.ListItem { Value = listvalue });...
  7. the removeall funtion for buttonchange not work,
    also tried use in code behind:


    this.Status.GetStore.RemoveAll();

    still not work


    <%@ Page Language="C#" %>
  8. PressedCls not available in Ext JS 6


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

    <!DOCTYPE html>

    <html>
    <head runat="server">
    <title>Ext.NET v4 Example</title>
  9. Can any one help me?
  10. Please try the sample, try these steps to reproduce:
    1. type prod and press button, then select any result, you will see two msg notified.
    2. type 100 and press button, then select the only one...
  11. solved, just use #{EastPortal}.getLoader().load
  12. Please try the sample


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

    <%@ Import Namespace="Ext.Net.Utilities" %>

    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
  13. I added dockeditem but shows initial text bellow page tool bar,
    but I want it show the correct result for each date group,
    please try the sample


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

    <%@ Import...
  14. QueryDelay works fine, thanks
  15. please use the sample: https://examples4.ext.net/#/Calendar/Overview/Remote_Data/

    how to add customized field in the event window, also I want to customize the display text in calendar view.
  16. Thank you so much, work very well, plz close this.
  17. Try the sample bellow, I want it runs like this:

    When I typing text nothing happened, when type finished press Enter or click zoom icon, it calls searchworkitem direct method and return result,...
  18. I have tested create one web site build on Ext.Net and runs well in debug and standalone web site mode

    But If I create one virtual folder in Team Foundation Server's site and deploy my project in...
  19. I tried this example but got view is not defined js error


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script runat="server">
    ...
  20. I have used preparetoolbar disable command button and it works fine


    <PrepareToolbar Fn="prepareToolbar"/>

    var prepareToolbar = function (grid, toolbar, rowIndex, record) {
    ...
  21. I want to disable popup menus when typing, because the result is empty when typing search string

    also want to enable to show popup menu after called direct method

    I tried disable listener and...
  22. I wang to add some fields in the event add panel,
    also I need override eventmodelcollection class, do I need bind the data mannually?
Results 1 to 22 of 22