tony

Forum Replies Created

Viewing 15 replies - 4,531 through 4,545 (of 7,981 total)
  • Author
    Replies
  • in reply to: Rendering Issue With forceFit in FireFox #89700
    tony
    Keymaster

    Hello,

    A missing DOCTYPE declararation make this not work. Also it does not work in FireFox 3.5 on Windows XP.

    See installation instructions

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install

    Regards

    Tony

    in reply to: Display Error Messages returned from server #89697
    tony
    Keymaster

    Hello,

    Could you please try to accept your message with a simple ajax calls – not using jqGrid?

    in reply to: Missing example on demo page – scrolling load data #89696
    tony
    Keymaster

    Mark,

    Thanks.

    No, sortable rows work just fine with one call to UI sortable.

    The problem was for drag and drop a row from one grid to other – The jqUery UI does not accept this.

    More here: http://dev.jqueryui.com/ticket/2405

    Thanks

    Tony

    in reply to: Extra dialog before editGridRow form #89695
    tony
    Keymaster

    Hello,

    I have modified the info_dialog function which simplify this process. The function will be ready for 3.6 release and will have only two buttons Ok and Cancel, where you can apply a callbacks to them.

    By the way if you use jQuery UI you can use a dialog widget.

    Regards

    Tony

    in reply to: ERROR : JQuery is not defined #89694
    tony
    Keymaster

    Hello,

    The error speak very well that you should load a jQuery library in order to work all other.

    Regards

    Tony

    in reply to: select a row on page x #89693
    tony
    Keymaster

    Hello,

    You can get the page from grid parameters using getGridParam. See options for the grid

    Regards

    Tony

    in reply to: Retaining sort order #89691
    tony
    Keymaster

    Hello,

    Not sure if I

    tony
    Keymaster

    Hello,

    Maybe you can use onInitializeForm(call only once) or beforeShowForm (everytime the form is lunched) for add and edit actions (editGridRow) to remove the All option something like this:

    Suppose the name from colModel is myselect

    onInitializeForm : function(formid)

    {

    $(“#myselect option”,formid).each(function() {

    if( $(this).text() == “All”)

    in reply to: Rendering Issue With forceFit in FireFox #89689
    tony
    Keymaster

    Hello,

    Could you please send me a link to the problem. I will test it in with FireFox 3.0.x and Ubuntu 9.04.

    Thanks

    Regards

    Tony

    tony
    Keymaster

    Hello,

    maybe you will need to use navButtonAdd which is described here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_buttons&s=navbuttonadd

    Regards

    Tony

    in reply to: bsubmit and bCancel dissapear on form edition #89686
    tony
    Keymaster

    Hello,

    For now it seems that you should set both values with pixels until I get it fixed.

    Reagrds

    Tony

    in reply to: Pager – autohide (simple fix) #89685
    tony
    Keymaster

    Hello,

    You can use loadComplete event and get the page number to add or remove the class ui-helper-hidden

    Regards

    Tony

    in reply to: Missing example on demo page – scrolling load data #89681
    tony
    Keymaster

    Mark,

    I really missed to check with scroll=1. Must shame, instead that is written by you so clear. Confused

    It is going good for now. I will make tests for this, since I need this too.

    Now I will go to look deep into what you have do.

    Also some other good news – I have prepared sortableRows and drag and drop table rows between two grids (instead that jquery ui does not support this for tables) I need a more tests before pushing this into the Git.

    Thanks

    Tony

    in reply to: Missing example on demo page – scrolling load data #89678
    tony
    Keymaster

    Mark,

    As usual very good work.

    I'm littlе divided about what to do.

    Let me tell my idea (it is not a new one).

    In this case may plan is to have a div and wrapper which should act as vertical scrollbar. The hight of the inner div can be calculated depending on the total rows and the height of the outer div should have the height of the grid . This way it will be easy for me to support RTL in all browsers, since not all (like Chrome and Safari support left scroll bar when we have RTL).

    But the more common problem IMHO is when we have a relative big data – 10000-15000 rows- the rows still remain into the DOM

    (You can just test this if you go into the demo New in 3.5 -> Grid View mode. Set this to have scroll to true and go to the last page – mybrowser tell me that there is not enoght memory)

    I think that we should make this with inteligent rows (page) swaper requesting pages forward and backward, having a relative little data into the DOM.

    What do you think about this?

    Thank you very much again

    Tony.

    P.S. By the way there is a bug in addXMLData – you forgot to add a adjust parameter.

    in reply to: Set default form edit options globablly #89653
    tony
    Keymaster

    Hello,

    $.extend($.jgrid.edit,{/*set here the values that you want to be global*/});

    Regards

    Tony

Viewing 15 replies - 4,531 through 4,545 (of 7,981 total)

Stay connected with us in your favorite flavor!