Search Results

Type: Posts; User: exe

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Ok, thx, however, for me works only delays > 10.
  2. Hello,
    try this example in IE (tested in IE11). Click the button. The wait window should animate the progress bara, but it doesn't. FF and Chrome is not affected. Any suggestions?



    <%@ Page...
  3. Ok, so finally this dirty hack helped me:




    Ext.define('My.util.Sorter', {
    override: 'Ext.util.Sorter',

    defaultSorterFn: function (o1, o2) {
    var me = this,
  4. Setting the property explicitly in the doSort method solved the state issue, however when restoring the state, the original sorting method is called, and not the custom one. So the initial sorting is...
  5. When there is a custom doSort method, the column doesn't save the property attribute when storing state.

    This is without the custom doSort method:...
  6. UPDATE:

    This is not working when GridPanel.State="True"




    [E] Ext.util.Sorter.constructor(): A Sorter requires either a property or a sorter function

    console.trace()
  7. UPDATE:
    Check my last post for another solution (preferred one).

    -----

    Just want to share the whole solution with dynamic dataIndex and custom GridPanel

    The GridPanel:
  8. Thank you, you can close it...

    UPDATE:
    Still having issues
  9. Hello,
    I have just discovered, why is you first solution proposal not working. The function sortTR(a, b) is not receiving the second parameter, thus it is always comparing a to undefined.
  10. So what now? :-/
  11. Guys, I'm just curious, why is sorting of international characters not working out-of-the-box:
    (the right order of the first column can be shown by ordering the second one)

    What's the quick/dirty...
  12. I've found out, that the issue is related to TeamViewer. The CapsLock detector works if browsing directly.
    Sorry, please close the thread.
  13. Taken directly from Ext.NET examples:


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

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

    <!DOCTYPE html>

    <html>
  14. Here is the sample:


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

    <!DOCTYPE html>

    <html>
    <head runat="server">
    </head>
  15. Ok, thanks!
  16. Hi,
    how should I set up my page to be able to deal with multiple validation groups?

    This is a very simple example of two fields with different validation groups. I need to validate only one...
  17. It's ok with AnchorLayout ;)

    Thx!
  18. Hi,
    it's not a solution for me, because in my real application I have a huge form with many fields and containers, so I really need a FormPanel. Is there any other way to have some controls left...
  19. Hello,
    I am trying to left align one DisplayField, and right align the second one, but I couldn't get it working. The second label doesn't respect the parent container's width (900px). What's wrong?...
  20. The workaround is working as expected.

    Thanks!
  21. Hello, why is this not working? (the radio gets selected every time, it shouldn't)



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

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



    using Ext.Net;

    namespace ui
    {
    public sealed class Hr : Component
    {
  23. Cool, close it.
    Thanks!
  24. Hi Daniil,
    I just need to know, if there is a Store bound to the Combo or it uses static ListItems. I am not using them both at a time.

    I'm doing something like this:


    if...
  25. GetStore() on ComboBox with static ListItems wipes out the ListItem collection. Try to remove this line:



    Ext.Net.Store myStore = MyCombo.GetStore();


    ... and the sample will work with no...
Results 1 to 25 of 54
Page 1 of 3 1 2 3