rmvenancio

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Author
    Replies
  • in reply to: Search Select Dropdown not Work in New 4.0 #98041
    rmvenancio
    Participant

    Tony,

    Totally agree.Sorry to be to short in the last problem description.

    I don't have a public webpage to do a prof of concept of it, but the problem is simple to reproduce.

    I have a column like this :

    {

    name: 'Country', index: 'Country', align: 'left', sortable: true,

    in reply to: Search Select Dropdown not Work in New 4.0 #98036
    rmvenancio
    Participant

    On edit the select option (automatically select the saved value) don't work on IE (works with Firefox and Chrome). This is a 4.0 issue.

    in reply to: internal error iis #96924
    rmvenancio
    Participant

    prdpjb,

    Sorry if my sentence was rude, it was not the intention.

    What I was tried to say was that here you will find a lot of people knowing and trying to know about jqgrid.

    Your error is more about asp.net. I advise you to look for the solution in asp.net forums for example. You may be luck to find the solution here, but I think that is not the best place to search for a solution.

    In fact, as you said it worked it your test web server. Usually the production server have some limitations/especific configurations. This seems a IIS configuration or something missed in your web.config

    You will find a lot of similar problems searching at google.

    Let us know when you solve our problem 😉

    Good luck,

    in reply to: internal error iis #96922
    rmvenancio
    Participant

    This is not a jqgrid problem.

    Try this in your web.config file :

    in reply to: Accesing jqgrid columns and values #96920
    rmvenancio
    Participant

    var id = jQuery(“#list”).jqGrid('getGridParam', 'selrow'); // return the id

    // To return other fields values :

    in reply to: JqGrid – Edit / Add Dialog box sizes not setting #96919
    rmvenancio
    Participant

    But the values like this :

    height: 700,

    width: 700

    Only remove the ( ' )

    in reply to: populate grid column in edit mode depending on another column #96918
    rmvenancio
    Participant

    Karina,

    In your group you should have something similar :

    editoptions: {

    in reply to: ExcelExport #96873
    rmvenancio
    Participant

    LottaSmiles,

    About the data do be passed to the spreadsheet is a php problem. My knowlegde with php are basic.

    Good luck,

    in reply to: ExcelExport #96797
    rmvenancio
    Participant

    Mine is working with this line of code :

    onClickButton: function () {

    in reply to: JQgrid and Jquery UI Modal Confirmation #96737
    rmvenancio
    Participant

    Hi OlegK,

    Thanks a lot for your help, the code allways return false for debugging porposes.

    Unfortenatly the use of checkOnUpdate and CkecOnSubmit not solves my problem. I don't want to look for changes made in the form but only check if a particular field (cost) have values. I have various scenarios (or use cases), but to simplify, imagine the following:

    This field (cost) by default, are calculated (no needs user input). But the user have the possibility to input some value in the cost and in this case we don't want the cost value to be replaced with a calculated value without user authorization. In this case, and if the cost field have values, we should ask the user for a boolean choice: Yes or No (replace or not replace with automatic calculations).

    I have succeed

    in reply to: Dynamic Edit / Add / Delete Caption on FormEdit #96540
    rmvenancio
    Participant

    About the second question you can do this :

    Add the onSelectRow on the first grid

    onSelectRow: function (ids) {

Viewing 11 replies - 1 through 11 (of 11 total)

Stay connected with us in your favorite flavor!