-
4 Oct 2012 5:17 AM #801
ExtJS 4 support?
ExtJS 4 support?
Are you going to support Ext.ux.LiveGrid for ExtJS 4?
Regardless of that Ext included it's own implementation of LiveGrid in standard plugins, it's much more simple and unneat comparing to your nice plugin.
I'd really appreciate Ext 4 realization.Last edited by nosferatum; 4 Oct 2012 at 5:18 AM. Reason: fixed typos
-
16 Oct 2012 5:13 AM #802
I have a datagrid using the plugin Ext.ux.Livegrid. We asked me to use paging for datagrid. The purpose of this plugin was to connect to a database backend and renders large sets of data into a grid, without the need of paging. But for my project, i need paging. How can we activate paging with your plugin.
Anyone can explain me what to modify in the source code or to add ? Off course, it' a paging horizontal.
-
21 Oct 2012 9:56 PM #803
If you need paging then don't use the livegrid but the ext internal grid which already supports paging.
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
27 Oct 2012 5:03 AM #804
Ext.ux.Livegrid 0.6 available
Ext.ux.Livegrid 0.6 available
Ext.ux.Livegrid 0.6 is available now which supports ExtJS 3.4.
You can find the release here : http://ext-livegrid.com/download
-
28 Oct 2012 3:04 PM #805
Ext.ux.Livegrid 0.6.1 available
Ext.ux.Livegrid 0.6.1 available
Ext.ux.Livegrid 0.6.1 was just released which fixes an issue with the store's sortData() method. Download is available at http://ext-livegrid.com/download. Cheers!
-
28 Oct 2012 11:02 PM #806
Thanks Thorsten, could you please implement that horizontal scrollbar fix which was mentioned here ((c.scrollLeft must be deleted)and works up to 0.5). In 0.61 this "bug" seems to be in again.
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
29 Oct 2012 12:31 AM #807
Thanks for the hint, I'm trying to reproduce this one later on.
-
29 Oct 2012 10:11 AM #808
I used paramNames on my store but they don't seem to be working in the live grid store?
http://docs.sencha.com/ext-js/3-4/#!...cfg-paramNames
Code:paramNames: { start: 'skip', limit: 'limit', sort: 'sort', dir: 'dir' }
-
30 Oct 2012 2:08 AM #809
Thanks, I'll look into it.
-
14 Nov 2012 11:11 AM #810
Hi Thorsten,
Any updates on the paramNames support?
Thanks


Reply With Quote