Search Type: Posts; User: nitingautam

Search: Search took 0.01 seconds.

  1. any luck on this ?
  2. I am also getting same issue with 3.3.1
  3. I am working on applciation which is using ExtJs ver 3.3.1
    IE8+ is our primary browser for this application

    Earlier this application was not having any doctype hence was working in Quirk mode, I...
  4. Replies
    4
    Views
    1,187
    I solved it, i think the culprit here is autoheight. With forcefit never use autoheight.

    correct me if i am wrong.
  5. Replies
    4
    Views
    1,187
    Hello-win is used by main window but the layout issue is with the 'addUsrWin' window
  6. Replies
    4
    Views
    1,187
    I am opening a grid window from clicking on a button but Grid is not proper layouting on IE 6 in Mozilla it is working fine, See the snagit below no scroll bar is working and headers are also not...
  7. I am not saying to remove any event here...just want to ask can we call "remove" event from "update" event.
  8. In my code on the basis of grid row dirty flag , I want to insert/ delete a records.
    (Dirty means if any value got edited in row then it is dirty its shows a red trangle )
    I have a extra hidden...
  9. Replies
    14
    Views
    7,435
    Thanks Condor it did the magic...but Why don't it instantly reflect the new color change when I click on the row.
    It shows the new color when I select another row.
  10. Replies
    14
    Views
    7,435
    Condor that's not an issue.

    I want to change row color instantly when I select them and when select again that row, color should be normal again means unselect
  11. Replies
    14
    Views
    7,435
    I have now done the following animal.


    var gridView = new Ext.grid.GridView({

    //forceFit: true,
    getRowClass : function (row, index) {
    ...
  12. Replies
    14
    Views
    7,435
    Hi,

    I am trying the same as below in grid but getting getRowClass undefined


    listeners:{
    rowclick:function(g,r,e){

    var row =...
  13. Thanks , how do we know the name of class that we have to effect colors of ?
    as you changed value of x-grid3-row-alt to change color of stripe rows
  14. are you talking about extjs examples or your grid tutorial. I saw both.

    For mark for deletion functionality I have added an additional data column let say 'MARK_FOR_DEL' and default value to 'N'...
  15. Please some one can reply here how I workout with grid to mark any or multiple rows for deletion and when I press save it commit that in DataStore.
  16. Thanks for the reply :)

    I have done something like below to handle multiple new records of EditorGridPanel


    demoDS.on("update",
    function(s,r,o){
    if(o...
  17. Hi Friends,

    I have a GridPanel with multiple selection true.
    How can I get that data, so that i process that at server side (Java) to save in database.

    Please tell me.

    Thanks,
Results 1 to 17 of 17