Search Type: Posts; User: olecom

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    681
    http://www.developerextensions.com/index.php/extjs-excel-copypaste-grid

    This idea works for me in 4.2. I use custom textarea, keymap and text handling for each grid.
  2. Replies
    2
    Views
    1,112
    Hi.
    Original example has standard sorting (in headers) disabled. This one has not. So, is it possible to make this sorting in sync with plugin? I.e: it adds column to sorting chain.

    Thanks.
  3. I'll try to explain in words. When editing starts in the middle of the grid, column names are somewhere in the top grid header. I'd like to have them (grid column headers) right above editor's input...
  4. Any ideas how to implement a grid header on top of the row editor?
    There are cases when header must be in front of information being changed.
  5. Replies
    83
    Views
    73,258
    Due to selection restrictions of grid design it seems like making selection available just in rowexpander is not that bad solution.
  6. i use patched AbstactStore.sync() as mentioned

    var lm = new Ext.LoadMask(Ext.sheets.pasteSMS, {msg:'processing rows...'})


    ,dockedItems: [{
    xtype: 'toolbar',
    ...
  7. Hi. I want to have a grid header on top of the row editor. There are cases when header must be in front of information being changed.


    To achieve this i see that i can extend getFloatingButtons()...
  8. While doing store sync there are 3 possible code branches:
    sync_processing_ui_updates()
    if(needsSync) success_call_back_ui_updates()
    if(needsSync) fail_call_back_ui_updates()
    if(!needsSync)...
  9. It isn't listed in "Release Notes for Ext JS 4.1.1#Known Issues". Same simple fix.
  10. Thanks, Scott. But, that url says "Error. Bad Title" anyway.

    Also in 13 Firefox even vertical grid scrolling does very slowly, like by pixel...
  11. Grid horizontal scrolling by shift + mouse wheel works in Chrome. In Firefox it scrolls URL history. Is it possible to fix this in some way (about:config or something)? Thanks.
  12. Possible fix: background-color:transparent;
    .x-grid-rowwrap-div .x-grid-cell,.x-grid-rowwrap-div .x-grid-cell-inner{ border-width:0;background-color:transparent ;}
  13. .Extjs 4.1-rc2, store with REST proxy, on server side nodeJS + expressJS work for me:
    store.sync({success: sfun(batch, opts), failure: ffun(batch, opts)})As for API. Call `store.sync()` returns...
  14. May be store.sync({success: sfun, failure: ffun}) with REST poxy?
    .Store handles updates and following view event handling. No?
  15. For new column there must be data from server, right? There is an interesting example of grid reconfiguration by Response MetaData in Ext.data.reader.Json documentation.
  16. Replies
    1
    Views
    426
    {Chrome 18.0.1025.142 m && FF 11.0}@win32: http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/grid/locking-grid.html
    If unlock + Lock field, scrolling on bottom of the grid will go out of sync,...
Results 1 to 16 of 16