Search Type: Posts; User: khatuido
Search: Search took 0.02 seconds.
-
28 Jan 2013 12:34 AM
- Replies
- 2
- Views
- 362
i had gotten, what i wanted with this http://www.sencha.com/forum/showthread.php?144000
-
21 Jan 2013 8:47 AM
- Replies
- 2
- Views
- 362
Hello,
I see with grid, we can do two setting.
Without forcefit, we need put a width on each column, then if the global size of each column is over than the grid width, we got a scrollbar, but... -
3 Mar 2010 1:35 AM
- Replies
- 1
- Views
- 637
Hello
I got a grid with some editable column and others not editable.
I want the cell editable background color is blue
and the cell not editable color is red.
I didn't see any api about... -
2 Mar 2010 6:21 AM
- Replies
- 8
- Views
- 1,219
Yeah with this i can do what i wanted, thanks!
-
1 Mar 2010 7:38 AM
- Replies
- 8
- Views
- 1,219
i tried something like that but the sort still doesn't work very well. It sort on the second column.
the display result is good only the sort on this new column doesn't work. And i tried remove... -
1 Mar 2010 7:27 AM
- Replies
- 8
- Views
- 1,219
I am little lost, i just want a column which is the sum about other column. And it could be better if i can sort this column.
What is a convert function?
if i do like this :
record.data.total... -
1 Mar 2010 6:55 AM
- Replies
- 8
- Views
- 1,219
It's pretty good but i need put a "dataIndex" else it doesn't work.
So i decide add a dataIndex : 'total'
It works but the sort doesn't work, it sort on the second column. Do you know why? -
1 Mar 2010 5:18 AM
- Replies
- 8
- Views
- 1,219
I got a grid with 2 columns A and B
Is there a simple way to create a third column which is the sum : C = A + B
Exemple grid
A B C
10 5 15
7 5 ... -
22 Jul 2008 7:20 AM
Jump to post Thread: Ext.ux.LiveGrid by khatuido
- Replies
- 823
- Views
- 290,577
Is there a way to scroll up the scrollbar after insert a row on the rowIndex = 0?
-
27 Jun 2008 12:43 AM
- Replies
- 8
- Views
- 2,859
I success do what i wanted with it. so thanks i forget to check there.
But still doesn't explain me why i got errors with prototype adaptator :) -
26 Jun 2008 11:20 PM
- Replies
- 8
- Views
- 2,859
At each ajax action begin, it execute the javascript code inside "onCreate"
And at each ajax action end, it execute the javascript code inside "onComplete" -
26 Jun 2008 7:25 AM
- Replies
- 8
- Views
- 2,859
In fact it's for use :
Ajax.Responders.register({
onCreate: function() {
[...]
},
onComplete: function() {
[...]
}
}); -
26 Jun 2008 7:24 AM
- Replies
- 8
- Views
- 2,859
prototype or internet explorer?
-
26 Jun 2008 6:27 AM
- Replies
- 8
- Views
- 2,859
Someone use the prototype adaptator in internet explorer?
-
26 Jun 2008 5:28 AM
- Replies
- 8
- Views
- 2,859
Hello
I got an error which only display in Internet explorer. It's something wrong when i use ext-base.js there is no worries.
But me i wanted use the "ext-prototype-adapter.js".
So i import... -
23 Jun 2008 2:36 AM
- Replies
- 9
- Views
- 1,438
That's look a better idea. I will do this i guess :)
But i thought there was ever a method like in the formulaire to check the while list. -
23 Jun 2008 1:29 AM
- Replies
- 9
- Views
- 1,438
So if we put a m
-
18 Jun 2008 12:56 AM
- Replies
- 9
- Views
- 1,438
So no method in the grid for check if all the row are valid or not?
-
12 Jun 2008 11:13 PM
- Replies
- 9
- Views
- 1,438
In a form whenl we create a form with different field inside. we put allowBlank : false.
After we can checks if all the field on my form are valide with "form.isValid()"
But in a grid we can... -
12 Jun 2008 6:11 AM
- Replies
- 9
- Views
- 1,438
Yes i do it in the editor but after how can i check if all the element of this column is blank or not?
It just make my column edit false, but after i cannot check it. -
12 Jun 2008 5:45 AM
- Replies
- 9
- Views
- 1,438
How to get one column values all required?
I want force my users to fill all the fields. How can i do it? -
4 Jun 2008 11:29 PM
Jump to post Thread: Grid with XmlReader and Mapping? by khatuido
- Replies
- 4
- Views
- 2,480
ok thanks i will try it
-
3 Jun 2008 2:40 AM
Jump to post Thread: Grid with XmlReader and Mapping? by khatuido
- Replies
- 4
- Views
- 2,480
I got a xml like this
<root count="3">
<Produit key="33993973">
<numFt/>
<codProd>33993973 </codProd>
<ordEdit>584</ordEdit>
<dmajProd>14/04/2006</dmajProd> -
2 Jun 2008 2:41 AM
- Replies
- 2
- Views
- 721
are my questions clear ? Because my english is not very good.
I will add the context why i wanted it.
In fact i want custom a grid column in the renderer with a calcul with some other column.
... -
2 Jun 2008 1:54 AM
- Replies
- 2
- Views
- 721
Hello
I got a structure look like this :
record = Ext.data.Record.create([
{name:"key", mapping:"@key"}
[...]
]);
Results 1 to 25 of 103
