Search Type: Posts; User: monkeyJack
Search: Search took 0.03 seconds.
-
10 Jun 2011 7:00 AM
- Replies
- 7
- Views
- 1,443
Oh, I see what you mean. Do you have a callback function defined in your store.load() methods?
So after the store finishes the load(), your callback function can somehow "refresh" or reload the... -
10 Jun 2011 6:27 AM
- Replies
- 7
- Views
- 1,443
Hopefully I understand your question correctly. Currently, is your store/model set to autoload: true? So that once your combo boxes are rendered, it is trying to load data from the database...
-
10 Jun 2011 6:20 AM
- Replies
- 0
- Views
- 312
Hello everyone,
I have a screen that displays "Users" and "Assignments" data in a grid. I have a "User" data model and an "Assignments" data model. And the User can have many Assignments.
... -
31 May 2011 9:47 PM
- Replies
- 10
- Views
- 7,627
Awesome :-) Glad that helped! I agree that when using the store.sync() method, knowing that the assumed "id" field drives CRUD actions is fairly important! It's in the API... but like you said,...
-
31 May 2011 7:53 PM
- Replies
- 2
- Views
- 1,958
I didn't try your code exactly... but when I defined the editor on my grid columns, I used editor: { xtype: 'textfield' }. This xtype aliases the "Ext.form.field.Text" class.
So maybe you... -
31 May 2011 7:35 PM
- Replies
- 0
- Views
- 1,424
Hi everyone,
I've been developing an ExtJS 4 client app to communicate with ASP.net / C# pages in retrieving and posting data.
I've run into problems (de)serializing both ways, particularly... -
29 May 2011 7:13 AM
- Replies
- 2
- Views
- 551
Hi Attila, I'm in the middle of learning/developing grid panels also. This is my first time building in Sencha ExtJS, and I'm not quite done yet, but this is my current understanding and approach...
-
28 May 2011 12:11 AM
- Replies
- 1
- Views
- 1,808
I was just able to capture these events for a grid with cell editing. In the controller, I have this in my "init: function()":
this.control({
'<alias-to-my-grid>': {
... -
28 May 2011 12:05 AM
- Replies
- 6
- Views
- 2,177
Can't you just declare the store in your Cms.view.manager.Navigation Tree panel?
Ext.define('Cms.view.manager.Navigation', {
extend: 'Ext.tree.Panel',
//
alias:... -
27 May 2011 11:49 PM
- Replies
- 10
- Views
- 7,627
I think your models need to have an "id" field of type int. And existing records that get populated need to have a unique id value. I'm not a 100% sure, but I think that's how the stores work to...
-
27 May 2011 11:36 PM
Jump to post Thread: Use of Stores by monkeyJack
- Replies
- 1
- Views
- 437
I'm also new to Sencha... but I think your description is reasonable. I'm doing something similar too... after I load storeOne, I use data from there to filter the load of other stores.
The... -
27 May 2011 11:11 PM
Jump to post Thread: Grid row hover event? by monkeyJack
- Replies
- 3
- Views
- 1,161
I found this helpful line from (I think) a guy named Saki in these forums. With your grid rendered/displayed in your browser, enter the following into the firebug console:
... -
27 May 2011 8:24 AM
- Replies
- 3
- Views
- 1,404
I'm very new to sencha... but I'm also working on using a grid and reconfiguring it with dynamic columns and new stores. When you reconfigure the grid, are you only changing the "store"? Or do you...
-
23 May 2011 11:06 PM
- Replies
- 0
- Views
- 270
Locked grid panel is not editable
Hello. I'm new to Ext JS and have been learning the basics, and have learned a ton from all the resources at Sencha and this forum. Thanks everyone.
One...
Results 1 to 14 of 14
