Search Type: Posts; User: ExTriqui
Search: Search took 0.01 seconds.
-
5 Mar 2013 2:20 AM
- Replies
- 2
- Views
- 256
Sorry, I should have added more details.
I'm working with version 4.1.1, but you can use the live preview in the docs for actioncolumn as a test case (4.1.3).... -
28 Feb 2013 1:08 AM
- Replies
- 2
- Views
- 256
When an uievent is fired in the grid view, it asks the selection model which cell should handle it.
The row selection model considers that it should be the first column of the currently selected... -
21 Jan 2013 4:24 AM
- Replies
- 10
- Views
- 1,565
I've found that adding
loading: true to the store's config when autoLoad is also true, fix this issue with comboboxes, and it doesn't seem to have any other side effect.
Still I think this... -
15 Oct 2012 5:02 AM
- Replies
- 27
- Views
- 9,565
Hi. I'm a bit confused now.
As I mentioned in the first post, the plugin I wrote shows groups and optionally a summary per group, and it does so while not messing with the summary plugin.
So if... -
21 Sep 2012 2:57 AM
- Replies
- 27
- Views
- 9,565
I'm working on it right now.
Hopefully, you'll have 3 choices: summary in the header row, summary at the bottom of the group, and summary in the header row when collapsed and summary at the bottom... -
20 Sep 2012 1:08 AM
- Replies
- 27
- Views
- 9,565
record.getData is only available since 4.1 (http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.Model-method-getData) so you can use the 4.0.7 version posted by azesm.
-
20 Sep 2012 1:05 AM
- Replies
- 27
- Views
- 9,565
Cool! I was checking my code to see what I had from 4.0.7 but all I had was a non working version, the first working version I have is for 4.1.0. So it's great you made that version.
I hope some day... -
11 Sep 2012 12:09 AM
- Replies
- 27
- Views
- 9,565
Well there are little differences between 4.0.7 and 4.1.x, so I think it should work properly. Maybe you have to change some little things, but I don't think so.
Grouping with this plugin works... -
10 Aug 2012 4:51 AM
- Replies
- 27
- Views
- 9,565
I have updated the code to work with version 4.1.1.
bwelting, glad you find it useful. Regarding your comments.
The css has been changed and the noExpandCls has been remove and now it makes use... -
4 Jul 2012 4:49 AM
- Replies
- 2
- Views
- 548
I found that the default scope used to call a custom renderer is not the header but the header owner container which is the grid.
This is not very useful in my opinion, since you always have to call... -
3 Jul 2012 1:15 AM
- Replies
- 3
- Views
- 703
I would like to add that the use of associatedName is worng in some parts of the code.
Maybe it's me who is wrong but if you use a model name like 'App.model.Customer' and want to use it with... -
27 Jun 2012 6:36 AM
- Replies
- 27
- Views
- 9,565
Hi.
I have an implementation of the Grouping and GroupingSummary extensions with support for multiple groupers.
All the files needed are attached.
The code has been kept as unmodified as possible... -
25 Jun 2012 2:00 AM
Jump to post Thread: BetterStringFilter by ExTriqui
- Replies
- 1
- Views
- 757
Supports anyMatch, caseSensitive and exactMatch.
/**
* @class Ext.ux.grid.filter.BetterStringFilter
* @extends Ext.ux.grid.filter.StringFilter
* Filter by a configurable... -
19 Jun 2012 2:52 AM
Jump to post Thread: AbstractSummary fixes by ExTriqui
- Replies
- 1
- Views
- 861
Hi. There are a couple of things I don't like about AbstractSummary, If you agree with me maybe we could easlily fix them.
Version 4.1
1. getColumnValue. I think the check for undefined values... -
14 Sep 2011 3:01 AM
Jump to post Thread: Toolbar resizing problem by ExTriqui
- Replies
- 27
- Views
- 6,463
This works for me perfectly (extjs 3.4):
* The onWindowResize is only needed to resize the table, it doesn't affect the toolbars at all.
App.grid = new Ext.grid.GridPanel({
renderTo:... -
5 Apr 2011 11:49 PM
- Replies
- 88
- Views
- 42,258
In order to let classes inheriting from GridView update column widths properly, you have to avoid overriding some of its methods:
Ext.ux.grid.ColumnHeaderGroup.override({
init: function(grid){... -
4 Apr 2011 7:47 AM
- Replies
- 88
- Views
- 42,258
I cannot make it work with GroupingView.
The column widths get messed up if you use a GroupingView with this plugin and GroupSummary or GridSummary and start to hide/show columns, cause the events... -
11 Mar 2011 1:45 AM
- Replies
- 466
- Views
- 242,384
But have you tried the this reference?
-
25 Feb 2011 3:18 AM
- Replies
- 4
- Views
- 1,483
I can confirm this still happens with Chromium 11 (build 75134) and ExtJs 3.3.1
Adding this to my custom styles fixed it:
.ext-strict .ext-webkit .x-small-editor .x-form-text {
padding-top:... -
16 Feb 2011 2:56 AM
- Replies
- 9
- Views
- 2,672
Call grid.view.refresh(true) manually after grid creation.
-
17 Dec 2010 6:42 AM
Jump to post Thread: PivotGrid Axis are not showing by ExTriqui
- Replies
- 7
- Views
- 1,535
I reported this bug today.
http://www.sencha.com/forum/showthre...ith-local-data
You have to call loadData, after the store is already added to the grid to trigger the ondatachange gridview's... -
17 Dec 2010 6:42 AM
- Replies
- 9
- Views
- 2,672
I reported this bug today.
http://www.sencha.com/forum/showthread.php?118964-PivotGrid-headers-not-renderer-when-store-created-with-local-data
You have to call loadData, after the store is already... -
17 Dec 2010 4:23 AM
- Replies
- 0
- Views
- 1,055
Ext version tested:
Ext 3.3.1
Adapter used:
ext -
17 Dec 2010 4:13 AM
- Replies
- 6
- Views
- 2,025
I found a related bug.
The headers won't be renderer at all (cause onDataChange is not fired) when the store is created like this:
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha... -
18 Nov 2010 3:07 AM
- Replies
- 19
- Views
- 4,830
One little fix to my previous post, just in case you are using a fixed height with a scroller instead of autoHeight:
.overlapGroupSummary .x-grid-group-collapsed .x-grid-group-hd {
position:...
Results 1 to 25 of 51
