jQuery UI Widgets Forums Layouts Splitter Getting an error | f is null

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Getting an error | f is null #31690

    rskbuvan
    Spectator

    Hi,

    I’ve a page where I used a splitter, below is the structure of splitter

    At the left hand side, I’ve a grid and at the right hand side, I’ve a form fields with “Submit“, “Cancel” buttons.

    When a user clicks on the “Cancel” button, the splitter panel should collapse and at the same time, grid should be updated with data.

    Actually, I did this but getting an script error saying, “f is null“. Below is the code used for the above functionality during button click.

    $('.jqxCancelEdit').click(function() {
    $('#my_splitter').jqxSplitter('collapse');
    $("#summaryGrid").jqxGrid('updatebounddata');
    });

    I couldn’t able to get a possible cause for this issue.

    Can some one suggest me a solution.

    Thanks & Cheers,
    \_rssb

    Getting an error | f is null #31743

    Dimitar
    Participant

    Hello rssb,

    The code you provided is insufficient for us to determine the source of the issue. Please post a larger code sample, which we may test locally.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.