Search Type: Posts; User: khatuido

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. i had gotten, what i wanted with this http://www.sencha.com/forum/showthread.php?144000
  2. 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. 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...
  4. Yeah with this i can do what i wanted, thanks!
  5. 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...
  6. 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...
  7. 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?
  8. 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 ...
  9. Replies
    823
    Views
    290,577
    Is there a way to scroll up the scrollbar after insert a row on the rowIndex = 0?
  10. 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 :)
  11. 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"
  12. In fact it's for use :

    Ajax.Responders.register({
    onCreate: function() {
    [...]
    },
    onComplete: function() {
    [...]
    }
    });
  13. prototype or internet explorer?
  14. Someone use the prototype adaptator in internet explorer?
  15. 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...
  16. 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.
  17. So if we put a m
  18. So no method in the grid for check if all the row are valid or not?
  19. 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...
  20. 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.
  21. How to get one column values all required?

    I want force my users to fill all the fields. How can i do it?
  22. Replies
    4
    Views
    2,480
    ok thanks i will try it
  23. 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>
  24. 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.
    ...
  25. Hello

    I got a structure look like this :


    record = Ext.data.Record.create([
    {name:"key", mapping:"@key"}
    [...]
    ]);
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4