Search Type: Posts; User: gxtyas
Search: Search took 0.01 seconds.
-
11 Apr 2013 1:15 PM
- Replies
- 5
- Views
- 359
How soon can we expect the general public release? Thank you very much for your quick support.
-
11 Apr 2013 12:43 PM
- Replies
- 5
- Views
- 359
is GXT 3.0.3 available for download?
-
11 Apr 2013 9:53 AM
- Replies
- 5
- Views
- 359
Sven,
this issue is duplicate of existing bug i,e GXT 3 RC Grouping Inline Editing Grid,
could you please suggest a fix for this?
... -
11 Apr 2013 6:22 AM
- Replies
- 5
- Views
- 359
I am using gxt demo sample code of GroupingView but with the editable Grid.
On editing a Row, the textfield jumps up by one level. attached the screen shot.
final GroupingView<Stock> view =... -
10 Nov 2011 11:13 AM
- Replies
- 0
- Views
- 473
Sven,
I have page which contains lot of content & gxt app is one of them, The page is huge therefore the page loads with the default vertical scroll bar.
In my gxt app we have feature where in... -
29 Sep 2011 9:12 AM
- Replies
- 5
- Views
- 2,480
Thank you very much Sven, You are my saving point, like always.
I looked into the css to figure out the border dotted line & was able to figure out the classname. -
29 Sep 2011 9:08 AM
- Replies
- 5
- Views
- 2,480
I fixed it by myself by removing the css class
El.fly(selectedRowElement).removeStyleName("x-grid3-highlightrow "); -
29 Sep 2011 8:44 AM
- Replies
- 5
- Views
- 2,480
Grid is with out a selection Model, It is a simple grid with just a a Row Click event listener.
-
29 Sep 2011 5:13 AM
- Replies
- 5
- Views
- 2,480
Sven,
I have a functionality where in upon Grid row click, modal window is shown with details, Upon closing Window, The highlighted row remains forever active until another row click event is... -
7 Sep 2011 6:03 AM
Jump to post Thread: Gxt DateField DatePicker Events by gxtyas
- Replies
- 2
- Views
- 1,699
Sven,
I would like to get notified before the datePicker expand & collapse but the Events.BeforeExpand /beforeCollapse never gets fired , the only event that gets fired is Select
Could you... -
24 Aug 2011 5:54 AM
- Replies
- 0
- Views
- 672
Sven,
We have upload image functionality in one of our forms, after uploading image when you open a preview screen to view image icon, We see a cross icon, it will only load the image either by... -
23 Aug 2011 7:18 AM
- Replies
- 1
- Views
- 767
sorry ignore my question, I hv the ref to the groupingStore
store.clearGrouping -
23 Aug 2011 6:59 AM
- Replies
- 1
- Views
- 767
Sven,
I would like to clear the grouping of the grid by clicking button,
How to obtain the groupingStore object in order to clear grouping?
"groupingStore.clearGroupings()"
... -
23 Aug 2011 5:42 AM
- Replies
- 1
- Views
- 624
Sven,
The header menu of grid does not disapper upon selection, picture attached, Please advise
27645 -
12 Aug 2011 8:46 AM
- Replies
- 1
- Views
- 1,153
Sven,
does gxt support multiple columns grouping in the grid? If yes ,how to achieve it? -
14 Mar 2011 9:51 AM
Jump to post Thread: How to blink GXT Grid row by gxtyas
- Replies
- 2
- Views
- 1,336
Thank you very much micgala.
Now the blink works, was not aware of Ext.fly function to convert google Element object to El object -
14 Mar 2011 5:25 AM
Jump to post Thread: How to blink GXT Grid row by gxtyas
- Replies
- 2
- Views
- 1,336
Sven,
On adding new row to grid, I would like to highlight the grid row for few seconds,
I tried the following code but no luck , Could you please show the correct way to highligh the grid row?... -
9 Feb 2011 8:51 AM
- Replies
- 3
- Views
- 1,243
Could you please post the soln fix to avoid the grid jump on IE8 for gxt 2.2.0 version,
with new version of gxt 2.2.1, we hv few issues. -
26 Jan 2011 10:33 AM
- Replies
- 1
- Views
- 1,004
<code>
var jsonStore = new Ext.data.Store({
model: "TestModel",
proxy: {
type: 'ajax',
method:'Post',
url: '/HelloServlet',
reader: {
type: 'json',
// record: 'person' -
27 Dec 2010 5:38 PM
- Replies
- 3
- Views
- 1,206
Thanks Sven, If I just return string then how will I pass the remote pagination attributes like offset, limit etc back to client ?
I would like to return the xml string along with pagination... -
27 Dec 2010 2:24 PM
- Replies
- 3
- Views
- 1,206
Sven,
I am trying to load xml based grid using RpcProxy but I am not sure how to return xml string .
here is the test code,here I see the grid with header but no data, why am i not seeing... -
22 Dec 2010 8:43 AM
Jump to post Thread: GXT Registry - Pros and Cons by gxtyas
- Replies
- 4
- Views
- 2,479
Thanks a lot Sven for your quick response , Could you please briefly explain why we should always avoid using Registry?
It will really help us in making our design decision . Looking forward to... -
21 Dec 2010 10:30 AM
Jump to post Thread: GXT Registry - Pros and Cons by gxtyas
- Replies
- 4
- Views
- 2,479
Sven,
Could you please list the pros and cons of using Registry? When it is ideal to use and when to avoid using Registry ? -
15 Nov 2010 1:22 PM
- Replies
- 3
- Views
- 2,348
I just upgraded to gxt 2.2.1, I noticed that i am unable to select any of GXT Grid column Header menu items as the menu disappears as soon as it appears.
-
10 Nov 2010 10:47 AM
- Replies
- 5
- Views
- 1,566
Sven,
Could you please help me with this issue? to which object and at what point should i set the filter value from cookie?
I am now able to get the filter working by suppressing events, but...
Results 1 to 25 of 60
