Search Type: Posts; User: rooivalk
Search: Search took 0.04 seconds.
-
28 Mar 2011 3:57 AM
- Replies
- 2
- Views
- 693
it's works,
thx a lot :) -
24 Mar 2011 9:25 PM
- Replies
- 2
- Views
- 693
I have datastore that to showing data in grid.
Then to create search function, I'm applying filter to the aforementioned datastore.
It works ok too, but when I search something wrong (and therefore... -
14 Oct 2010 9:01 PM
Jump to post Thread: [ASK] Dynamically set hideable by rooivalk
- Replies
- 5
- Views
- 606
but can I set it dynamically on the run? (e.g. depending on some variables, hideable can be set true/false).
thx :D -
14 Oct 2010 3:59 AM
Jump to post Thread: [ASK] Dynamically set hideable by rooivalk
- Replies
- 5
- Views
- 606
oh I thought setHidden only to show/hide the column itslef (set hidden property) but not hideable property?
-
13 Oct 2010 12:37 AM
Jump to post Thread: [ASK] Dynamically set hideable by rooivalk
- Replies
- 5
- Views
- 606
Is it possible to dynamically set hideable property of a columnmodel?
as far as I know, there is no method to get/set hideable status in a columnmodel.
thx~ -
8 Oct 2010 9:51 PM
Jump to post Thread: Remote Filtering and Paging by rooivalk
- Replies
- 5
- Views
- 847
Thx Condor, it works perfectly now :D at first, I applied the base params before the store.load, but It didn't work because I forgot to apply base params in my listSearch function.
-
5 Oct 2010 7:45 PM
Jump to post Thread: Remote Filtering and Paging by rooivalk
- Replies
- 5
- Views
- 847
thx for ur reply :D
I put my filter param into my store's base param like this:
MyDataStore = new Ext.data.Store({
id: 'MyDataStore',
proxy: new... -
5 Oct 2010 5:59 AM
Jump to post Thread: Remote Filtering and Paging by rooivalk
- Replies
- 5
- Views
- 847
hi all, sorry for repeatedly creating same kind of thread.
but I still can't solve my problem with paging and (currently) remote filtering. (last week I tried to use local filtering using... -
26 Sep 2010 3:00 AM
Jump to post Thread: Paging from local memory by rooivalk
- Replies
- 0
- Views
- 436
How to do paging from local memory instead of from server?
I found several tutorials, but the discussion is nowhere near my current level :">
anyone can help me?
thx :D -
23 Sep 2010 7:19 AM
- Replies
- 34
- Views
- 30,257
Dear All,
Finally after spending my time googling I stumble upon this thread which pretty much everything I want. The problem is I'm so much a newbie that I don't quite understand most of the... -
22 Sep 2010 9:01 PM
Jump to post Thread: Paging after Search by rooivalk
- Replies
- 2
- Views
- 632
oh okay, i'll try another way. thx
-
22 Sep 2010 3:28 AM
Jump to post Thread: Paging after Search by rooivalk
- Replies
- 2
- Views
- 632
I have grid with filtering, and also paging.
when the grid is filtered. the filter goes okay, the grid show only the filtered data.
But, the paging count still showing sum of my records. (e.g... -
31 Aug 2010 1:00 AM
Jump to post Thread: Field Date Format in Grid by rooivalk
- Replies
- 1
- Views
- 492
hello again,
I'm trying to show date to a grid (non-editable date field) from database. The problem is I can't change it to desired format (d-m-Y).
currently, the (date) field show like this :... -
27 Aug 2010 2:12 AM
- Replies
- 6
- Views
- 763
ok thanks!
-
27 Aug 2010 12:21 AM
- Replies
- 6
- Views
- 763
thx condor it works!
my code is like this:
MyDataStore.filterBy
(
function(record)
{
return record.get('Name') ==... -
23 Aug 2010 10:29 PM
- Replies
- 6
- Views
- 763
thx for da response. I know that already, but I think it still run faster being done locally ;)
so, how to do it? any tutorials or examples? -
23 Aug 2010 9:27 PM
- Replies
- 6
- Views
- 763
hello,
currently I have GridPanel that shows data from SQL.
As for filtering, I have multiple textboxes to be used as filter parameters for reloaded datastore.
e.g user can type *Bobby* in...
Results 1 to 17 of 17
