Search Type: Posts; User: aminef
Search: Search took 0.02 seconds.
-
9 Feb 2011 11:53 AM
- Replies
- 7
- Views
- 1,292
Yes I tried, and even visually i see the effect on everything but the livetoolItem and the ScrollBar, but yes, I have the result back and I can see the added model in the row of the grid
-
9 Feb 2011 11:38 AM
- Replies
- 7
- Views
- 1,292
Thank you for your help!
btw, I am using GXT 2.2.1, is there any newer version?
Thanks -
9 Feb 2011 11:25 AM
- Replies
- 7
- Views
- 1,292
well I am not expecting the grid to update when locally changed, but after I call "loader.load()" or "grid.getView().refresh()" as I said. and both of these they get new data from the server, but it...
-
4 Feb 2011 12:42 PM
- Replies
- 7
- Views
- 1,292
Is there any help or solution please?
Thanks -
4 Feb 2011 7:28 AM
Jump to post Thread: finding a model from the loader? by aminef
- Replies
- 2
- Views
- 683
Hi, Thank you for replying.
Actually when I read my post it's kind of funny and doesn't make sens. sorry about that!
But my problem was to find the index of a model on the server side (not from... -
3 Feb 2011 2:27 PM
- Replies
- 7
- Views
- 1,292
Hi, as the title says,
I have a liveGrid with data,
1 - I add some models to the grid
2 - I call grid.getView().refresh() (or grid.getLoader.Load()) and the data appear but the scroll bar and the... -
3 Feb 2011 9:48 AM
Jump to post Thread: finding a model from the loader? by aminef
- Replies
- 2
- Views
- 683
Hi, I just wonder if I can get the index of a certain model from the loader.
The reason is that I am using a liveGrid of persons, and when I add a person to that grid, I want to set the focus on it... -
31 Jan 2011 1:02 PM
Jump to post Thread: LiveGrid and RpcProxy by aminef
- Replies
- 3
- Views
- 1,265
Thank you sven for your answer,
I can see in the toolbar the correct data,
But nothing is still not shown, and I have this error when I scroll :
00:06:53.922 [ERROR] Uncaught exception escaped... -
31 Jan 2011 12:21 PM
Jump to post Thread: LiveGrid and RpcProxy by aminef
- Replies
- 3
- Views
- 1,265
Gxt: 2.2.1
Hi,
I use a LiveGridView for my displays, the loader loads, and the store is updated (I print the size and it's correct) but nothing show on the grid. I even tried to add manually a... -
28 Jan 2011 11:55 AM
- Replies
- 2
- Views
- 880
yes but in that case, I can't get the selected Item (which is the main reason for that code). That's why I am trying to find a way to get the GridEvent (fired from the grid doubleClick) and handling...
-
28 Jan 2011 11:52 AM
- Replies
- 2
- Views
- 880
So basically I want to listen to the grid doubleClick event from outside the grid (more specifically form a Dialog which is the Grid's parent).
And my code in the dialog is :
... -
5 Jan 2011 12:45 PM
- Replies
- 2
- Views
- 1,297
Thanks!
-
5 Jan 2011 11:50 AM
- Replies
- 2
- Views
- 1,297
I just wonder if I can listen to the click on the arrow of a split button (which should be different from the click on the button itself).
Thank you -
15 Dec 2010 1:13 PM
- Replies
- 10
- Views
- 4,698
2.2.0
and my case is pretty simple, I use a costomised gridview, even overriding the onRowSelect by adding
focusRow(rowIndex); doesn't work -
15 Dec 2010 1:07 PM
- Replies
- 10
- Views
- 4,698
that's weird... because I am calling these 2 methods:
grid.getSelectionModel().select(index, false);
grid.getView().focusRow(index);
the selection goes through and does select the... -
15 Dec 2010 1:05 PM
- Replies
- 10
- Views
- 4,698
you mean this
Code:
grid.getView().focusRow(index);
works fine for you? -
15 Dec 2010 1:01 PM
- Replies
- 10
- Views
- 4,698
I am trying to force the grid to scroll down to the selected row, and I can't figure it out.
I tried
grid.getView().focusRow(index); Witch seems to be the most obvious method for that kind of... -
15 Dec 2010 8:18 AM
- Replies
- 3
- Views
- 1,378
I can't provide a real testing case (quiet big project), but i think this code demonstrate the problem with the screen shot
GXT: 2.2.0
1) the feature is the last if in the handler, once I add... -
15 Dec 2010 7:58 AM
- Replies
- 3
- Views
- 1,378
BasicallyI have a listener on my grid that allows a delete (on pressing "del" key) and an add (using the "+" key) both of them work great!
I wanted to add to the listener that if the key pressed is... -
13 Dec 2010 8:49 AM
Jump to post Thread: Event fired on Grid Filter by aminef
- Replies
- 5
- Views
- 1,723
Oh!
I am so stupid, i wasn't thinking...
Thank you -
13 Dec 2010 8:39 AM
Jump to post Thread: Event fired on Grid Filter by aminef
- Replies
- 5
- Views
- 1,723
Well I want to catch the value set on the filter everytime it changes so I can highlight it basically, everything is ready but the catch of the value, and I even tried Events.Update and...
-
13 Dec 2010 8:35 AM
Jump to post Thread: Event fired on Grid Filter by aminef
- Replies
- 5
- Views
- 1,723
I just want to know what event is fired by a Filter on grid so I can catch it with the grid (I tried Events.Change and it doesn't seem to work)
Thank you -
13 Dec 2010 8:10 AM
Jump to post Thread: OnRowOut doesn't work as I wish by aminef
- Replies
- 12
- Views
- 1,246
Thank you so much sven!
-
13 Dec 2010 7:59 AM
Jump to post Thread: OnRowOut doesn't work as I wish by aminef
- Replies
- 12
- Views
- 1,246
I just set it to 25 and it works fine perfectly!
but I am sorry to ask the same question one more time ( I didn't really understand the 1st explanation) : rowselectordepth is the max number of... -
13 Dec 2010 7:48 AM
Jump to post Thread: OnRowOut doesn't work as I wish by aminef
- Replies
- 12
- Views
- 1,246
Sorry sven, but I am not able to find any help/documentation about what exact effect the value change of rowselectordepth has. Would you mind giving me a link on a thread already open on the forum,...
Results 1 to 25 of 51
