Search Results

Type: Posts; User: ecko

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. I am trying to get a gridpanel to support multiple column sorting. Right now, when you click a column, it sorts by that column and erases the previous sort order - is there a way to get the gridpanel...
  2. Here's the javascript:



    id: "Clinic_Size_CD",
    xtype: "selectbox",
    fieldLabel: "Clinic Size",
    boxMinWidth: 300,
    dataIndex: "Clinic_Size_CD",
    displayField: "Name",
  3. Daniil -

    I saw your post here an am wondering if i can do this with v1.x?

    I tried just pasting your code into my head, and i get a JS error saying Ext.tip is not defined:

    TypeError: Ext.tip...
  4. Thanks Daniil - i found a solution that works....just not very well documented i guess....setBaseParam doesn't seem to work, but just setting the baseParams to the object like so works (even though...
  5. your example doesn't even use baseParams, and it uses a page proxy....this is not helpful at all. Do i need to start a new thread or can someone else provide some insight?

    My point is that you are...
  6. forgot to mention, this doesn't work either (not passing searchFilters in store.load call)
    no matter what i do, searchFilters comes through as null, "" or just nothing depending on whether i specify...
  7. As I thought, the mysteries of the baseParam continue...here's my store:



    <ext:Store ID="Store1" runat="server">
    <BaseParams><ext:Parameter Name="searchFilters"/></BaseParams>...
  8. I wrestled with that for a while before giving up and going with the store.load method, specifying params in that call. This works great, but like i said, when there are built in methods that i...
  9. i saw this and thought a similar solution may be used for when a page is changed.
    http://forums.ext.net/showthread.php...Paging-Toolbar

    basically, i am filtering the grid with my own custom...
  10. i saw this and thought a similar solution may be used for when a page is changed.
    http://forums.ext.net/showthread.php?11608-CLOSED-Refresh-Event-in-Paging-Toolbar

    basically, i am filtering the...
  11. How can i make the gridFilters menu scrollable - it's not behaving in the browser window (see image).

    TIA!


    5416
  12. I found a solution that does what i need - based on this:
    http://forums.ext.net/showthread.php?17361&p=74694&viewfull=1#post74694

    I added a handler to the fieldset expand/collapse listeners and...
  13. I think the issue has to do with the fact that i'm using autoLoad and an iframe, so the window can't tell what the height of the contents are?

    here's my sample:...
  14. for this example -
    https://examples2.ext.net/#/Form/Groups/Basic/

    when you expand/collapse a fieldset/radiogroup, the formpanel resizes it's height to fit.

    this works great when it's on the...
  15. I am building an event management application, but the events have specific properties not currently in the Event object, which fills the EventCollection, which must be used by the CalendarPanel...
  16. It uses an http proxy, but if it's not loaded, then idx == -1 so validation fails when combobox value is cleared, so my form validation works as it needs to. i think we can close this issue, but i...
  17. Sorry forgot that part - it's the combobox blur handler
  18. This is what i did to fix the problem of a previous valid entry replacing an invalid entry:




    if (this.store.getCount() == 0)
    {
    ...
  19. Danill -

    Setting ForceSelection = False just allows the user to enter in any value and there's no validation done on the value entered. I would like to keep the functionality of ForceSelection =...
  20. I have implemented a live search combobox that works great in my system, except for 1 small quirk.

    Luckily, the example from your site displays this same quirk, so i hope this will be easy to...
  21. I am using a store with an HttpProxy that has an xml file specified in the URL property.

    Problem is that I am using a webfarm, and i can't be sure that the XML file will be on the server that...
  22. 3899

    it's issuing a request, true, but it's using a directevent with a pageproxy instead of an httpproxy with a .ashx file
  23. this is still using a pageproxy not an httpproxy....i will work on putting together an httpproxy test case
  24. can you try a test case that uses an HttpProxy?
  25. I am using an HttpProxy with remote paging/sorting/filtering.

    The problem I am having is that you can apply a filter (using GridFilters plugin), and you can see the GridFilters param gets passed...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4