Search Type: Posts; User: ukchaudhary
Search: Search took 0.01 seconds.
-
1 Mar 2011 11:42 PM
Jump to post Thread: Aggregation Row by ukchaudhary
- Replies
- 0
- Views
- 750
The Value is not calculated by the data stored in the store.
AggregationRowConfig<Account> totals = new AggregationRowConfig<Account>();
totals.setHtml("user_id", "Total");... -
1 Mar 2011 3:56 AM
Jump to post Thread: Open New Page by ukchaudhary
- Replies
- 1
- Views
- 625
How to open new web page or window(browser) by Ext GWT?
-
8 Feb 2011 2:51 AM
Jump to post Thread: Auto Refresh Grid Data by ukchaudhary
- Replies
- 1
- Views
- 1,143
final Timer timer = new Timer() {
public void run() {
loader.load();
schedule(1000);
}
};
timer.schedule(1000); -
8 Feb 2011 2:40 AM
Jump to post Thread: Auto Refresh Grid Data by ukchaudhary
- Replies
- 1
- Views
- 1,143
How to refresh Ext Gwt Grid Data automatically?
-
8 Feb 2011 2:22 AM
Jump to post Thread: Grid Auto-Refresh possible? by ukchaudhary
- Replies
- 5
- Views
- 3,897
How to refresh Ext Gwt Grid after some interval?
-
19 Aug 2009 7:07 PM
Jump to post Thread: Django JSON serializer reader by ukchaudhary
- Replies
- 13
- Views
- 26,154
I am also suffering for this kind of problems.
Please help us -
19 Aug 2009 3:21 AM
Jump to post Thread: JsonStore data property by ukchaudhary
- Replies
- 18
- Views
- 8,394
var menu_data = new Ext.data.JsonStore({
root: 'items',
fields: ['q','d'],
id: 'q',
proxy: new Ext.data.HttpProxy({
url: 'cgi-bin/quote_no.py'
...
Results 1 to 7 of 7
