Search Type: Posts; User: chinnapandu
Search: Search took 0.01 seconds.
-
17 Aug 2009 1:44 PM
- Replies
- 1
- Views
- 1,423
Hi All,
I am newbie to ExtJs.I do have a requirement of where I do need to show fushion charts(Pie Diagrams,Bar Graphs) which are driven by xml data which is built on server side back from... -
16 Aug 2009 1:38 PM
- Replies
- 0
- Views
- 479
Hi All,
I am newbie to ExtJs.I do have a requirement of where I do need to show graphs which are driven by xml data which is built on server side back from database.I have went across the grid... -
14 Aug 2009 11:16 AM
- Replies
- 0
- Views
- 656
Hi All,
I am newbie to ExtJs.I do have a requirement of where I do need to show graphs which are driven by xml data which is built on server side back from database.I have went across the grid... -
22 Jul 2009 9:53 AM
- Replies
- 8
- Views
- 7,599
Hi All,
I am also building a kind of chating application. I am using DWR(Direct Web Remoting) Framework for communication between the users. I am woundering does extjs has same kind of mechanism.... -
17 Jun 2009 3:48 PM
- Replies
- 207
- Views
- 118,946
Thanks, Its working when I try using Firefox to download.
-
17 Jun 2009 2:53 PM
- Replies
- 207
- Views
- 118,946
I cannot open any of the zip files.
can any one help me please, thanks -
21 May 2009 8:36 AM
- Replies
- 18
- Views
- 2,096
No Problem..
-
20 May 2009 9:22 PM
- Replies
- 3
- Views
- 1,170
Hi,
Try doing this add id: 'MyComboBox' to the combo box instance. In form panel submit button handler function write this code
if(p.getForm().isValid()) {
var form = p.getForm();
var... -
20 May 2009 9:03 PM
- Replies
- 4
- Views
- 2,437
olakara explaination is good. I worked on struts 2.0 with ext js. I will give you a small example. In creating employee you will use the form and you will use same for updating employee information....
-
20 May 2009 4:11 PM
- Replies
- 18
- Views
- 2,096
Your start and limit params does not do any thing at server side. You should hold those values and build your json list based up on your start and limit params. are you using servlets?
please... -
20 May 2009 2:36 PM
- Replies
- 18
- Views
- 2,096
what are you doing at server side? are you sending complete data or only 3 records?
your paging tool bar instance is missing plugins config option
pagerows = new Ext.ux.PageSizePlugin({editable:... -
20 May 2009 2:21 PM
Jump to post Thread: Pagination Grid not works by chinnapandu
- Replies
- 3
- Views
- 954
check in the firbug and see wether you get data from server side. If not then you are doing some mistake in client side code
-
20 May 2009 2:13 PM
- Replies
- 1
- Views
- 658
Try adding this code before userStore.load() statement
userStore.on('load', function(){
alert(userStore.getTotalCount());
});
also add config... -
20 May 2009 1:55 PM
Jump to post Thread: Panel state is null by chinnapandu
- Replies
- 2
- Views
- 610
What is the state you are talking about. Please explain in brief.
-
20 May 2009 1:43 PM
Jump to post Thread: Grid Search Plugin by chinnapandu
- Replies
- 1,023
- Views
- 364,374
Creating two different grid panel instances for showing the grid in different places is the only solution
Results 1 to 15 of 15
