jQWidgets Forums
Forum Replies Created
-
Author
-
March 1, 2016 at 1:28 pm in reply to: export to csv while rendering data from server side export to csv while rendering data from server side #81977
Thank you, I understood your point, is there any chance to modify following data values just before exportdata event, so that whenever recordsInView is set to false, we can export full table data.
pagenum pagesize
Regards,
PeterMarch 1, 2016 at 9:15 am in reply to: jqxnavigationbar is not intialized after calling destroy jqxnavigationbar is not intialized after calling destroy #81958Is there any way to check, whether navigationbar is intialized before on same element, at present I am doing like this
if( $("#jqxnavigationbar").hasClass("jqx-navigationbar") ) { $("#jqxnavigationbar").jqxNavigationBar('destroy'); $("#mydiv").append("<div id='jqxnavigationbar'>Some new contents</div>"); $("#jqxnavigationbar").jqxNavigationBar(); }
March 1, 2016 at 9:02 am in reply to: jqxnavigationbar is not intialized after calling destroy jqxnavigationbar is not intialized after calling destroy #81956Ok, thank you so much Peter
Have a great day
March 4, 2015 at 11:57 am in reply to: How to disable horizontal mouse hover scrolling in jqxwidget datatable? How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68001Thank you Peter Stoev for reply, kindly keep this option in next release.
Regards,
Peter PMarch 3, 2015 at 3:20 am in reply to: How to disable horizontal mouse hover scrolling in jqxwidget datatable? How to disable horizontal mouse hover scrolling in jqxwidget datatable? #67915Please add this option in next release, its really confusing. any alternate way to accomplish this ? I mean something like returning false as and when this event is fired.
December 31, 2014 at 1:31 pm in reply to: Open new tab/window on data export Open new tab/window on data export #64878Yes I downloaded, But its minified, I can’t read it.
December 30, 2014 at 10:49 am in reply to: Open new tab/window on data export Open new tab/window on data export #64833Sorry Peter, for late reply bit busy because of christmas..
I would like to download jqxdata.export.js source code is it possible ? because when it submits form from current window , there will be window.onbeforeunload event, here I am clearing session, so please dear do me some favour…Wish you happy new year in advance
Have a nice day.
-
AuthorPosts