Search Results

Type: Posts; User: kfc427

Search took 0.01 seconds.
  1. Ext.net version: 2.1.1.17719
    IE version: V9.0.8112.16421
    Google Chrome version: 29.0.1547.66 m

    To change striperows color in gridpanel, overwrite default style as below. It come into effect in...
  2. Wow, I just made a "junior" mistake.

    Just forgot to add "App" before components, just as

    App.gridpanel.body.mask();

    This thread will be closed.
  3. Before Ext.net kit was uploaded to 2.1, below javascript can be executed normally.


    function fnMyDeviceDistribute(cmd, rec) {
    if (cmd == "Picture") {
    ...
  4. Thanks Daniil!!
    all issues are clear now. Please close this thread.
  5. Hi Daniil,

    Thanks a lot for your detail illustration.

    Issue 1, the root cause was found out finally. The grid view does not refreshed results from Linq DB reading issues instead of Ext stuff....
  6. Hi Ext support team, recently I confronted several issues on OnBeforeStoreChanged applied within Ext.net 2.2.0.40838 for GridPanel grid data add&edit saving, the implementation was based on the...
  7. This issue had been fixed. So the thread will be closed.

    this.pnlCenter.SuspendScripting(); is a incorrect call method,
    this.pnlCenter.Loader.SuspendScripting() is the correct one.
  8. Upgrade previous Ext.net to v2.1.1, and an exception as below popped up while run the project.

    You have to set widget's ID to call its methods (widget - Ext.Net.ComponentLoader)
    What should I...
  9. Upgrade the Ext.net version from 1.X to 2.1.1, an exception "ResourceManagerProxy does not exist in Ext.net" pop up while do compile.

    How to use ResourceManagerProxy in Ext.net 2.1.1??

    Thanks...
  10. Thanks a lot, geoffrey.
    There must be many changes after 1.0 version. I'll review the change log right now.
  11. Recently I upgrade the Ext.net from 1.0 community to 2.1.1 community version.
    But after new 2.1.1 dll files involved, below error message is popped up:
    Namespace "Ext.net" does not contain type or...
  12. I ran into this issue recently, has this issue been fixed?
    If so, could you share how did you update?
Results 1 to 13 of 13