-
24 May 2013 6:05 PM #11
-
27 May 2013 9:07 AM #12
Sencha/Java evangelist
Author of ExtJS 4 First Look and Mastering Ext JS books
English blog: http://loianegroner.com
Portuguese blog: http://loiane.com
Sencha Examples: https://github.com/loiane
-
28 May 2013 7:17 AM #13
Hi Loanie, I am playing with you example ant it work ok in Sencha Architect 2.2.2 Build 991 but using in the library: Library Base Path= http://dev.sencha.com/deploy/ext-4.1.0-gpl/ if I changed it to
http://cdn.sencha.com/ext/gpl/4.2.1/ it doesn't work, I mean I get error when I click on action columns,the same idea, with other examples, when I change the Library Path doesn't work, have Idea? Some plan to migrate it to lastest extjs version?
regards
Frank
-
28 May 2013 8:14 AM #14
Hi Loaine in the arrayGrid y found a solution to work with 4.2.1 I changed
var rec = view.getStore().getAt(rowIndex);//view.getRecords(view.getNodes())[rowIndex];
wil be good to update the filter example, I didn't find the reason that doesn't work
regards
Frank
-
28 May 2013 10:02 AM #15
Thats the way I did, look:
http://www.sencha.com/forum/showthre...l=1#post822610
The good part is that you were forced to look for solution
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!



Reply With Quote