Search Type: Posts; User: faliqulamin
Search: Search took 0.01 seconds.
-
9 Nov 2012 8:57 AM
- Replies
- 2
- Views
- 338
after searching for a few days I find out the faults, errors occur because I have not unload "loadrecord()" on my form.
but now I am confused how to Unload "loaded record" on my form,
is... -
5 Nov 2012 9:43 AM
- Replies
- 2
- Views
- 338
ERORR:"Cannot read property 'data' of undefined " when removing data from grid(Store)
My console shows error "uncaught TypeError: Can not read property 'data' of undefined on... -
7 Oct 2012 9:30 PM
Jump to post Thread: clear filter grid in MVC by faliqulamin
- Replies
- 2
- Views
- 563
thanks vietits, this work
-
7 Oct 2012 9:24 AM
Jump to post Thread: clear filter grid in MVC by faliqulamin
- Replies
- 2
- Views
- 563
how to clear filter grid from controller in MVC
i've tried this code, but still error
this is my controller :
Ext.define('App.controller.User', {
extend: 'Ext.app.Controller',
... -
4 Oct 2012 6:25 PM
Jump to post Thread: grid Filter in MVC by faliqulamin
- Replies
- 4
- Views
- 656
thanks. it works
-
4 Oct 2012 4:54 AM
Jump to post Thread: grid Filter in MVC by faliqulamin
- Replies
- 4
- Views
- 656
thank's before.
i add my filter in view.
and this my grid panel code
Ext.define('App.view.user.List' ,{
extend: 'Ext.grid.Panel',
alias : 'widget.userList',
id:'userID',
... -
3 Oct 2012 4:33 AM
Jump to post Thread: grid Filter in MVC by faliqulamin
- Replies
- 4
- Views
- 656
I was just learning MVC concepts in extjs, but my difficulty implementing the filtering grid in MVC concept, I've tried it several times but still there is an error in my application, is there...
-
11 Sep 2012 6:30 AM
- Replies
- 4
- Views
- 293
Thanks fschaeffer
It worked. THANKS THANKS THANKS -
10 Sep 2012 6:54 PM
- Replies
- 4
- Views
- 293
thanks for your reply but it still does not work, but if i set my gridpanel with fixed height, scrollbar will appear, but if i use fixed height would be problematic if different monitor sizes.
is... -
10 Sep 2012 9:08 AM
- Replies
- 4
- Views
- 293
I tried to show Gridpanel that have many row in a TabPanel but no scrollbar appears.
I've been looking for this problem on this forum, and found some similar problems. but it can not solve my... -
7 Sep 2012 4:39 AM
- Replies
- 3
- Views
- 430
Thanks scottmartin
It worked. THANKS THANKS THANKS -
6 Sep 2012 8:13 AM
- Replies
- 3
- Views
- 430
Hello ALL,
I apologize if this question has been answered before, and sorry for my english
I have a problem when I tried to show gridpanel into TabPanel, the first time I opened the TabPanel,...
Results 1 to 12 of 12
