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