justinkneff

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: JQGrid Row ID Copying to Other Rows #100349
    justinkneff
    Participant

    Fixed. Some user was setting the row ID on success because we add rows to the grid and need new unique ID's as they go and it's supposedly getting returned on save from the database.

    Oy, lots of head pain on this one.

    in reply to: .trigger(‘reloadGrid’) not work. #100330
    justinkneff
    Participant

    Try adding the following parameters to foce the data type too:

    in reply to: JQGrid and JQuery Autocomplete #100328
    justinkneff
    Participant

    I posted on stack overflow as well:

    I have a custom enable/disable function before the calling of the auto complete. This causes multiple reference calls to the same jqgrid cell causing conflict. So during my double click event on the row where it's supposed to open up inline-editing. The row is taken and analyzed for what cells need to be enabled/disabled based on the record type it is. It determines the fields that are available by an associative array, serialized into a hidden field value, from the code behind during page load.

    in reply to: JQGrid and JQuery Autocomplete #100324
    justinkneff
    Participant

    Hi Kris,

    I tried to add the delay to my jqgrid auto complete generation but it doesnt seem to have resolved anything.
    As of right now i generate the auto complete and it does pull data. I'll explain how i generate the jqgrid and that may help.
    I use a remote json source. When generating the grid it sets up ondblClickRow as “tableRowDoubleClick,” This generates the mode from the the previous function where the row is structured with the following:

    item.edittype = JQGrid_EditType.custom
    Dim edOpt As New JQGridEditOptionsCustom()
    edOpt.custom_element = “CustomSearchElementSingle”
    edOpt.custom_value = “CustomSearchSingleValue”
    item.editoptions = edOpt

    function CustomSearchElementSingle(value, options) {

    in reply to: JQGrid and JQuery Autocomplete #100317
    justinkneff
    Participant

    Still having issues. This doesnt work in either browser. It doesnt seem to matter what type of text is in there. Sometimes it doesnt occur, but more so it does than not.

    Once in inline edit mode double click a textbox-input and press delete. Then hit escape to cancel the edit. This is how i recreate the issue of the textbox's not going away.

    Shameless Bump.

    Also just tried editing the javascript so on focus or blur it creates or destroy's(unautocomplete) the auto complete.

    That did not resolve it either.

    It happens on firefox/IE8+

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

Stay connected with us in your favorite flavor!