Search Type: Posts; User: beerumrakesh
Search: Search took 0.02 seconds.
-
23 Nov 2011 11:20 AM
- Replies
- 2
- Views
- 1,186
Hi,
I am using ExtJS 4.0.2 and I am seeing performance issues with IE.. Now when I load my home page it renders / loads after few seconds; now during this time I would like to show LoadMask to... -
9 Nov 2011 9:55 AM
- Replies
- 2
- Views
- 2,873
Hi mitchellsimoens,
Thanks a lot. I really appreciate your help
It worked like a charm.
Regards -
7 Nov 2011 4:58 AM
- Replies
- 2
- Views
- 2,873
Hi There,
I want to have loadMask while my tree panel is rendering.
I have not assigned the store to tree panel; I am creating the node on tree render event in my controller.
It seems, As I... -
20 Oct 2011 11:35 PM
- Replies
- 1
- Views
- 576
Hi There,
In a scenario, I am passing my form values on 'Search' button click to store, and on the basis of those values my grids are getting populated.
myGrid.getStore().load({
params:... -
19 Oct 2011 8:48 AM
- Replies
- 2
- Views
- 2,614
Hi There,
After looking the docs and some more references, I have modified my code, now the json response is like below
{"data":
{"text":".",
"leaf":false,
"children":[{
... -
18 Oct 2011 6:10 AM
- Replies
- 2
- Views
- 2,614
Hi There,
I am trying to make the tree using TreeStore,
Tree Store
Ext.define('Custom.TreeStore', {
extend: 'Ext.data.TreeStore',
model: 'custommodel.TreeModel',
proxy: { -
19 Sep 2011 4:43 AM
Jump to post Thread: Grid Cell Click by beerumrakesh
- Replies
- 0
- Views
- 418
Hi There,
I want to show popup window on cell click.
In ExtJS 3, I used to write the same as mentioned below
{text: 'Name', dataIndex: 'name', flex: 1, id:'name',renderer:... -
1 Sep 2011 10:40 PM
- Replies
- 3
- Views
- 521
That really helped.
Thanks a lot.
Regards. -
1 Sep 2011 5:47 AM
- Replies
- 3
- Views
- 521
Hi Guys,
I am trying to use the portal example in my application. When I use the way it is given in example it works fine.
But when I use this with app.js; it gives me "namespace is not... -
1 Sep 2011 5:40 AM
- Replies
- 3
- Views
- 521
Hi Guys, <br><br>I am trying to use the portal example in my application. When I use the way it is given in example it works fine. <br><br>But when I use this with app.js; it gives me...
-
22 Jun 2011 4:12 AM
- Replies
- 6
- Views
- 9,117
Thanks a lot, Steffen. It really helped.
Regards. -
12 Jun 2011 11:19 PM
- Replies
- 0
- Views
- 1,034
Hi There,
Can we use ExtJS 3.2.1 Stores in ExtJS 4 charts? If yes, then Can you please give me example for the same.?
I tried to use ExtJS 3.2.1 Store (created using dwr) in ExtJS 4 charts; but... -
7 Jun 2011 9:31 PM
- Replies
- 6
- Views
- 9,117
I don't see something like legendRenderer in APIs, though I saw some post where I found suggestions for using legendRenderer. I tried this option too but no luck.
I will really appreciate if... -
6 Jun 2011 11:36 PM
- Replies
- 6
- Views
- 9,117
Hi Guys,
I have made one grouped bar chart. It's working fine. But it shows the default text in legend. This text is my yField in Series.
series: [{
yField: ['data1','data2']
}]
so,... -
26 May 2011 12:51 AM
- Replies
- 12
- Views
- 5,550
I have tried to make the charts according to the example given by kavih7, but I didn't get success yet.
1. I don't have "ext-core-sandbox-debug.js" file; can you please tell me where can I find... -
25 May 2011 5:07 AM
- Replies
- 12
- Views
- 5,550
Hi Guys,
I am new to ExtJS.
I need to use ExtJS 4 charts in ExtJS 3.2.1; I saw in one thread that I can't do so; but when I see this thread it seems it's doable.
I tried to look at the...
Results 1 to 16 of 16
