Search Type: Posts; User: harimyself_b
Search: Search took 0.02 seconds.
-
26 Nov 2009 5:21 AM
- Replies
- 27
- Views
- 7,029
Hi Emily, i think you are little confused with term "over loading", its actually "over-riding". Yes it was over-ridden to improve performance especially in IE. Yeah, you are right.. if ExtJS...
-
24 Nov 2009 5:54 AM
- Replies
- 27
- Views
- 7,029
SeaMonkey,
I hope this can solve your problem. It may not render on/off records as accurately as simple BufferingView. But, I'm sure that it can satisfy your requirement.
... -
28 Sep 2009 10:14 PM
- Replies
- 3
- Views
- 1,380
try overriding this function
getRow : function(row){
if(!this.enableGrouping){
var rs = Ext.grid.GroupingView.superclass.getRows.call(this);
return rs[row];
... -
12 Aug 2009 5:20 AM
- Replies
- 3
- Views
- 1,380
I am using BufferView to show 1000+ records. It is working fine with firefox but, it is very slow in IE. indeed, it is taking very long time to load new records during scroll.
I think the problem... -
10 Jun 2009 1:59 AM
- Replies
- 2
- Views
- 924
it is typical DOM behavior:) even after adding new component it doesn't appear sometimes, refreshing it or any of its parent component will make it appear. This could be due to problems in rendering.
-
20 Apr 2009 1:44 AM
- Replies
- 2
- Views
- 1,944
i think you are in to wrong forum. you might want this "http://www.gwt-ext.com/forum/".
-
3 Apr 2009 5:06 AM
- Replies
- 3
- Views
- 3,166
sorry for troubling you. it is working fine.
-
26 Mar 2009 2:15 AM
Jump to post Thread: TableLayout and extraCls by harimyself_b
- Replies
- 3
- Views
- 1,332
follow the link for solution
http://www.extjs.com/forum/showthread.php?t=57280&highlight=extraCls+TableLayout
Results 1 to 8 of 8
