Search Results

Type: Posts; User: JD

Search took 0.02 seconds.
  1. I get the following error below when I change the selected index to something other then 0 on the combobox and when a postback occurs it shows the selected value instead of the display value and I...
  2. What is the most efficient way to get the item count of a store on the server side. Don't want have to bind if the Products store is already loaded. Is there anyway to cast the Store to a DataTable...
  3. I randomly get a popup window stating that <U>Communication Failure</U> has occured. This only happens when I use FireFox / Safari. I'm not sure why the error occurs because everything loads fine...
  4. This fixed the issue - Thanks
  5. How do you override the auto generated CSS. I need to adjust the width from 68px to 300px for CSS Classes:


    x-layer x-combo-list
    x-combo-list-inner

    Otherwise the contents in the combo get...
  6. We still are but it probably will take us sometime to rule everything out. Please close.
  7. We will try removing the plugins one at a time and see what the does and also try out 8.2.
    We also seem to have some issues with Google Analytics Script which might be
    Interfering with ExtJS.

    ...
  8. There is no easy way to setup a test for you which will probably make it very difficult to troubleshoot this. From the code does there appear to be anything that could be improved upon or anything...
  9. I'm seeing page load times of 7 - 10 seconds for pages with only a couple of grid panels and very few records being pulled.

    ViewState is only 876 bytes and the Total Page Size is: 36KB

    The...
  10. Thanks this worked out nicely.
  11. The void StoreBase.Filter(string field, string value, bool anyMatch, bool caseSensitive) doesn't appear to have the capability to handle a list of items to filter on for the value.

    How would I...
  12. Thanks the querydelay is what I needed.
  13. I'm having a problem in which if I type extermely fast that the combox does not find the appropiate value and defaults to the first item in the list. I have tried typeahead and setting other...
  14. I need some help wiring up the "tab" and "Enter" keys within a Grid Panel.

    The Products store is used to load the Grid Panel and the Cart store brings the quantity into the txtQuantity Numeric...
  15. Thanks so far spket has worked out nicely for generating the CSS Files.
  16. I was wondering if there is any software that would help create CSS Themes for Coolite / ExtJS. Tried searching but did not have much luck finding anything. The blue and gray themes are just not...
  17. Thanks that solved the issue but ended up doing something like this to keep a quantity from being entered in.





    <Listeners>


    <BeforeEdit...
  18. How do I set the visible property of the column "Quantity" by using the value from another column from the same store.

    DataIndex="bitDiscontinued" within a girdpanel.





    ...
Results 1 to 18 of 18