Search Results

Type: Posts; User: wazige

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Is this correct? It looks weird to have an array there?


    gstore.addField({ name: [s[i].Name] });
  2. Oh no actually no, we're using REV3491 from march this year. We're trying to get our code finalized so we couldn't risk upgrading.
    We hope to have a definitive build soon so we can upgrade and...
  3. Confirmed to work. Thanks a lot
  4. Hello Vlad,
    thank you, the removing part works. However UpdateSelection throws a javascript error:


    MyMultiCombo.clearSelection()

    Object does not support this property or method.


    It is...
  5. Hi there,

    On my page there's a MultiCombo which empty during pageload. With a DirectEvent I add Items to it like so:



    MyMultiCombo.AddItem("Name", "Value");


    However I would like for a...
  6. Where is Store_Refresh actually called?
  7. Firefox doesn't seem to care about trailing commas, IE does. Doesn't have to do anything with the web server
    I like to run JSLint (http://www.jslint.com/) to locate obscure Javascript errors.
  8. You're getting a reference to a DOM element by using document.getElementById. You should get a reference to the javascript object that points to the instance of the ExtJs class for combobox. Try...
  9. Thread: StartMenu Title

    by wazige
    I think you want to do this in code behind?
  10. Of course. Why didn't I think of that myself. Thanks so much
  11. Yup it works. Thanks!
  12. Hey fellas,

    Here's what I'm trying to do. I have a column on my gridpanel that's generated during pageload and added using AddColumn. I want to make that the column for autoexpand. However setting...
  13. Hi guys, I found what I believe is another bug with the DisabledDates property of DatePicker (and subsequently DateField).

    As of now it correctly updates when I modify the DisabledDates property...
  14. I couldn't reproduce the error. What version of ExtNet are you using? Also, are you sure there isn't something in the code behind that might be messing things up?
  15. Don't really know whats so special about this. But anyway what about this?





    <%@ Page Language="C#" AutoEventWireup="true" %>
    <script runat="server" type="text/C#">
    private readonly...
  16. The ID column is negative probably because there is no IDProperty set on the reader. Correct me if I'm wrong but I think IDProperty works only for JSONReaders?
  17. It would probably go a little something like this. You would have to rewrite some stuff because you cannot directly return the result of an ajax request in a JS function. This is because it's an...
  18. Here you go mate



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

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

    <script runat="server">
    protected void Page_Load(object sender,...
  19. Ok, thanks for the heads up!
  20. Something like this? https://examples1.ext.net/#/GridPanel/Plugins/HybridSummary/
  21. Coincidentally I had the same problem today. Solved it by just disabling column resizing. But that may not be an acceptable solution for you.
  22. It works now. Thanks !
  23. Hi. Since upgrading from ExtNet 1.0 revision 3141 to the current version there seems to have been some changes in how getRecordsValues () on the Store works.

    Given we have a recordfield definition...
  24. Hi. Thanks again for the speedy solution to the previous problem I posted here. However there are some unforseen consequences with the DateField. When I call DateField.UpdateDisabledDates() (in a...
  25. This is a thread that's over two years old. Anyway, is your application pool running in classic mode?
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4