OlegK

Forum Replies Created

Viewing 15 replies - 691 through 705 (of 968 total)
  • Author
    Replies
  • in reply to: jqGrid.LiveGrid ? #96361
    OlegK
    Participant

    Hi Jay,

    I am not sure that I understand you correct. Do you use reloadAfterSubmit:false? I change some default values with

    jQuery.extend(jQuery.jgrid.edit, {

    in reply to: Suggestion on how to select newly added row, please? #96359
    OlegK
    Participant

    Hello Trober!

    It is something difficult to answer on your question because you don't post the code. The afterSubmit is nice if you want to change something in the server response before the data will be added to the grid. On the other side from the same reason the function is not a good place for the row selection.

    I would you recommend to use

    in reply to: ignoreCase BUG #96358
    OlegK
    Participant

    Hello!

    About one

    in reply to: jqGrid.LiveGrid ? #96356
    OlegK
    Participant

    Hello!

    You should use

    in reply to: Drag and Drop and draggable (possible Bug?) #96295
    OlegK
    Participant

    Hello!

    It seems to be a small dubs in grid.jqueryui.js. The functions accept (line 385) and drop (line 393) will be called not only in case of drag&drop of jqGrid rows, but also for the drag&drop of the rows from the column chooser dialog. So I suggested to replace the lines 386-386

    in reply to: Reload grid #96274
    OlegK
    Participant

    Which version of the jqGrid you use? Could you post the test JSON data which you receive from the server (you can use Fiddler or Firebug to catch the data).

    I would you not recommend to use datatype as function. If was

    in reply to: attaching actions buttons #96270
    OlegK
    Participant

    You should better always post a code example. The answer on your question depends on many parameters. Do you use local data of remote data? (Is datatype is “local”, “json”, “xml” and so on?). Which version of the jqGrid, jQuery, jQuery UI you use?

    in reply to: filterToolbar doesn’t work… #96269
    OlegK
    Participant

    Hi!

    In general the filtering of data work with jqGrid and jQuery 1.4.1. See this example. So if you have a problem you should post the full code which can be used to reproduce the problem.

    Best regards
    Oleg

    OlegK
    Participant

    Thank you very much Tony!

    The usage of searchoptions:{ sopt:['eq'] } can solve my problem. Nevertheless it would be better if in a new version of jqGrid, the search option sopt:['eq'] will be set as default for all edittype:'select'.

    I has by the way the same problem as described before with two select values which used pure string contain (without formatter:'select'). The name of one select entry war a part of another value (like “Exist” and “NotExist”). So I had to use sopt:['eq'].

    By the way I finished the project and will be seen next time more frequently in the jqGrid forum.

    Best regards
    Oleg

    in reply to: Reload grid #96267
    OlegK
    Participant

    Hi

    Look at this old answer. You should just reset the datatype to “local” before reloading of the grid.

    Regards
    Oleg

    in reply to: [ 3.8 – bug ] – Update table with a json string #96195
    OlegK
    Participant

    Moveover

    in reply to: [ 3.8 – bug ] – Update table with a json string #96188
    OlegK
    Participant

    Hello!

    You used before wrong JSON data. Corresponds to http://www.json.org/

    in reply to: Wrong paging info message when search returns no results #96170
    OlegK
    Participant

    Hello!

    The bug is already reported. Look at here for the detail description and the description of the workaround.

    Best regards
    Oleg

    in reply to: Height of toobar seach row #96163
    OlegK
    Participant

    jqGrid extends $(“#list”) with some additional elements to find easyer some divs which it create. About hDiv look at my old answer and another one.

    About problem with IE6 SP2 with Citrix it is different to say something because I have no such environment. Moreover you don't post nothing more as a screenshorts. I can cot find a bug looking only on thescreenshorts.

    Try to use the developer version of jqGrid an debug a little.

    Best regards
    Oleg

    in reply to: How to provide screen shots #96159
    OlegK
    Participant

    I am not sure that it is possible. Try to use some public web provider like https://sites.google.com/.

    Best regards
    Oleg

Viewing 15 replies - 691 through 705 (of 968 total)

Stay connected with us in your favorite flavor!