Search Type: Posts; User: Fire-Dragon-DoL
Search: Search took 0.03 seconds.
-
20 Feb 2013 7:32 AM
- Replies
- 7
- Views
- 702
Why don't you follow my solution? It works correctly, I used it in an application and it's fine.
Still, I didn't believe it too: no events for "sync" when success: false, and to find those... -
25 Dec 2012 9:21 PM
- Replies
- 3
- Views
- 262
Model definition? We need it to check if you didn't forget to update fields there.
-
19 Nov 2012 4:34 PM
Jump to post Thread: Extjs MVC with .Net MVC by Fire-Dragon-DoL
- Replies
- 2
- Views
- 523
No I don't think app.js should be duplicated.
I think you should create, eventually, multiple Viewport.js (and so you have to avoid autoload it).
Possibly, you should generate a part of... -
21 Oct 2012 11:34 AM
- Replies
- 3
- Views
- 500
actually I discovered I'm using 4.1.0, not 4.1.1
-
20 Oct 2012 12:52 PM
- Replies
- 3
- Views
- 500
Are you sure? I'm remote filtering dates correctly.
-
17 Oct 2012 9:53 AM
- Replies
- 2
- Views
- 138
This is interesting me too, I'll need to use it in my next job.
-
17 Oct 2012 6:13 AM
- Replies
- 1
- Views
- 146
I tried by setting enabled to false on the tabs but it seems is not working.
Any suggestion about this? -
16 Oct 2012 2:35 PM
- Replies
- 1
- Views
- 146
I noticed that in group tabs, the first tab of a group becomes the "name of the group" and is also selectable.
What I want is that if you click on the header group it does nothing or at least... -
16 Oct 2012 11:59 AM
- Replies
- 10
- Views
- 897
Thanks a lot, I'll work on it
-
16 Oct 2012 11:07 AM
- Replies
- 10
- Views
- 897
Maybe the fact that I can just copy data is even better: I'll check if filters are applied (if that's the case I basically reload everything in the "child" store directly from the server), if not, I...
-
16 Oct 2012 10:08 AM
- Replies
- 10
- Views
- 897
That's REALLY interesting, two questions however:
How does the master store behaves with filtering? I mean, if a child store request to filter, does this store require that this filter is... -
16 Oct 2012 6:51 AM
- Replies
- 10
- Views
- 897
Yea but what "bothered" me is the fact that I have to reload it through the network, so I'm wasting bandwidth, it's not a matter of coding actually.
-
14 Oct 2012 5:35 PM
- Replies
- 10
- Views
- 897
Actually I'm doing it too (I created a combobox that autogenerate a store). I hoped for a better solution anyway. Like storing filters and restoring them after
-
14 Oct 2012 3:35 PM
- Replies
- 10
- Views
- 897
I have a "stupid" problem, in my application I have (let's suppose) the store Comments and the store Authors. Comment has one author.
Now, I have a grid to edit comments and one to edit authors,... -
12 Oct 2012 9:39 AM
- Replies
- 8
- Views
- 537
Ah thanks, I were missing the SQL View!
I'll look for a different solution at the moment however, because I'm using sqlite so I don't have views support :\ -
12 Oct 2012 9:09 AM
- Replies
- 8
- Views
- 537
Mhhh... that's how I did it before, however when I update the id field, the string field for some reason doesn't get updated (I have to refresh the store), I think because Ext updates the id field...
-
12 Oct 2012 9:02 AM
- Replies
- 8
- Views
- 537
How do you implement it? I mean, do you have 2 fields on your model, one is author_id and the other is author_id_to_string, and you update only author_id and author_id_to_string gets autoupdated?
-
12 Oct 2012 8:51 AM
- Replies
- 8
- Views
- 537
Thanks for suggestion. When you raise your row editor, I imagine you show a selectbox to choose an id (which is integer however). Do you handle the fact that you are updating a "string" value with...
-
12 Oct 2012 5:33 AM
- Replies
- 8
- Views
- 537
I found some solutions but none of them satisfact me enough. I would like to hear from you which possibilities do I have to display a foreign key text in human readable format. I'll bring you an...
-
4 Oct 2012 4:31 AM
- Replies
- 3
- Views
- 436
Mmmmh. Well, but achieving some website graphics with just components is much longer than doing the same with simple html + css, I'm afraid that doing it with ExtJS will require much more time than...
-
3 Oct 2012 7:54 AM
- Replies
- 3
- Views
- 436
Hi everyone, I'm about to build a website where I require to write a lot of html + css to give it a "custom" layout.
I don't know which is the best approach if I should use it toghether with... -
21 Sep 2012 3:57 AM
- Replies
- 2
- Views
- 507
This is fixing the issue! Thanks a lot for it.
A stupid question which I don't know if it's a bug: why if I click on the most left part of the bar pager, I get the bar completely empty and "Record... -
20 Sep 2012 6:01 AM
- Replies
- 2
- Views
- 507
REQUIRED INFORMATION Ext version tested:
Ext 4.1 rev 0
Browser versions tested against:
Firefox 15.0.1 (firebug 1.10.3 installed)
DOCTYPE tested against: -
20 Sep 2012 3:57 AM
- Replies
- 4
- Views
- 452
Should I report this as a bug?
EDIT: It looks like is a bug, they suggested me a fix.... -
19 Sep 2012 2:11 PM
- Replies
- 3
- Views
- 496
Ok this is how I solved this issue:
Method on a custom grid panel class
/**
* Create a query link for current grid that can be used for external linking
* @param {String} format...
Results 1 to 25 of 120
