Search Type: Posts; User: olecom
Search: Search took 0.02 seconds.
-
26 Apr 2013 1:59 AM
Jump to post Thread: Copy and paste from/to excel by olecom
- 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. -
7 Dec 2012 12:13 AM
Jump to post Thread: Multiple grid sorting by olecom
- 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. -
5 Dec 2012 7:00 PM
- Replies
- 34
- Views
- 27,366
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...
-
5 Dec 2012 3:18 PM
- Replies
- 34
- Views
- 27,366
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. -
21 Nov 2012 2:34 AM
Jump to post Thread: Text Selections in Grid cell by olecom
- 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.
-
7 Sep 2012 12:38 PM
- Replies
- 25
- Views
- 37,843
i use patched AbstactStore.sync() as mentioned
var lm = new Ext.LoadMask(Ext.sheets.pasteSMS, {msg:'processing rows...'})
,dockedItems: [{
xtype: 'toolbar',
... -
4 Sep 2012 4:37 AM
- Replies
- 1
- Views
- 300
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()... -
30 Aug 2012 12:42 AM
- Replies
- 25
- Views
- 37,843
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)... -
30 Aug 2012 12:27 AM
- Replies
- 4
- Views
- 1,035
It isn't listed in "Release Notes for Ext JS 4.1.1#Known Issues". Same simple fix.
-
30 Jun 2012 2:20 AM
- Replies
- 3
- Views
- 1,299
Thanks, Scott. But, that url says "Error. Bad Title" anyway.
Also in 13 Firefox even vertical grid scrolling does very slowly, like by pixel... -
28 Jun 2012 4:39 AM
- Replies
- 3
- Views
- 1,299
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.
-
19 Jun 2012 3:46 PM
- Replies
- 4
- Views
- 1,035
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 ;} -
17 Jun 2012 11:10 AM
- Replies
- 25
- Views
- 37,843
.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... -
17 Jun 2012 6:26 AM
- Replies
- 4
- Views
- 931
May be store.sync({success: sfun, failure: ffun}) with REST poxy?
.Store handles updates and following view event handling. No? -
17 Jun 2012 5:57 AM
- Replies
- 3
- Views
- 837
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.
-
7 Apr 2012 3:42 AM
Jump to post Thread: [4.0.7-gpl] grid locking scroll by olecom
- 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
