Search Type: Posts; User: abbnet
Search: Search took 0.03 seconds.
-
8 Dec 2011 2:47 AM
- Replies
- 4
- Views
- 1,720
Actually, it was quite simple. I used a CheckColumnConfig without CellEditor (not to have the cell switching to edit mode) + set the pluggin.
Preview of some source code lines :
// ...... -
1 Dec 2011 8:41 AM
- Replies
- 4
- Views
- 1,720
Hi,
Does anyone get a solution?
I have the same need : an editorgrid with some columns. One column is render as a checkbox.
The checkbox is only render when I click on the cell : it show the... -
21 Nov 2011 8:41 AM
Jump to post Thread: Group sorting in Grid w/ grouping by abbnet
- Replies
- 6
- Views
- 7,687
A short example of code may help you :
GroupingStore<ModelData> store = (GroupingStore<ModelData>) grid.getStore();
store.setStoreSorter(new StoreSorter<ModelData>() {
@Override
... -
27 Sep 2011 4:57 AM
- Replies
- 2
- Views
- 3,782
I have a look to this post, and I understand why I have the feeling of "appending the row at the end". It is due to the store.sort().
I explicitly add store.sort("myPersonnalColumnOrder",... -
27 Sep 2011 4:37 AM
- Replies
- 2
- Views
- 3,782
Hello,
I would like to have a grid with group and allow the user to change the order of row in a group.
This post seems to answer to my need, but it does not work correctly for me. Actually, when... -
3 Sep 2009 7:13 AM
- Replies
- 14
- Views
- 3,200
I think you do not understand my questions. I do not know why you are keeping on speaking about "Store".
I said "I understood what you told me and I understand that the way I called the line :... -
3 Sep 2009 5:49 AM
- Replies
- 14
- Views
- 3,200
Oh ! This way, it is working :-?
So, 2nd need, how can I set the variable refreshInterval with a value in session? As you saw, I tried with a DataStore, but I am not calling it correctly. -
3 Sep 2009 5:43 AM
- Replies
- 14
- Views
- 3,200
Sorry, if you thought, I was not listened to you.
I understood what you told me and I understand that the way I called the line : refreshTimeUserStore.getAt(0).data.refreshDelay is not correct. So... -
3 Sep 2009 5:04 AM
- Replies
- 14
- Views
- 3,200
I was able to get an error message using Firebug :
refreshTimeUserStore.getAt(0) is undefined
anonymous()window.js (ligne 339)
anonymous()ext-all-debug.js (ligne 2034)
anonymous()ext-base.js... -
3 Sep 2009 4:33 AM
- Replies
- 14
- Views
- 3,200
I am not able to answer to your question. I just saw that the line "break" the execution of my script. The lines after
var refreshInterval = refreshTimeUserStore.getAt(0).data.refreshDelay;
do... -
3 Sep 2009 3:32 AM
- Replies
- 14
- Views
- 3,200
Hello,
I would like to set the interval of a task "dynamically".
refreshTimeUserStore = new Ext.data.Store({
id: 'refreshTimeUserStore',
proxy: new Ext.data.HttpProxy({
...
Results 1 to 11 of 11
