Search Type: Posts; User: piskui07
Search: Search took 0.02 seconds.
-
12 Jun 2008 4:24 AM
Jump to post Thread: Want to assign ID for menu by piskui07
- Replies
- 2
- Views
- 858
I'm interested too...
I wanna put an id for each single menu-item... how can i achive this?
Maybe I have to override the render function of the menu? -
29 May 2008 5:00 AM
- Replies
- 39
- Views
- 23,085
Does anyone find a solution to this problem?
Maybe... we can use TextMetrics uitlity class to compute the dimensions of each cell value?
But how? -
29 May 2008 4:36 AM
- Replies
- 2
- Views
- 670
Hi, i'm also interested in your issue.
Can you post your solution?
How do you use the class TextMetrics? Can you post an example?
Thanks!
Bye -
22 May 2008 11:36 PM
- Replies
- 2
- Views
- 1,067
I think that a toggle selection will be the best solution....
what do you think? -
16 Apr 2008 5:16 AM
- Replies
- 1
- Views
- 1,485
Try here:
http://extjs.com/forum/showthread.php?t=16469 -
2 Apr 2008 5:45 AM
- Replies
- 1
- Views
- 826
Hi,
try to put two or more editable grid in a page.
In my project, doing this:
1) start edit a field on the first table
2) with the edit field still "in-edit-mode", star edit a field on the... -
28 Mar 2008 12:48 AM
- Replies
- 10
- Views
- 2,117
is this the same bug?
http://extjs.com/forum/showthread.php?t=15501 -
28 Mar 2008 12:29 AM
- Replies
- 13
- Views
- 5,335
Bump!
-
17 Mar 2008 3:08 AM
- Replies
- 3
- Views
- 1,230
Confirm... i've the same behavior.
I think it is a bug. -
8 Feb 2008 6:33 AM
- Replies
- 40
- Views
- 30,258
You have to override the original method.
For example:
Ext.extend(Ext.grid.MyGridView, Ext.grid.GridView, {
layout : function(){
if(!this.mainBody){
return;
}... -
24 Jan 2008 1:04 AM
- Replies
- 40
- Views
- 30,258
Work also for me. Thanks Condor!
-
16 Jan 2008 7:15 AM
- Replies
- 40
- Views
- 30,258
bump
-
14 Jan 2008 1:17 AM
- Replies
- 2
- Views
- 1,193
test case on this post: http://extjs.com/forum/showthread.php?t=15501
-
14 Jan 2008 12:46 AM
- Replies
- 13
- Views
- 5,335
thanks aconran for the reply.
Try to provide a test case. Go into the Editor Grid Example and modify the editor for the 'common' column from TextField to TextArea.
Set also the grow property for... -
11 Jan 2008 7:52 AM
Jump to post Thread: [Solved]Strange Behaviour in IE by piskui07
- Replies
- 4
- Views
- 891
ppolyzos, condor solution fix the problem?
I'm getting a similar problem here: http://extjs.com/forum/showthread.php?t=15501
thanks -
8 Jan 2008 2:05 AM
- Replies
- 5
- Views
- 1,709
Sorry... i'm a newbie on forum posting...
i'm sorry but this don't resolve the problem... when the textarea grow down to fit the text typed it goes under the paging toolbar... this seems a... -
7 Jan 2008 6:56 AM
- Replies
- 5
- Views
- 1,709
yes, but this resolve the problem of this thread http://extjs.com/forum/showthread.php?t=17222
and not the textarea problem.
thanks for the reply -
7 Jan 2008 5:08 AM
- Replies
- 5
- Views
- 1,709
Anyone has a solution to this problem?
http://extjs.com/forum/showthread.php?t=15501 -
7 Jan 2008 1:20 AM
- Replies
- 5
- Views
- 1,189
Also try to set:
viewConfig: {
forceFit:true,
autoFill: true
}
on the grid setup.
You can see "in action" on the paging grid example:... -
7 Jan 2008 1:09 AM
- Replies
- 2
- Views
- 962
If an user resize a column, he can't, at the same time, edit a field. So, you can fix with:
grid.on('columnresize', StopEditGrid, this);
StopEditGrid: function(){
this.grid.stopEditing();... -
3 Jan 2008 3:04 AM
- Replies
- 25
- Views
- 11,078
Ok, condor's css fix seems to resolve the problem... but not completely. Infact on FF i've to focus 2 time an editable cell before start edit...
This post explain best the problem:... -
3 Jan 2008 1:56 AM
- Replies
- 1
- Views
- 1,025
Searching for a solution I've also noticed that with autoHeight: true the grid not handle the windowresize... and no scrollbar (orizontal) appear if the grid overflow the window size.
This is due... -
3 Jan 2008 12:26 AM
- Replies
- 13
- Views
- 5,335
No one?
-
3 Jan 2008 12:23 AM
- Replies
- 5
- Views
- 2,461
KevinChristensen explained best the problem... same bug... also for me only in FF.
Any suggestion?
Thanks -
2 Jan 2008 5:00 AM
- Replies
- 5
- Views
- 2,461
sorry for the duplicated post... this solution resolve the problem but... the first time I click on the cell to start edit the grid scroll back on the first column and no editor appear...then I...
Results 1 to 25 of 63
