Search Type: Posts; User: user ext

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Add the following.
    In the class Field is a function of
    convert(),
    serialize().
    Complementing each other.

    Since both of these functions belong to the class Field,
    the method...
  2. Well.
    How to be then with rowediting plugin?
    If the store column stores the data as Data,
    then after editing rowediting plugin it causes convert(Data)
    instead of the convert(timestamp).
    ...
  3. From Ext JS 4.2.0 Sencha Doc

    Ext.data.Field
    convert : Function
    A function which converts the value provided by the Reader into an object that will be stored in the Model.

    serialize :...
  4. if (preventLoad !== true && !root.isLoaded() && (me.autoLoad === true || root.isExpanded())) {
    root.data.expanded = false;
    root.expand();
    }

    probably this...
  5. If in 'Infifnite Grid' example (see Ext JS 4.2.0 - Sencha Docs ) set for the store
    pageSize: 10
    the loading is not completed.

    To avoid this:


    loadToPrefetch: function (options)...
  6. FF bug https:// bugzilla.mozilla.org/show_bug.cgi?id=373875
  7. Replies
    488
    Views
    68,540
    The documentation does not have enough information about Ext.data.Store.autoDestroy, which is used in Ext.util.Bindable.bindStore().

    After destruction of the grid, the store is not destroyed...
  8. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.1.1a

    Browser versions tested against:

    FF 15.0.1 (firebug 1.10.3 installed)
    Chrome 21
  9. NOTE:
    If used verticalScroller: {leadingBufferZone: val} config,
    then purgePageCount config must be
    purgePageCount > (verticalScroller.leadingBufferZone+pageSize)/pageSize.

    Otherwise the...
  10. You're right. Then see the following code:
    loadToPrefetch: function(options) {
    ...
    // The end index to load into the store's live record collection
    ...
  11. Its work for me (you will need to insert two lines):

    loadToPrefetch: function(){
    ...
    me.on('prefetch', function(){
    if (me.totalCount) loadEndIdx = me.totalCount;
    ...
  12. Thanks for the replies.
  13. Ok.
    I don't have full patched code loadToPrefetch.

    Question: as is taken into account leadingBufferZone in the previous code ?

    Otherwise read only one page size = limit (if start=0) and will...
  14. See source code loadToPrefetch

    loadToPrefetch: function(options) {
    var me = this,
    i,
    records,

    // Get the requested record index range in the...
  15. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1.1

    Description:

    Store requests extra pages if buffered = true.
  16. Ext version tested:

    Ext 4.1.1

    Description:

    Default pageSize = undefined.
    If set buffered = true then method load() set options.start = NaN (proxy requests wrong operation.start =...
  17. It is clear. This limitation is crome, because in browsers FF and IE everything works.
  18. Why "Live Preview" in the documentation do not work when viewed in Chrome ?
    What to do to work?

    output error: Unsafe JavaScript attempt to access frame with URL...
  19. after fix see result image
  20. REQUIRED INFORMATION Ext version tested:

    Ext 4.0.7 - 4.1

    Browser versions tested against:

    FF 11.0 (firebug 1.9.1 installed)

    Description:
  21. REQUIRED INFORMATION
    Ext version tested:


    Ext 4.1 rc 1


    Browser versions tested against:

    Firefox 11.0 (firebug 1.9.1 installed)
  22. If in the configuration of the grid include rowexpander plugin, scrolling speed in Firefox 10.0.2 (Firebug 1.9.1) increases approximately in 2 times (for me).

    Ext version tested:

    Ext 4.1...
  23. I have a similar problem in ExtJS 4.1 beta 3. See to fix it http://www.sencha.com/forum/showthread.php?183808-ExtJS-4.1-Beta-3-Ext.grid.RowEditor.-Does-not-appear-previously-hidden-column
  24. Sorry for the inaccuracy.
    Possible fix: in class
    Ext.grid.RowEditor

    file: ext-all-debug-w-comments.js
    row: 150006
  25. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.1.0 beta 3

    Browser versions tested against:

    FF 10.0.2 (firebug 1.9.1 installed)

    Description:
Results 1 to 25 of 28
Page 1 of 2 1 2