Search Type: Posts; User: saurabh0683
Search: Search took 0.02 seconds.
-
26 Mar 2013 2:12 AM
- Replies
- 1
- Views
- 128
Hi all,
Please check below code and let me know if there is something wrong. This code is supposed to show form in west and grid in center using border layour but both are aligned in top corner... -
12 Feb 2013 4:15 AM
- Replies
- 0
- Views
- 179
Cell navigation (CellSelectionModel) in Grid doesn't work in opera 12.14
i was testing my small application which shows Grid with Cell selection and navigation using keyboard.
this works great on... -
6 Feb 2013 4:52 AM
- Replies
- 4
- Views
- 375
thanks for replying icfantv.
it sure is not easy to create container of our own with the fact that it is also to be used as Cell in grid. So narrowing down on problem.
what im trying to do is... -
4 Feb 2013 4:31 AM
- Replies
- 4
- Views
- 375
how can i have Grid with cell which can act as container. So that they can hold any object from other container to any widget
I'm working on small app which has row expander grid. gxt demo has good... -
30 Jan 2013 10:47 PM
- Replies
- 1
- Views
- 383
Hi,
1. i have created grid with editable cell using NumberField class.
2. grid is been in set for SINGLE selection mode
3. then i added KeyDownHandler for NumberField, in order to navigate from... -
30 Jan 2013 10:36 PM
Jump to post Thread: Changing themes in GXT 3.0 by saurabh0683
- Replies
- 1
- Views
- 232
almost every gxt 3.0 component comes with Appearance interface. This interface basically indicate how component would appear on browser. you can provide its implementation to change look and feel of...
-
25 Jan 2013 3:42 AM
- Replies
- 1
- Views
- 288
my mistake
found solution:
grid.addBodyScrollHandler(new BodyScrollHandler() {
public void onBodyScroll(BodyScrollEvent event) {... -
24 Jan 2013 9:59 PM
- Replies
- 1
- Views
- 288
Hi,
I wanted to make grid autoscroll and here is the code snippet i wrote:
// some code...
Grid<Task> grid = new Grid<Task>(store, model);
grid.getElement().setScrollTop(30);
// some code...
... -
24 Jan 2013 9:56 PM
- Replies
- 7
- Views
- 783
Thanks Colin
Solution you gave works gr8. But my question was w.r.t. grid filters provided on grid columns context menu in FilterGrid example in the demo:... -
24 Jan 2013 5:10 AM
Jump to post Thread: Locked / Freeze Column Grid by saurabh0683
- Replies
- 11
- Views
- 16,665
Is there any update on lockable columns Grid in gxt 3???
-
16 Jan 2013 4:16 AM
- Replies
- 2
- Views
- 493
thanks sven.
I implemented mentioned interfaces and it worked as expected. -
16 Jan 2013 3:10 AM
- Replies
- 7
- Views
- 783
thanks for replying Colin.
I'm certain that it is gxt 3.0 -
14 Jan 2013 1:50 AM
- Replies
- 2
- Views
- 493
I created custom appearance for TextButton and applied it for one particular button. Here is code:
public class OrangeButtonCellAppearance<C> extends ButtonCellDefaultAppearance<C> {
... -
14 Jan 2013 12:37 AM
- Replies
- 7
- Views
- 783
Hi,
I'm trying to apply filters for Grid data externally through custom code instead of using Grid context menu.
the API seem simple enough as,
StringFilter<Film> descFilter = new...
Results 1 to 14 of 14
