-
16 Jan 2012, 7:54 AM
#911
Sencha User
Excuse me
The Store is Xml ..............
//Store degli Utenti
var storeIscritti = new Ext.data.XmlStore({
url: '../ajaxUsers.asmx/getAnagrafica',
baseParams: { _idAdmin: idAdmin, provincia: provincia, sort: 'cognome', dir: 'ASC', start: 0, limit: 100 },
record: 'User',
remoteSort:true,
totalRecords: 'Totale',
fields: ['idUser', 'cognome', 'nome', 'codiceFiscale', 'indirizzo', 'numIscrizione', 'citta', 'emailOrdinaria', 'emailPEC'],
autoLoad:true
});
-
18 Jan 2012, 12:53 AM
#912
Sencha User
Can I have an example of gridfilter plugins with xml store ??
therewould be very grateful
-
31 May 2012, 5:08 AM
#913
Sencha User
Request
hi!
I am using this great plugin but i need for date fields to filter with time too (TimeStamp). Is it possible?
thanks
-
10 Jul 2012, 5:49 AM
#914
Sencha User
Resource missing on the example file
I downloaded the source zip 0.2.8. But in order to make it work i had to add the ListMenu.js to the index.html list of scripts.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules