Search Type: Posts; User: azinyama
Search: Search took 0.02 seconds.
-
Today 11:39 AM
Jump to post Thread: ComboBox Value In templatecolumn by azinyama
- Replies
- 0
- Views
- 28
Good day all!!! I have a grid with three columns: 'Title', 'Contact_FName', 'Contact_Surname'.
I found the templatecolumn xtype and decided to combine the three columns and just have one column... -
Yesterday 10:49 AM
Jump to post Thread: Direct Store Not Working by azinyama
- Replies
- 2
- Views
- 80
Thanks for the help. It's sorted now :)
-
Yesterday 6:40 AM
Jump to post Thread: Direct Store Not Working by azinyama
- Replies
- 2
- Views
- 80
Good day all!!! I have a store that I'm attaching to a grid.
Store..
Ext.define('Firm_Matters.store.Contact',
{
extend : 'Ext.data.Store', -
20 Nov 2012 11:45 AM
Jump to post Thread: Form loadRecord Very Slow by azinyama
- Replies
- 4
- Views
- 575
Hi!!! Thanx for the reply...
I have tried to remove the rendering (code below):
Ext.define('CIS.view.patient.forms.PatientDetailFieldContainer',
{
extend :... -
15 Nov 2012 4:44 AM
Jump to post Thread: Form loadRecord Very Slow by azinyama
- Replies
- 4
- Views
- 575
Good day all!!! I hope this thread finds you well!!!
I'm having trouble with the form.loadRecord method. I have the following:
onDependantSelectionChange: function (model, selected, eOpts)... -
5 Nov 2012 8:02 AM
- Replies
- 2
- Views
- 411
Thanx for the reply...
I have checked the records and they are fine. Not sure I understand what you mean by -
2 Nov 2012 11:54 PM
- Replies
- 2
- Views
- 411
Good day all!!!
I'm loading buttongroups and buttons into a toolbar to create a menu, from records being returned from a store load method. Code below:
Code in controller: After panel is... -
2 Nov 2012 9:10 AM
- Replies
- 2
- Views
- 321
Hi!!!
I want to get a list of printers installed on the local machine and then print. I have looked it up and to the best of my knowledge you can't use javascript to get a list of printers... -
30 Oct 2012 10:42 PM
- Replies
- 2
- Views
- 321
Good day all!!!
I have an ExtJS 4 application that I'm working on using ASP.Net for the backend. I wanted to know if it is possible to 'embed' a .net control into a formpanel.
If it is, how... -
30 Oct 2012 10:21 AM
Jump to post Thread: Group Gird Add/Remove Row by azinyama
- Replies
- 1
- Views
- 318
Good day all!!!
I have a grid that is using the grouping feature. My question is how do I add a row to a particular group using the row editing plugin??? -
26 Oct 2012 3:38 AM
Jump to post Thread: Grid Group Row itemmouseenter by azinyama
- Replies
- 4
- Views
- 2,362
I found this solution. But it's not really 'clean'.
Any suggestion on how to imporve it???
listeners : {
el : {
mouseover : {
delegate: '.x-grid-group-hd',
fn : function(event, html,... -
26 Oct 2012 2:59 AM
Jump to post Thread: Grid Group Row itemmouseenter by azinyama
- Replies
- 4
- Views
- 2,362
I have something working using the groupcontextmenu event but it only response to mouse right click. I want to know how to get 'itemmouseenter' and 'itemmouseleave' for the group header row.
... -
26 Oct 2012 2:43 AM
Jump to post Thread: Grid Group Row itemmouseenter by azinyama
- Replies
- 4
- Views
- 2,362
Hi!!! Thanx for the reply. I'm been trying to workout a solution from your tip, but with now luck. any change you could post example code :D:D
-
25 Oct 2012 3:23 PM
Jump to post Thread: Grid Group Row itemmouseenter by azinyama
- Replies
- 4
- Views
- 2,362
Good day all!!! I have a grid that I am using the grouping feature on. If I apply the itemmouseenter listener from the controller it works fine but only on the rows inside the groups. What I wanted...
-
24 Oct 2012 1:53 PM
- Replies
- 3
- Views
- 361
Thanx...
That worked great:
this.getMemberDependantGrid().getSelectionModel().suspendEvents(false);
this.getMemberDependantGrid().getSelectionModel().select(0);... -
24 Oct 2012 1:36 PM
- Replies
- 2
- Views
- 479
Thanx... I left the fieldset as it is and remove the fieldcontainer's. The rest the same; and now it's working...
Thanx again... -
24 Oct 2012 4:45 AM
- Replies
- 2
- Views
- 479
Good day all!!!
I have three grids that are in a fieldset with autoScroll set to true, using vbox layout. The top two have fixed heights and the last one has a flex value ('flex: 1'), so that if... -
23 Oct 2012 9:29 PM
- Replies
- 3
- Views
- 361
Good day all!!!
I have a girdpanel to which I'm a select listener function to from my controller. See code below:
init: function()
{
this.control(
{ -
22 Oct 2012 9:14 PM
- Replies
- 7
- Views
- 6,001
Hi!!! don't know if this is what you are looking for, but here is what I do to remove phantom records if the user presses cancel.
In side my controller
init: function()
{
... -
22 Oct 2012 9:08 PM
- Replies
- 2
- Views
- 444
Well, that is embarrassing. I changed everything inside that fieldset fifty time and didn't even see that. :D
Thanx... -
15 Oct 2012 3:10 AM
- Replies
- 2
- Views
- 444
Good day all!!! I have a form with feilds and grids on it. But I'm failing to get the grid at the bottom (added last) to fill the rest of the avaliable space. How do I get the grid to fill the rest...
-
12 Oct 2012 9:01 AM
- Replies
- 2
- Views
- 472
Thanks...
-
11 Oct 2012 8:55 AM
- Replies
- 2
- Views
- 472
I have a panel that I want to set frame : false
This does what I want and removes the frame, but it also removes the blue background.
Is there a way of maintaining the blue background on a... -
11 Oct 2012 8:48 AM
- Replies
- 2
- Views
- 534
Thank... Got it working...
-
11 Oct 2012 8:45 AM
- Replies
- 2
- Views
- 300
Thanks a lot... That worked...
Results 1 to 25 of 60
