Search Type: Posts; User: mpete
Search: Search took 0.02 seconds.
-
3 Dec 2012 3:04 PM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by mpete
- Replies
- 146
- Views
- 35,061
Hi Leonardo,
I can't seem to figure out this autoStore thing.. I can see that the autoStores parameter is sent ,for every field with a filter, with the call for the store for the grid..
But how... -
19 Nov 2012 12:43 PM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by mpete
- Replies
- 146
- Views
- 35,061
Hi Leonardo,
Thanks, that worked out very well :)
Now I have a few new questions..
First, I´ve implemented remote sorting and filtering on my store because it took to long to filter 3000... -
19 Nov 2012 6:35 AM
- Replies
- 3
- Views
- 609
Question: Why does sorting 3000 (or even much more..) records clientside in a non-buffered store have to be slow ?
Take a look at this project -> https://github.com/mleibman/SlickGrid/wiki
... -
13 Nov 2012 12:40 AM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by mpete
- Replies
- 146
- Views
- 35,061
Hi Leonardo,
I tried using filter: {type: 'list', listConfig: {width: 500}} , but I cannot see any difference in the rendered combobox. The "dropdown" box/list is still the same width as the... -
12 Nov 2012 1:10 PM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by mpete
- Replies
- 146
- Views
- 35,061
Hi Leonardo,
Thanks a lot for your quick response :)
1. I will try out the listConfig parameter.
2. I understand that the entire recordset is refiltered. Would it be much work (possible ?)... -
12 Nov 2012 6:19 AM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by mpete
- Replies
- 146
- Views
- 35,061
Hi !
First of all, excellent plugin. Really nice !
Then to my feature requests (which may allready be possible ??)..
1. Be able to specify the width for the "dropdown" box when using filter:... -
12 Nov 2012 12:13 AM
- Replies
- 3
- Views
- 609
Hi Mitchell,
Yes, it's slow and I understand that I have to do something to make it perform faster. A buffering store might be the thing I'm looking for, but if I'm not mistaking, I then loose the... -
9 Nov 2012 3:21 AM
- Replies
- 3
- Views
- 609
Hi all !
I have a grid with 15 columns. The store reads data through an ajax call.
Up to 3000 records (rows) are returned. About 300KB of (json) data.
After everything has loaded, I want to... -
15 Sep 2007 4:39 AM
Jump to post Thread: View in a form by mpete
- Replies
- 11
- Views
- 4,695
Hi !
UPDATED: I found the answer..
showActionbar : false,
count : 25
Question for becomcs
How do I spesify the number of documents to load ? -
15 Sep 2007 4:20 AM
Jump to post Thread: UIView - Standalone ? by mpete
- Replies
- 3
- Views
- 2,020
Hmm.. cannot get this to work..
Here's my code so far:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Ext JS library -->
<script type='text/javascript'... -
12 Sep 2007 7:27 AM
Jump to post Thread: UIView - Standalone ? by mpete
- Replies
- 3
- Views
- 2,020
Hi all !
I'm quite new to ext, but what I have seen is truly amazing !
Question:
Is is possible to open a view without the navigator and the view actions ?
I would like to be able to open a...
Results 1 to 11 of 11
