tony

Forum Replies Created

Viewing 15 replies - 6,541 through 6,555 (of 7,981 total)
  • Author
    Replies
  • in reply to: Image “title” atribute is returning empty #84845
    tony
    Keymaster

    Hello,

    This is not a bug, but feature 🙂 . Just wait to publish the beta (hope this week) where this is corrected.

    Regards

    Tony

    in reply to: jqGrid 3.4 Roadmap #84844
    tony
    Keymaster

    Hello,

    This is a reasonable question. To be a honest I do not know. Will really consider this in the future. This will be a hard work.

    Best Regards

    Tony

    in reply to: jsonReader issues #84837
    tony
    Keymaster

    If you remove the jsonReader from parameters what

    in reply to: jsonReader issues #84834
    tony
    Keymaster

    Hello,

    I do not think that this is the problem.

    Could you please post a part from data returned from the server?

    Regards

    Tony

    in reply to: Can’t set selected item in a drop down list #84833
    tony
    Keymaster

    Hello,

    If the text data is equal from those provided with the select this should work. Check to se if the data in edit options in colModel are the same as those in the grid.

    Regards

    Tony

    in reply to: Modal Dialog for Edit Record not cleared with GridUnload #84832
    tony
    Keymaster

    Hello,

    Thanks.

    The upcomming release removes (GridUnload) the editforms if they are present.

    Regards

    Tony

    in reply to: Edit Form Position #84831
    tony
    Keymaster

    Hello,

    What is your DOCTYPE definition?

    Try with this

    Regards

    Tony

    in reply to: Can’t set selected item in a drop down list #84827
    tony
    Keymaster

    Hello,

    What you use inline edit, cell edit or form edit?

    Regards

    Tony

    in reply to: Show Modal Form as a response to Cell on click event. #84825
    tony
    Keymaster

    Hello Rob,

    “This one seems to simply load the content of the selected row to validate fields including hidden fields. I could not find an example of the script that builds the form.”

    Calling the method editRow builds the form. The form is builded on the data and options of the grid.

    “What we need is to dynamically configure the modal form with fields that are not necessarily in the grid along with a few fields from the selected row. This information would be posted back to the server to create a set of new rows to be fed back to the grid.”

    IMHO there are diffrent solutions.

    If you want to be a consistent with the grid and use the form editing methods maybe you will need tyo define additinal hidden fields which are editable. This will allow you to solve this problem. Of course in this case you will need to fill these fields in the grid with empty data.

    If you do not want to to do this maybe it is a good idea to construct your own form and use some grid methods to populate or add data – I mean getRowData, setRowData and addRowData. Also in this case you can use the available GriToForm and FormToGrid methods.

    in reply to: Default values for Select boxes #84824
    tony
    Keymaster

    Hello,

    You are right – there is no default value. In jqGrid this is the first one, but you can use with succes beforeShowForm when in add mode to set the default value of the select Wink

    Regards

    Tony

    in reply to: select all method #84823
    tony
    Keymaster

    Hello,

    Thanks for this. The id of every header check box is cb_jqg. But this point me that this a potencial bug when we use multiple grids with multiselect true. I recommend you not to use this id for now until I correct this in next release.

    Regards

    Tony

    in reply to: Accessing click event from inside onRowSelect() #84822
    tony
    Keymaster

    Hello,

    Thanks. I will consider this suggestion.

    Regards

    Tony

    in reply to: grid updates #84821
    tony
    Keymaster

    Hello,

    Ok. I understand what you mean. This will not work in your case. The problem is that you already call for the first time the edit form. This form contain the already select options. You have IMHO two possible solutions.

    1. Use the code provided from you und the option recreateForm: true

    This will cause every time when you cal the form to be recreated with the new values from select.

    2. Check to see if the edit form exists and only modify the select option of the field. If the form does not exists it is not needed to do anything. Also you need to write your own code to update the select.

    Regards

    Tony

    in reply to: call clearGridData() error in Firefox 3.0 #84820
    tony
    Keymaster

    Hello,

    Usually this error mean thet the needed js file is not loaded. In this case this is the grid.base wich I mean is loaded since you construct the grid. Check to see if you set the proper id when you clear the grid data.

    Regards

    Tony

    in reply to: Edit Form Position #84819
    tony
    Keymaster

    Hello,

    To be a sure that you load the jqModal.css and jqModal.js and jqDnR.js files properly.

    Regards

    Tony

Viewing 15 replies - 6,541 through 6,555 (of 7,981 total)

Stay connected with us in your favorite flavor!