Search Type: Posts; User: fshort

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,358
    Looking for an answer to this as well. Any advice?
  2. Replies
    4
    Views
    613
    Thanks Steffen. That tip helped.
  3. Replies
    4
    Views
    613
    A few points about the MVC documentation.

    - The MVC link provided under Application Architecture in the Blog announcement (http://www.sencha.com/blog/ext-js-4-final/) links to a different version...
  4. Any chance we can get the documentation for Ext.grid.GridFilter integrated with the core Ext API? Dont see that there in any of the versions.
  5. I would agree with all the previous people on this thread that this is a bug that should be patched. Some defensive code via a try/catch would at least help the application developer handle the...
  6. Replies
    956
    Views
    307,966
    Ah, I checked your code yesterday before I posted but must have missed it looking for "escapeRe".

    I'm on 1.0 right now so I'll grab the latest. Thanks for the help.
  7. Replies
    956
    Views
    307,966
    Content I changed in red below:




    // get matching records
    var records;
    if (groupId){
    var re = new RegExp(Ext.escapeRe(groupId));
    records = this.grid.store.queryBy(function(r){
  8. Replies
    956
    Views
    307,966
    I've did an override of the click handler in my code and used Ext.escapeRe(groupId) which seems to be doing the trick.

    Is this something you'd look to fold into a future patch/fix?
  9. Replies
    956
    Views
    307,966
    The non-alphanumeric data is not part of the field name, its contained within the content of the field itself.

    For example, in my grid I have a column called "Category". For that field in row A,...
  10. Replies
    956
    Views
    307,966
    I've implemented RowActions within my app but have come across an issue with how it performs the row lookup when the user clicks a button at the grouping level. If the field you're grouping by...
  11. Makes sense. Thanks.
  12. I discovered the root cause of the issue above which I think may be a bug. The problem was narrowed down to the fact that the id and hiddenName for the combo were the same. When I changed the...
  13. Hi,
    I'm looking to create a new control that extends the ComboBox control. Current code looks like this:


    EWQ.ts.BusDayComboBox = Ext.extend(Ext.form.ComboBox, {
    id: "tsbusdaycombo", ...
  14. Replies
    286
    Views
    250,902
    in the response header, set:

    Content-Disposition:attachment;filename=export_filename.xls
  15. Going back to the button question, aside from the way you've redefined the button creation, I see no difference in the code you posted vs. my original. Are you saying that works as-is in both...
  16. Its back to the original issue. This is what I have now:


    Ext.onReady(function() {

    var win;
    var button = new Ext.Button({
    text: 'click',
    renderTo:...
  17. Looks like that solved the event firing issue but now the file dialog doesnt open in either browser, locally or remotely. The server responds, just the file dialog doesnt open whereas in the original...
  18. Hi,
    I have a UI containing a grid and a button that allows the user to export the data from the grid to excel. When the user clicks the export button, I would like to display a progress bar to the...
  19. Replies
    19
    Views
    12,846
    Hi,
    Off of this, lets say at the time the user clicks the export button I show a progress dialog while the data is being fetched from the server. When the request completes and the file dialog...
  20. Hi,
    I have a form contained within a window control and have added a progress bar to the window footer in order to indicate progress after the user clicks Save. The code I have so far looks like...
  21. Replies
    13
    Views
    9,399
    Hi,
    I have an xml document which contains element names consisting of namespaces, i.e.:

    <cam:Alertcode>3000</cam:AlertCode>

    I'd like to use the DomQuery class to select this node from the...
  22. Hi,
    I'm redesigning my webapp with ExtJs and am looking to integrate all aspects of the existing app into this framework. The existing application has a popup window which loads a separate web...
  23. Hi,
    I have a grid whose columnset changes depending on the view a user selects. For this, I'm handling the grid's metachange event. Within this event I call the reconfigure method to apply the new...
  24. Replies
    3
    Views
    1,435
    Thanks Jack. Right now, I'm using JSON as the data format but within the JSON data are embedded hyperlinks in some of the fields. Could that have an impact? Also, is a 50 row x 20 column grid an...
  25. Replies
    3
    Views
    1,435
    Hi,
    As part of the 2.0 release, were there performance improvements made to the Grid? I'm currently using 1.1 and am having performance issues loading a grid consisting of 50 rows by 20 columns...
Results 1 to 25 of 34
Page 1 of 2 1 2