tony

Forum Replies Created

Viewing 15 replies - 4,471 through 4,485 (of 7,981 total)
  • Author
    Replies
  • in reply to: E is null (jquery 1.3.2) #89900
    tony
    Keymaster

    Hello,

    The most common problem is that you forget to set datatype to json – i.e you datatype is the default one – xml, but you provide a json response.

    Regards

    Tony

    in reply to: How to resize the last column #89899
    tony
    Keymaster

    Hello,

    This is known problem. Currently trying to resolve them.

    Regardas

    Tony

    tony
    Keymaster

    Hello,

    The current edited cell has a class edit-cell

    Regards

    Tony

    in reply to: checkInput option in version 3.5 #89895
    tony
    Keymaster

    Hello,

    Not sure what you mean and what you try to use. There is no such function into the code. What do you want to do with this function

    in reply to: Multisearch – restricting additional search criteria #89894
    tony
    Keymaster

    Hello,

    Thanks, will consider this feature.

    Best Regards

    Tony

    in reply to: Pager not displaying pages and totals #89893
    tony
    Keymaster

    Hello,

    Be a sure that you have a pginput set to true. Also could you please to provide integers instead of floats in the request.

    Regards

    Tony

    in reply to: altRows not working #89891
    tony
    Keymaster

    Hello,

    There was a bug when we use datatype local (already fixed), but this is not your case. In some themes there is no diffrence with the alt rows, by example redmond. Try with other theme and see the result.

    Regards

    Tony

    in reply to: enter a value in cellEdit mode resets/pushes page to top…. #89890
    tony
    Keymaster

    Hello,

    If you trigger(“reloadGrid”) after save this is a expected behaviour.

    Regards

    Tony

    in reply to: Get master detail by clicking on cell #89889
    tony
    Keymaster

    Hello,

    This is the right event.

    Regards

    Tony

    in reply to: Howto get rid of the ‘title’ attributes on every cell? #89888
    tony
    Keymaster

    Hello,

    The current implementation add title without any condition. To remove all title attributes currently you can do

    gridComplete : function () {

    $(“#mygrid td”).removeAttr(“title”);

    }

    Regards

    Tony

    in reply to: altRows mess up after sorting operation #89887
    tony
    Keymaster

    Hello,

    Thanks. It is a bug. Already fixed in GitHub – 3.6 branch.

    Best Regards

    Tony

    in reply to: Very slow on FF, fast on IE 8 #89886
    tony
    Keymaster

    Hello,

    If this is the original code I wonder how this work in FF and especially in IE. You have a not needed comma here:

    colModel :[
    {name:'Name', index: 'Name', width:250, align: 'center', resizable: false, editable: true, sortable: false},
    {name:'IP', index:'IP',width:250, align:'center',resizable:false,editable:true,sortable: false}, <- Erorr
    ],

    Best Regards

    Tony

    in reply to: Hidden fields not posted during editGridRow #89884
    tony
    Keymaster

    Hello,

    Aha. Thanks. Fixed in the upcomming 3.6 release.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    The 3.6 branch

    Regards

    Tony

    in reply to: shows ‘undefined’ in grid when edittype=select #89882
    tony
    Keymaster

    Hello,

    All work as expected. Just to analize the situation:

    1. You set a edit type select – in this case we expect the data for the select to be get when we perform editiing via the dataUrl option.

    2. In the same way you use the formatter select. These values should be in the grid options before you populate the data to the grid. The simple question is why? Just to think – in the case provided from you use another request to obtain the data – in the same time the grid uses his own request to populate the data, which request will be done first? – it is unknown. I think you understand this point. In order to work this you should

    { name: 'some',

Viewing 15 replies - 4,471 through 4,485 (of 7,981 total)

Stay connected with us in your favorite flavor!