Search Type: Posts; User: Baron89
Search: Search took 0.02 seconds.
-
29 Jan 2013 11:09 PM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
thx,btw,do u know how to write a custom sort function?
-
28 Jan 2013 7:11 PM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
just found Ext.ux.MultiGroupingGrid
Ext.ux.MultiGroupingGrid = function(config) {
config = config||{};
// Cache the orignal column model, before state is applied
... -
28 Jan 2013 6:32 PM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
not sure where it extends from, other ppl wrote it.
and i think it supports sorting, below is its store
DetailStore = Ext.extend(Ext.ux.MultiGroupingStore, {
constructor: function(cfg) {
... -
27 Jan 2013 4:54 PM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
not sure if there's any different,im using Ext.ux.MultiGroupingGrid, below is my code
var DetailGridCfg = {
view: DetailGridView,
store: new DetailStore(),
stateful: true, ... -
24 Jan 2013 4:50 PM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
that listener get fired when the page just loaded. and not being called when we click 'sort'
-
24 Jan 2013 1:43 AM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
may i know how?
-
24 Jan 2013 12:56 AM
Jump to post Thread: grid panel sort listener by Baron89
- Replies
- 11
- Views
- 1,685
Hi all,
is there a listener that listen to grid panel column sorting?
i tried to use sortchange() like below, but seems not working?
var cm = new Ext.grid.ColumnModel([
{
header: '',
... -
20 Dec 2012 4:55 PM
Jump to post Thread: question with grouping grid by Baron89
- Replies
- 1
- Views
- 77
anybody know how:-/
-
20 Dec 2012 7:05 AM
Jump to post Thread: question with grouping grid by Baron89
- Replies
- 1
- Views
- 77
Hi all,where could I override "collapse group event" in grouping grid?
For now, this event is bind to a row,so wherever I click at the row, the event will be fired.can i just bind this event to the... -
27 Nov 2012 10:12 PM
- Replies
- 1
- Views
- 182
Hi All, I'm using 'on' function to add listeners to the check box.
like Ext.getCmp('checkBox').on('eventName',fun,this)
but I dont know what eventName is when check box is checked or unchecked.... -
31 Oct 2012 5:36 PM
- Replies
- 2
- Views
- 469
Hi buddy,thx for the reply,loadMask is the correct answser;)
-
31 Oct 2012 1:58 AM
- Replies
- 2
- Views
- 469
Hi all,how to pop up a box like the pic below while i use 'store.load();' to load data to a grid ? I know Store doesnt have the property 'waitMsg',so is there any other way to get this pop up window?...
-
30 Oct 2012 5:01 PM
- Replies
- 11
- Views
- 2,612
Hey buddy,thx alot, console.log() is quite useful:D
-
30 Oct 2012 2:49 AM
- Replies
- 11
- Views
- 2,612
Hey buddy,how to use firebug to see the child names of records?
-
30 Oct 2012 12:00 AM
- Replies
- 11
- Views
- 2,612
Hi,I finally get the data like below
record[0].get('data1')
let me show you my store code
var WorkOrderRecord = Ext.data.Record.create([
{name: 'data1'} ]);
myStore =... -
29 Oct 2012 10:35 PM
- Replies
- 11
- Views
- 2,612
Hi Sword,the function 'get' works now according to what u said.but still cant get the data.
like
records[0].get('groups') ;//undefined -
28 Oct 2012 5:14 PM
- Replies
- 11
- Views
- 2,612
Hi Sword,do you know why i get the error ' records.get is not a function ' when i try to use the function that belongs to Ext.data.Record?
-
28 Oct 2012 3:05 AM
- Replies
- 2
- Views
- 2,159
Hi Simons,its weird that after i changed Ext.FormPanel to Ext.Panl,this error disappeared,do u know why?
-
25 Oct 2012 10:26 PM
- Replies
- 11
- Views
- 2,612
Hi all,i tried to use the data(records) returned from the server,but dont know what type of the data is,my code is like below .seems it's an array,but i just cant use the its elements.
... -
25 Oct 2012 9:29 PM
- Replies
- 3
- Views
- 264
sorry,im using ExtJs 3.x
-
25 Oct 2012 9:25 PM
- Replies
- 3
- Views
- 264
how to use it?
-
25 Oct 2012 7:15 PM
- Replies
- 3
- Views
- 264
Hi all,i tried to use the data(records) returned from the server,but dont know what type of the data is,my code is like below .seems it's an array,but i just cant use the its elements.
... -
24 Oct 2012 11:21 PM
- Replies
- 2
- Views
- 2,159
Hi all,i got the below error in chrome while it is fine in firefox,anybody know why?
Uncaught TypeError: Cannot read property 'id' of null
url: xx/ext-all.js?d=989558300
lineNumber: 33000 -
16 Oct 2012 10:57 PM
Jump to post Thread: Paging doesn't work,need help :) by Baron89
- Replies
- 8
- Views
- 862
Hi Vietits,thx for the explaination,i thouht we can use static json for testing
-
16 Oct 2012 10:05 PM
Jump to post Thread: Paging doesn't work,need help :) by Baron89
- Replies
- 8
- Views
- 862
why it loads all the records??
Results 1 to 25 of 58
