tony

Forum Replies Created

Viewing 15 replies - 5,086 through 5,100 (of 7,981 total)
  • Author
    Replies
  • in reply to: Inconsistent display in Add Row dialog #88036
    tony
    Keymaster

    Hello,

    I think that this bug is corrected

    http://github.com/tonytomov/jqGrid/commit/d418a6200ec2a7aa50566110768da2e8c774edb3

    Which version do you use?

    Regards

    Tony

    in reply to: Detecting row changes #88035
    tony
    Keymaster

    Hello,

    Yes it is a bug – Fixed in GitHub. Could you please let me known if all work OK.

    Thanks

    Tony

    in reply to: Label not changed in add Form #88030
    tony
    Keymaster

    Dear Rayson,

    It is a good start to check first the docs – especially for formediting and how to change the label:

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

    Regards

    Tony

    in reply to: Scroll option causs horz scroll bar to appear #88029
    tony
    Keymaster

    Hello,

    This example – as your post work as expected in my demo- no scrollbars. Also check your style.

    Recommendation – in the html page use only the grid and ui.jqgrid.css and nothing more. See the result.

    I thing that other css setting causes the problem – or at least download the demo and experiment with these options to see what is.

    in reply to: Custom cell editor #88027
    tony
    Keymaster

    Hello,

    Maybe (never try) you will need to set edittype:'textarea' and the use dataInit event (see docs) to attach the editor to this field.

    Regards

    Tony

    in reply to: Scroll option causs horz scroll bar to appear #88025
    tony
    Keymaster

    Hello,

    Right now I understand. Also If setting shrinkToFit to false it is a good idea to set a grid width. The purpose of shrinkToFit option is:

    If set to false – all the column have the setted width following the rules:

    I. If the grid width is set then

    I.1. if the width is less than the sum of visible column width – the grid have horizontall scrolbar

    I.2 if the width is greater than the sum of visible column width – you will not have horizontall scrollbar

    II. If the gridwidth is not set

    1. You will have allway horizontall scrollbar – since the calculated width of grid does not include the borders and padding of the cells.

    Recommendation: when

    in reply to: Custom cell editor #88023
    tony
    Keymaster

    Hello,

    You want to overwrite the input element with what?

    Regards

    Tony

    in reply to: Steel Theme #88022
    tony
    Keymaster

    Hello,

    Definitley no. You can make your custom which look like the steel one using the jQuery UI Theme builder.

    Regards

    Tony

    in reply to: Can UI Datepicker be added to navigation example? #88021
    tony
    Keymaster

    Hello,

    I think you place a datepicker on every possible place.

    The dataInit event is placed in wrong place. Refer to docs where to put it – there is such example with datepicker.

    Try first with only one datepicker and see the result.

    Regards

    Tony

    in reply to: Detecting row changes #88020
    tony
    Keymaster

    Hello,

    You are right, but I think it is too late to change the name.

    Do not know why this can not be converted. Check what you have in rowData

    also you can do this

    console.log(rowData);

    Regards

    Tony

    in reply to: Get/Set Scroll Position #88019
    tony
    Keymaster

    Hello,

    I do not understand. Could you please describe your problem in details.

    Regards

    Tony

    in reply to: formedit; postit; reloadgrid question #88018
    tony
    Keymaster

    Hello,

    Could you reproduce this on jqGrid Demo site?

    I can not do this.

    Also check that you have uniquie rowid's – Not sure, but I think that this is the problem.

    Regards

    Tony

    in reply to: Cannot drag edit modal or search modal #88017
    tony
    Keymaster

    Hello,

    What you want to drag and resize – the grid or the editing form? If this is the case then chack what you have downloaded – you shouls marK jqDnR in order to haver dragging.

    Regards

    Tony

    in reply to: jqGrid performance #88016
    tony
    Keymaster

    Hello,

    I have added new parameter – totaltime which mesure the total loading time of the inserted records in the grid.

    You can ask this with getGridParam('totaltime');

    in reply to: style guidelines in documentation #88015
    tony
    Keymaster

    Hello,

    Thanks for this. I will try to make so named jqGrid disection in order to understand every detail in the grid. Will be soon in the Wiki.

    Regards

    Tony

Viewing 15 replies - 5,086 through 5,100 (of 7,981 total)

Stay connected with us in your favorite flavor!