Search Type: Posts; User: Qanik
Search: Search took 0.02 seconds.
-
13 Nov 2012 11:15 PM
- Replies
- 11
- Views
- 4,522
This is REALLY counter-intuitive. Are there any plans to improve Ext.create(..) to load nested data?
-
31 Aug 2011 6:23 AM
- Replies
- 4
- Views
- 3,596
+1
same here
temporary fix (only smoke tested):
Ext.override(Ext.grid.plugin.CellEditing, {
startEdit: function(record, columnHeader) {
if (columnHeader &&... -
2 Aug 2011 6:36 AM
Jump to post Thread: extraParams only sent via GET by Qanik
- Replies
- 10
- Views
- 1,860
Pass
actionMethods: {
read : "POST"
}
to your proxy to use POST as your read method. -
28 Jul 2011 6:28 AM
- Replies
- 7
- Views
- 1,820
This bug is still present in 4.0.4.
-
27 Jul 2011 6:28 AM
- Replies
- 27
- Views
- 6,762
+1
-
19 Jul 2011 10:40 PM
- Replies
- 7
- Views
- 1,781
http://www.sencha.com/forum/showthread.php?135442-Ext.grid.feature.Summary-amp-amp-Ext.grid.feature.Grouping
-
17 Jul 2011 10:13 PM
- Replies
- 16
- Views
- 4,148
/*
* Start FIX: Summary + Grouping. Without this fix there would be a summary row under each group
*... -
11 Jul 2011 10:32 AM
- Replies
- 16
- Views
- 4,148
Same problem here. :(
-
11 May 2011 11:17 PM
- Replies
- 2
- Views
- 1,043
Configuring a grid with both forceFit and a checkbox selectionmodel results in a flexed checkbox column. I think the specialized calculateChildBoxes in Ext.grid.ColumnLayout should factor in if a...
Results 1 to 9 of 9
