jQuery UI Widgets Forums Grid clearselection

This topic contains 3 replies, has 3 voices, and was last updated by  parceltax 2 months, 1 week ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • clearselection #52745

    lleveille
    Participant

    clearselection seems to still leave the grid in some kind of selected mode
    $(‘#jqxJobs’).jqxGrid(‘clearselection’);

    I clear the selection when leaving the div.
    However, if I single click on my second grid and start typing .. instead of putting the current grid cell into edit mode … I end up in edit mode in the first grid in the last cell I was in.
    Awesome functionality for the users!
    The really seem to love updating grid fields not selected and not in focus.
    Great feature!

    • This topic was modified 8 years, 11 months ago by  lleveille.
    clearselection #52752

    Peter Stoev
    Keymaster

    Hi lleveille,

    We will check whether your feedback is correct or not. If it is, we will add a work item.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    clearselection #52812

    lleveille
    Participant

    Peter,

    I have been working with it this morning and unable to get aorund this issue with a bit of code.
    Basically if coming into the grid from the other gird I put the cell they clicked on in and out of edit mode.
    $(gwf_CurrentGrid).jqxGrid(‘begincelledit’, gwf_CurrentGridCell.rowindex, gwf_CurrentGridCell.datafield);
    $(gwf_CurrentGrid).jqxGrid(‘endcelledit’, gwf_CurrentGridCell.rowindex, gwf_CurrentGridCell.datafield, false);
    Is there a better work around?

    clearselection #132238

    parceltax
    Blocked

    We’ll verify whether or not your feedback is accurate. We will add a work item if it is.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.