Search Type: Posts; User: harjits
Search: Search took 0.02 seconds.
-
27 Dec 2012 11:31 AM
- Replies
- 1
- Views
- 399
I'm using the exporter functionality to export data from a grid to Excel. When my grid is loaded the 3rd time, I see this error
... -
13 Dec 2012 7:16 AM
Jump to post Thread: parsing JSON Data by harjits
- Replies
- 1
- Views
- 228
Hi there,
I have json data in the following format. How can I configure the store to parse this ?
... -
4 Dec 2012 8:28 AM
Jump to post Thread: Summing Data in group header by harjits
- Replies
- 1
- Views
- 332
Hi there,
I have the following in my view
view: new Ext.grid.GroupingView({
groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Records" : "Record"]})'
... -
21 Nov 2012 9:04 AM
Jump to post Thread: Passing store data to server side by harjits
- Replies
- 6
- Views
- 367
That worked thanks....
-
21 Nov 2012 8:06 AM
Jump to post Thread: Passing store data to server side by harjits
- Replies
- 6
- Views
- 367
That's what I need to know, how can I pass the entire data set. I can't query the DB again because in sme cases the query takes time to fetch the results and hence I don't want to query the DB again...
-
21 Nov 2012 7:53 AM
Jump to post Thread: Passing store data to server side by harjits
- Replies
- 6
- Views
- 367
I need to pass the data contained in the store
-
21 Nov 2012 7:11 AM
Jump to post Thread: Passing store data to server side by harjits
- Replies
- 6
- Views
- 367
Hi there,
I have a grid whose store definition is as follows
this.store = new Ext.data.JsonStore({
autoload : false,
idProperty : 'groupID',
root : 'Name_report',
... -
20 Nov 2012 8:53 AM
- Replies
- 5
- Views
- 802
I'm not using the pnel, I'm just using the grid and rendering to a div. If I use layout:fit on the grid. I don't see scrollbar in the div
-
20 Nov 2012 8:23 AM
- Replies
- 5
- Views
- 802
sentry.ResultPanel = Ext.extend(Ext.Panel, {
id:'resultContainer',
frame:false,
autoScroll:true,
layout:{
type:'vbox',
align:'stretch'
},
... -
20 Nov 2012 7:13 AM
- Replies
- 5
- Views
- 802
Hi there,
I have a grid and when I use a Panel and define the layout on the panel as vbox and align :stretch I see that all the columns in the grid are sized properly.
For some reasons I cannot... -
16 Nov 2012 7:19 AM
Jump to post Thread: ABorting AJAX request by harjits
- Replies
- 5
- Views
- 714
Im totally aware of that because for each request a new object is created. Thanks for the pointer
- Harjit -
15 Nov 2012 11:53 AM
Jump to post Thread: ABorting AJAX request by harjits
- Replies
- 5
- Views
- 714
yeah, I did. I did find the correct way to do it. It's
store.proxy.destroy() that will kill the request. I'm surprised that the code which I used to kill the request didn't work was taken from... -
15 Nov 2012 6:36 AM
Jump to post Thread: ABorting AJAX request by harjits
- Replies
- 5
- Views
- 714
Hi there,
I'm using the following code to abort a ajax request but it doesn't seem to work. I do see that the load mask is gone but the results are still being rendered in to the grid
... -
8 Nov 2012 11:52 AM
Jump to post Thread: Cannot resize column by harjits
- Replies
- 2
- Views
- 551
Hi there,<br><br>I have the grid defined the following way, I can't re-size the columns , is there anything I'm missing ?
this.gridPanel = new Ext.grid.GridPanel({
id :... -
8 Nov 2012 9:59 AM
Jump to post Thread: Cannot resize column by harjits
- Replies
- 1
- Views
- 273
Hi there,
I have the grid defined the following way, I can't re-size the columns , is there anything I'm missing ?
this.gridPanel = new Ext.grid.GridPanel({
autoScroll : true,
... -
5 Nov 2012 5:56 AM
- Replies
- 2
- Views
- 527
The find panel has an text box which controls the number of results to be fetched for the request. The grids are always the same, each grid has it own store and url from where it fetches the data....
-
2 Nov 2012 6:23 AM
- Replies
- 2
- Views
- 527
I have a problem and I'm trying to figure out how to solve it. I have multiple grids and I have a find panel which actually controls how many records have to be fetched from the server. How can I...
-
2 Nov 2012 5:42 AM
- Replies
- 14
- Views
- 690
It didn't help. I have viewport with
var viewP = new Ext.Viewport({
layout:{
type:'vbox',
align:'stretch'
},
items : [find,results] -
1 Nov 2012 10:49 AM
- Replies
- 14
- Views
- 690
I did that and my vertical scroll bar is gone so I can't see all of my grids now. Can only see 3.
-
1 Nov 2012 10:47 AM
- Replies
- 14
- Views
- 690
I did that and my vertical scroll bar is gone so I can't see all of my grids now. Can only see 3.
-
1 Nov 2012 10:36 AM
- Replies
- 14
- Views
- 690
I figured it out , the layout on it was fit and the first panel took all the space and the second panel was being rendered below it, I just had to scroll 1000 pixels below to see it... don't know why...
-
1 Nov 2012 10:20 AM
- Replies
- 14
- Views
- 690
For some reasons when I have this
var find = new sentry.FindWrapperPanel()
var results = new sentry.ResultPanel()
var viewP = new Ext.Viewport({
layout : 'fit',
... -
1 Nov 2012 10:05 AM
- Replies
- 14
- Views
- 690
My grids have height. The way I'm adding the panel is as follows
new sentry.ResultPanel().render(document.body) -
1 Nov 2012 9:41 AM
- Replies
- 14
- Views
- 690
IF I remove the height of my parent and set autoscroll = true my grids are not being displayed. HEre is the parent Grid in which all the grids are defined
sentry.ResultPanel =... -
1 Nov 2012 8:18 AM
- Replies
- 14
- Views
- 690
What I need is this
I have 6 grids in the parent panel. Unless I increase the height of the grid I cannot add any other grid. I need to change so that so that when new grids are added to the...
Results 1 to 25 of 37
