Search Results

Type: Posts; User: syncos

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Alright, that workaround will do fine. Thanks for the help!
  2. That seems to be a working solution. I'm now using AutoLoad=false and wStore.LoadData(list); instead of wStore.DataBind();
  3. Thanks for looking into it.
  4. Alright, I'll try it with manual loading later.

    About reproduction, did you try with the longer data source from my 2nd post? I'm testing with VS 2012 on IE9. The sample is configured (in the...
  5. I did some more investigation and could improve reproduction by increasing the data list of the store:

    protected void Page_Load()
    {
    var list = new object[1000];
    for (int i = 0; i <...
  6. Consider following example page which initializes SelectedIndex of a ListView:

    <%@ Page language="C#" autoeventwireup="true" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  7. Works great now, thanks!
  8. You'll probably lose the NumberChanged event (ie. it might not fire)
  9. Ah, didn't think of that, thanks.

    While this gets the user control loaded it deactivates the selected tab, and if I add more then one tab it messes up the tab order.

    Would it make sense to...
  10. works great, thanks for the effort :-)
  11. Hi, while experimenting with dynamically loaded user controls I came across forum posts which place a fit-layout at the top level of a user control to achieve dynamic resizing. Indeed it seems...
  12. Hm, thanks, that's a start, it does now display tabs 2 and 3 in floating mode. However it's still inconsistent between floating and expanding: when floating the accordion and selecting tabs 2 and 3...
  13. Thanks, this seems to do the trick.
  14. Hi, I'm trying to create a multi-column form layout on a tab panel, however layouting only seems to work for the first page. I already tried adding doLayout calls in the tab-change listener, but that...
  15. Hi, I'm creating an Accordion Layout inside a collapsed Border Layout region. The 'tabs' of the accordion layout don't pick up the heights of the VBox layouts when the border layout is opened as a...
  16. You are missing the design of asp.net - you need to restore the control tree on every postback.

    If you place a control in aspx/ascx markup then the asp.net compiler generates code which recreates...
  17. Hi, the Ext.Net NumberField has a broken postback logic which unfortunately isn't visible in english languages. If the users culture has a different decimal separator however the postback logic will...
  18. Thanks, I think all cases I care about are working.
  19. Hi, thanks for investigating.

    Some of the bugs are not visible in your test because they require two postbacks or an initial non-empty value. Since you don't reset the display field text you...
  20. Sorry it took me so long to get back on this, but I have been busy with other projects. Did anyone take a look on it?

    Good news is that I now got a Pro license so I could actually check the...
  21. I've found that the server side events of most form fields are broken. Looking at the source code of RC1 I see that LoadPostData is not implemented correctly (at least it seems to me). From what I...
  22. Thanks again for the fast answer!
    This fixes all exceptions I've encountered so far.
  23. Thanks for the quick answer!

    Turning stateful=false works great, I probably need to do it at some more places since I wasn't aware that ExtJs has a cookie based state manager, thanks for pointing...
  24. Hi, I'm using a Window to build dynamic dialogs at runtime and found two bugs. The particular dialog has a BorderLayout. When you run the attached page you click the button to open the dialog and use...
  25. Incase someone else has this problem, here's the solution I came up with:

    I've been browsing the forums and this threads solution showed how to override ExtJs handler functions from aspx pages.
    ...
Results 1 to 25 of 33
Page 1 of 2 1 2