Search Type: Posts; User: sami_user
Search: Search took 0.02 seconds.
-
16 Sep 2008 8:16 AM
- Replies
- 15
- Views
- 4,607
While trying to debug this problem, I found an interesting fact. In GridView.js there is a function named "updateColumnWidth".
updateColumnWidth : function(col, width){
var w =... -
16 Sep 2008 8:00 AM
- Replies
- 15
- Views
- 4,607
Thanks bd318,
What do you mean by "change the width to what size you need"?
I tried deleting that width in the css file, it works ok, but when you scroll all the way to the right...you can... -
15 Sep 2008 5:58 PM
- Replies
- 15
- Views
- 4,607
Thanks Mystix,
ok, is 34660 the main bug report? Can you please let me know if the bug is worked upon and what is status? Are there any workarounds to avoid this problem ?
Regards,
Sam -
15 Sep 2008 12:46 PM
- Replies
- 7
- Views
- 4,473
Hi Brian,
Any solution to this problem? I see that the problem is still there in ext-js 2.2
Sam -
15 Sep 2008 12:32 PM
- Replies
- 4
- Views
- 3,015
Hey jbenetz,
Did you find a solution to this problem ?
Regards,
Sam -
15 Sep 2008 12:23 PM
- Replies
- 15
- Views
- 4,607
Hi,
I am using extjs grid in my application and I found a problem in it. For eg: go to http://extjs.com/deploy/dev/examples...rray-grid.html and you can a see a grid in that page.
1) Try to... -
15 Sep 2008 11:07 AM
- Replies
- 15
- Views
- 4,607
I tried in both IE6 and IE7 and the problem is reproducible. Yes, the problem is not reproducible in FF.
-
15 Sep 2008 10:31 AM
- Replies
- 15
- Views
- 4,607
Hi,
I am using extjs grid in my application and I found a problem in it. For eg: go to http://extjs.com/deploy/dev/examples/grid/array-grid.html and you can a see a grid in that page.
1) Try to... -
14 Aug 2008 8:09 AM
- Replies
- 1
- Views
- 1,482
Hi,
I am using the paged grid in one of our pages which runs on https (secure). When I invoke the page containing the grid I get a message "This page contains both secure and non-secure items. Do... -
17 Jul 2008 8:15 AM
- Replies
- 34
- Views
- 30,166
I see the following code in Ext.ux.data.PMP
if (this.customFilter!=null) {
result.records = result.records.filter(this.customFilter);
result.totalRecords = result.records.length;
... -
17 Jul 2008 8:11 AM
- Replies
- 34
- Views
- 30,166
hi trbs,
I am using ext.ux.pagingmemoryproxy and reading the data from an array in my local file. I have the data locally, and not reading it from any server. I am using gridfilters and the... -
17 Jul 2008 7:34 AM
- Replies
- 11
- Views
- 2,371
Hi sistasi,
I am having the same problems that you had. Can you please post your modified final code which
1) filters using the data on all the pages
2) when filtered results are more... -
17 Jul 2008 7:20 AM
- Replies
- 9
- Views
- 9,260
Thanks - I am not able to open the zip file containing your souce code. Its says that the archive is corrupted. Can you please repost the file please.
Regards,
Sam -
17 Jul 2008 6:44 AM
Jump to post Thread: Grid Search Plugin by sami_user
- Replies
- 1,023
- Views
- 363,543
@jelt - So do you mean that we cant use gridfiters with PagingMemoryProxy? I have a problem, please see that in post http://extjs.com/forum/showthread.php?t=41381
Regards,
Sam -
17 Jul 2008 6:19 AM
Jump to post Thread: Grid Filter (Plugin) by sami_user
- Replies
- 917
- Views
- 566,307
I changed GF:local to false as suggested by you. Now its not filtering at all :(
Regards,
Sam -
17 Jul 2008 6:12 AM
Jump to post Thread: Grid Filter (Plugin) by sami_user
- Replies
- 917
- Views
- 566,307
I am taking care to register the GF with the PagingToolBar as you can see in the code that i posted earlier. Even then this is hapenning.
Regards,
Sam -
17 Jul 2008 6:10 AM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
If remoteSort is not set to true, the sorting is done only on that page. If it is set to true then sorting is done across all the pages and the results are shown properly. That is the reason I used...
-
16 Jul 2008 1:07 PM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
Sorry for that. I will take care of that from now onwards.
-
16 Jul 2008 1:06 PM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
I am sorry, I am really a newbie and did not get what you are trying to explain. There is no "remote" concept in my requirement. I have the data locally in an array and want to display in a paged...
-
16 Jul 2008 12:38 PM
Jump to post Thread: Grid Filter (Plugin) by sami_user
- Replies
- 917
- Views
- 566,307
I found the missing link. There is a propery called "local:true" which needs to be set. I guess may be because I am not getting the data from the server and have it locally.
var filters... -
16 Jul 2008 12:37 PM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
I found the missing link. There is a propery called "local:true" which needs to be set. I guess may be because I am not getting the data from the server and have it locally.
var filters... -
16 Jul 2008 9:56 AM
Jump to post Thread: Grid Filter (Plugin) by sami_user
- Replies
- 917
- Views
- 566,307
Had a look at that post now...i am also using filters in the same way, but still its not working. Can someone please help me here
Sam -
16 Jul 2008 7:31 AM
Jump to post Thread: Grid Filter (Plugin) by sami_user
- Replies
- 917
- Views
- 566,307
Hi,
I implemented a grid which reads from an Array and has a paging toolbar at the bottom. This is working fine. After this, I tried to include the feature of grid filtering (filtering on columns)... -
16 Jul 2008 5:50 AM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
Can someone please advice on this. Please let me know if I am not clear.
Regards,
Sam -
15 Jul 2008 1:09 PM
Jump to post Thread: Problem in Filtering Grid by sami_user
- Replies
- 8
- Views
- 1,560
Hi,
I implemented a grid which reads from an Array and has a paging toolbar at the bottom. This is working fine. After this, I tried to include the feature of grid filtering (filtering on...
Results 1 to 25 of 27
