tony

Forum Replies Created

Viewing 15 replies - 3,736 through 3,750 (of 7,981 total)
  • Author
    Replies
  • in reply to: 3.6.2 Entire Grid Drag & Dynamic Dropdown Help #91699
    tony
    Keymaster

    Hello,

    If you want to drag the entrie grid you can use jQuery UI dragabble. This can be achieved easy.

    You can apply the draggable to the following element – gbox_mygrid – where mygrid is the id of the gird.

    The gbox_mygrid

    in reply to: jgrid not displaying data #91698
    tony
    Keymaster

    Hello,

    You should define the reader in grid options. Also you will need to provide additional information about the number of records and etc, as described into the docs.

    If this is not possible for you you should define datatype as function and put some information into the response before pass it to the grid.

    Best Regards

    Tony

    P.S.

    You can not define your own JSON parse function if you set

    $.jgrid.useJSON = true;

    The grid uses it if the flag is set to true

    in reply to: Correct width alignment of buttons and text in Navigator #91697
    tony
    Keymaster

    Hello,

    1.Something is not correct with the html definition. See here what you need to put

    in the html definition when using the grid

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

    2. How do you expect to put so many buttons on pager when you do not have enoght room for this?

    Please set the width of the grid to greater value.

    in reply to: jgrid not displaying data #91693
    tony
    Keymaster

    Hello,

    How look your json output. Maybe you will need to configure your jsonReader.

    Look here

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data

    Regards

    Tony

    in reply to: Setting Grid Height to a fixed value #91692
    tony
    Keymaster

    Hello,

    Forum

    Tony

    in reply to: Setting default values of filterToolbar #91691
    tony
    Keymaster

    Hello,

    Sorry – no.

    Best Regards

    Tony

    in reply to: Correct width alignment of buttons and text in Navigator #91690
    tony
    Keymaster

    Hello,

    Check your code, especially the positions of the navigator buttons elements. When the pager is created we divide it in 3 parts and we try to put all the buttons (if there is available space for this)

    Best Regards

    Tony

    in reply to: jqGrid and jQuery 1.4 (1.4a1 and 1.4a2) #91689
    tony
    Keymaster

    Hello,

    On this direction you should not expect big improvement, since the jqGrid rendering engine does not use any jQuery command when the data is loaded. Also the speed should be when the grid and any other grid related elements are created.

    Best Regards

    Tony

    in reply to: Resizing grid not works. #91688
    tony
    Keymaster

    Hello,

    It seems that you do not have included in the download the grid.jqueryui.js file. Check this box in the download manager. It is at bottom.

    Some othe note. You do not need to include the src code if you have already included the jqGrid min file. This will cause a lot of problems maybe.

    Best Regards

    Tony

    in reply to: 2 Problems with Validation Dialogs #91687
    tony
    Keymaster

    Hello,

    Thanks

    Also fixed when jqModal is used. Now the dialog appear at the row –

    in reply to: Getting original row data #91672
    tony
    Keymaster

    Hello,

    Now I see what you mean exactley – if I understand rigth. The problem is that in loadComplete you do not have acces to the data, while with custom data type before using addJSONData you have access to all rows before inserted into the grid.

    Glad that datatype function helps.

    Best Regards

    Tony

    in reply to: Getting original row data #91670
    tony
    Keymaster

    Hello,

    Sorry, for this – it seems like this is the same as when we use loadComplete.

    in reply to: Getting original row data #91669
    tony
    Keymaster

    Hello,

    You can use a datatype as function and here you can do what you want

    in reply to: Possible bug in grid.base.js line 337 #91667
    tony
    Keymaster

    Steve,

    Merry Christmas!

    No there is no error here.

    The full code say:

    The original gridComplete should obtain the saved one before some operations.

    The

    if(p.gridComplete = complete) {

    complete();

    }

    in the assigment the value can be either null or function if the value is null – nothing will happen else we restore the original and exectute the event.

    Not sure if I explain it good.

    Something similar can be see in grid.common.js

    function findPos(obj) {

    in reply to: IE6 grid problems shdoclc.dll dnserror.html #91666
    tony
    Keymaster

    Hello,

    The more interesting part here is the jqGrid code. Check to see if you have a not needed commas at end of the colModel.

    Regards

    Tony

Viewing 15 replies - 3,736 through 3,750 (of 7,981 total)

Stay connected with us in your favorite flavor!