Search Type: Posts; User: Ephicient
Search: Search took 0.02 seconds.
-
13 Apr 2008 2:25 AM
- Replies
- 45
- Views
- 18,406
Your extjs.eu site appears to be down?
-
10 Feb 2008 12:11 PM
- Replies
- 1
- Views
- 839
Anyone...Bueller?
-
8 Feb 2008 1:35 PM
- Replies
- 1
- Views
- 839
I'm adding 2 toolbars to the tbar config of a GridPanel. When I add the 2nd toolbar, my horizontal scrollbars disappear from the grid. If I reduce my browser size, the scrollbar appears. Calling...
-
7 Feb 2008 11:25 PM
- Replies
- 1
- Views
- 663
Solved. I'm loading the grid into a TabPanel. I moved the 2nd toolbar creation code after my TabPanel.add(grid) and it worked. Didn't need to call syncSize(). I'm sure it's a timing issue with the...
-
7 Feb 2008 11:08 PM
- Replies
- 1
- Views
- 663
Trying to add a 2nd Toolbar to a GridPanel, which seems pretty straight forward. When I render the 2nd Toolbar to the grid, only the 1st Toolbar is displayed. If I call grid.syncSize() I get the...
-
7 Feb 2008 9:21 PM
- Replies
- 18
- Views
- 11,290
Keep us posted on your Ext and WCF progress. I'll be posting our WCF successes in the Ext forums as well.
-
5 Feb 2008 3:33 PM
- Replies
- 18
- Views
- 11,290
Great info. Did you find the Response.Write examples within the Ext forums? I would be interested in your progress if you take this project further. I've found WCF to be lean and mean, however, I'm...
-
3 Feb 2008 7:56 PM
- Replies
- 18
- Views
- 11,290
Nice example. I love the separation MVC gives us, however, it seems to me that there's unecessary overhead when using .aspx pages for JSON responses, particlarly the execution of the built...
-
25 Jan 2008 1:34 PM
Jump to post Thread: WCF, JSON, and ExtJS by Ephicient
- Replies
- 27
- Views
- 26,600
What type of errors are you getting? Be sure to run application under you local web server, i.e. http://localhost/wcf.html
UPDATE 1: I have noticed an error that only occurs in Internet Explorer. ... -
22 Jan 2008 9:32 PM
Jump to post Thread: WCF, JSON, and ExtJS by Ephicient
- Replies
- 27
- Views
- 26,600
@ykarj - did you get any feedback on the single object issue? I am also running into the same problem.
To anyone interested in running this example, I've attached a working, download-able VS2008... -
21 Jan 2008 9:31 PM
Jump to post Thread: Form + Grid by Ephicient
- Replies
- 7
- Views
- 1,185
If the grid didn't require toolbar content, couldn't you add the form to the tbar region of the grid?
tbar: [new FormPanel...] -
17 Jan 2008 9:59 PM
- Replies
- 2
- Views
- 3,488
I've got a TabPanel that has tabs added to it via Ajax calls to .js files. After a new tab is created, I call setActiveTab() to display the new tab's content. I only want to call setActiveTab() once...
-
15 Jan 2008 9:33 PM
Jump to post Thread: Filter Grid Results by Ephicient
- Replies
- 3
- Views
- 999
Have a look at this grid filter plug-in
http://extjs.com/forum/showthread.php?t=14503 -
15 Jan 2008 8:23 PM
- Replies
- 12
- Views
- 3,697
@mattl - great question. I've been following the module pattern myself with reasonable success during the learning process, however, it would be nice to get some feedback from some of the more...
-
10 Jan 2008 9:13 PM
- Replies
- 4
- Views
- 1,058
Off-topic - I'm curious what theme you're using in your screenshot? Nice...
-
2 Jan 2008 4:03 PM
- Replies
- 8
- Views
- 1,677
@rob - I'm curious how you've separated your layout and grid code from your main page. Would you mind posting an example? I haven't found much in the forums regarding best practices for structing Ext...
-
1 Jan 2008 1:16 PM
- Replies
- 8
- Views
- 1,677
Adding the config item "viewConfig:{forceFit:true}" to the grid did the trick for me. Hope this helps.
var grid = new Ext.grid.EditorGridPanel({
store: yourDataStore,
cm:... -
29 Dec 2007 4:50 PM
- Replies
- 1
- Views
- 639
Man I'm a numb skull:
navPanel.getPanel().body.on('mousedown', navPanel.doAction, null, {delegate:'a'});
did the trick. -
29 Dec 2007 4:41 PM
- Replies
- 1
- Views
- 639
I'm attempting to structure my Ext code a little better using some encapsulation examples I've found in the forum. After creating a local instance of Ext.Panel, I get the following error when...
-
26 Dec 2007 11:29 PM
- Replies
- 0
- Views
- 738
I'm looking for a way to dynamically generate toolbar menus and submemus containing checkboxes...possibly via JSON. I've looked into the Menu API and forums without much luck. I'm currently adding...
-
26 Dec 2007 7:15 PM
Jump to post Thread: Multiple filter field for grid by Ephicient
- Replies
- 4
- Views
- 1,630
@dejohns2 - I also have a need for a similar filtering system. I'm curious if you were able to (1) get the filter buttons to display without mouseover[ing] them, and (2) my grid is inside a maximized...
-
23 Dec 2007 10:29 PM
Jump to post Thread: Simple things by Ephicient
- Replies
- 18
- Views
- 3,309
@cerad, i hope you continue work on your wiki and it picks up some steam. this would have been helpful for me starting out.
-
19 Dec 2007 8:24 PM
Jump to post Thread: grid last row cutoff by Ephicient
- Replies
- 3
- Views
- 1,459
I am having this same issue with an EditorGridPanel in Ext2.0. Were you able to solve the problem?
-
19 Dec 2007 4:53 AM
- Replies
- 15
- Views
- 2,893
@fermo111: I'm using "dynamic" code myself during the learning process, and while it might be newbie overkill on my part, I'm able to debug the code. My layout sounds somewhat similar to yours. I...
-
18 Dec 2007 8:34 PM
- Replies
- 2
- Views
- 903
Didn't get much feedback here...so I added a <div/> in the HTML fragment that I'm autoLoad[ing] and I renderTo that <div/>, which displays fine. Not my ideal approach since I've already got a Panel...
Results 1 to 25 of 42
