Search Type: Posts; User: leonate
Search: Search took 0.02 seconds.
-
8 Dec 2008 1:06 AM
Jump to post Thread: ext.ux.activegrid.ActiveGrid by leonate
- Replies
- 60
- Views
- 34,074
I tested the demo at my office computer and it all worked fine. So probably there is some issue with my home computer configuration.
--
Thanks,
Leonid -
7 Dec 2008 10:36 PM
Jump to post Thread: ext.ux.activegrid.ActiveGrid by leonate
- Replies
- 60
- Views
- 34,074
Thanks for sharing!
By the way I use FF 3.0.4 and IE7 and in both browsers the grid scrollbar is not visible for me. Is it a known issue?
--
Leonid -
23 Oct 2008 3:20 AM
Jump to post Thread: Ext GWT for Desktop Apps by leonate
- Replies
- 8
- Views
- 3,297
If I were need a GUI framework I would take a look at Groovy based framework like this http://groovy.codehaus.org/Griffon . It brings Grails (http://grails.org) ideas to building desktop apps.
-
9 Oct 2008 5:24 AM
- Replies
- 1
- Views
- 1,145
You can extend GridView and override initTemplates() method to create your custom GridTemplates implementation. In this case you have to provide your own templates.
For example if you create... -
1 Oct 2008 2:23 AM
Jump to post Thread: Table - Highlighting cells / rows by leonate
- Replies
- 3
- Views
- 1,584
We also have to highlight some rows.
Currently we do this by implementing GridCellRenderer.
But still with this approach it is not clear how to set style properties for the whole table cell (TD... -
11 Sep 2008 10:38 PM
Jump to post Thread: Multi-row header for Grid by leonate
- Replies
- 2
- Views
- 2,670
Yes, but it does not cover many real cases.
If we do not use Grouping then it makes much more sense to have column totals in the non-scrollable area (like header or footer) so they are always... -
11 Sep 2008 8:26 PM
Jump to post Thread: Multi-row header for Grid by leonate
- Replies
- 2
- Views
- 2,670
I checked Grid API and did not find a way how to create a header containing more than one row.
Is it actually possible?
If it is not I am very surprised as this is so fundamental feature which is... -
10 Sep 2008 12:26 PM
- Replies
- 1
- Views
- 1,150
GXT-1.1-alpha4
Grid RowExpander does not fire Events.BeforeExpand event when row is expanded.
It is inconsistent because when row is collapsed Events.BeforeCollapse event is fired fine.
I... -
9 Sep 2008 7:03 AM
Jump to post Thread: Grid + RowExpander + Widgets by leonate
- Replies
- 3
- Views
- 1,511
It would be a brilliant feature to add.
As I can see currently RowExpander supports only HTML kind of templates which is not really that much useful. Ability to display widgets would be very very... -
8 Sep 2008 2:34 AM
Jump to post Thread: Reorder Grid Columns? by leonate
- Replies
- 4
- Views
- 1,828
+1.
Can anyone comment on this? -
4 Sep 2008 7:54 AM
Jump to post Thread: Grid totals features by leonate
- Replies
- 1
- Views
- 1,407
A couple of questions about grid totals.
1. Is it possible to place grid totals above the items?
This option could be very useful when there are too many items.
2. Is it possible to calculate... -
20 Aug 2008 8:32 PM
Jump to post Thread: Multi-sort support by leonate
- Replies
- 5
- Views
- 2,334
By Grid widget I meant the one from the GXT 1.1 demo preview. Looking at the demo it looks like there is still no way to do multi-sorting.
-
20 Aug 2008 8:28 PM
Jump to post Thread: Multi-sort support by leonate
- Replies
- 5
- Views
- 2,334
Yes, there is a sort option but only for a single column.
Check GXT API for SortInfo class - it contains sorting information only for one column.
If I want to do multi-sort I need a list of... -
20 Aug 2008 5:26 AM
Jump to post Thread: Multi-sort support by leonate
- Replies
- 5
- Views
- 2,334
Hi,
Is it possible to implement multi-sorting for table/grid columns in some way?
This is a "must have" feature for any advanced data table/grid. -
14 Aug 2008 2:25 AM
- Replies
- 10
- Views
- 7,142
Advanced combo does not work at all in IE7.
Some javascript exception happens when entering any 4-letter word.
Sample works fine in FF3. -
25 Jul 2008 11:12 AM
Jump to post Thread: GXT on Maven Central repository by leonate
- Replies
- 31
- Views
- 23,238
Yes, it is for GXT 1.0.
But it should work as I used it recently.
Ideally Ext GWT team should upload any new versions to maven repo. -
25 Jul 2008 6:18 AM
Jump to post Thread: GXT on Maven Central repository by leonate
- Replies
- 31
- Views
- 23,238
See here http://mvnrepository.com/artifact/com.extjs/gxt
-
10 Jul 2008 6:50 AM
Jump to post Thread: Table total row by leonate
- Replies
- 0
- Views
- 1,024
Hi,
Is it possible to create table total row in some way in version 1.0 ?
I know built-in support for total rows is planned for v1.1 but may be someone can suggest a workaround or preferred way... -
8 Jul 2008 11:39 PM
Jump to post Thread: Ext-GWT: stop the insanity by leonate
- Replies
- 23
- Views
- 12,883
I agree as well.
Although GXT widgets look good enough but what is under the hood sometimes scares me away from adopting the framework. :-? -
7 Jul 2008 3:12 AM
Jump to post Thread: Stripes for table rows by leonate
- Replies
- 1
- Views
- 983
Hi,
Is it possible to have stripes for table rows (specify different styles for odd/even rows) ? -
7 Jul 2008 2:51 AM
- Replies
- 0
- Views
- 696
1. Problem description
Let's assume you want to allow multi-line text in a table cells. This can be achieved by using next CSS style:
.my-tbl-data .my-tbl-item-cell-overflow {
overflow:... -
6 Jul 2008 8:59 PM
Jump to post Thread: Auto-resize for paging table by leonate
- Replies
- 2
- Views
- 1,344
I tried to place a table in the content panel with FitLayout. This stretches the table width to fill the container. But there is a BUG when resizing the window. When you start with not maximized...
-
4 Jul 2008 9:31 PM
Jump to post Thread: Dynamic row height for table by leonate
- Replies
- 0
- Views
- 969
Hi
I would like the row height in a paging table to be automatically calculated to display all cell content.
Is there a way to achieve this? -
4 Jul 2008 2:34 PM
Jump to post Thread: Multiple lines in a table cell by leonate
- Replies
- 5
- Views
- 3,398
Hi Darrel,
I am trying to use these styles to set specific formatting for some column in a paging table (I use GXT-1.0-RC2). But it looks like only the column style .my-tbl-col-[column id] is... -
4 Jul 2008 3:15 AM
Jump to post Thread: Auto-resize for paging table by leonate
- Replies
- 2
- Views
- 1,344
Hi guys,
What is the preferred way for paging table to fill its container panel and auto-resize itself when container dimensions are changed (when browser window is resized)?
Thanks in...
Results 1 to 25 of 25
