jQWidgets Forums
Forum Replies Created
-
Author
-
May 27, 2013 at 2:30 pm in reply to: jqxInput select event misinterpreted jqxInput select event misinterpreted #21921
Hi Peter
How to set ” isFocused = false” for jqx input . Please give me sample code for this.
Regards
Vijay babu.KApril 16, 2013 at 9:22 am in reply to: Make Listbox appear on click Make Listbox appear on click #19347Peter/Dimitar,
Facing similar kind of issue. Please let me know the solution.
April 16, 2013 at 8:44 am in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #19342Peter,
There is a bug in the Checkall functionality of JQXGrid. The function does not work properly for custom row selection grid which fetches data on request (i.e if we use virtualmode: true with pagination, sorting). Please let us know if this is to be fixed earlier.
April 16, 2013 at 6:28 am in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #19331Peter,
Checkall functionality is not working for custom row selection grid which gets data on request i.e if we use virtualmode: true with pagination, sorting. If I am mistaken, Please provide us an example.
Notify me of follow-up replies via email
January 14, 2013 at 11:16 am in reply to: Subgrid loding issue and Vertical scroll bar Subgrid loding issue and Vertical scroll bar #13574Hi Peter
Please reply above & below request .
i need to perform some action after page change. As of now pagechanged function only is there.
my grid data is huge.its getting hang when i set row details on grid complete . so i cant set row details when my grid complete.
I want to set row details when page complete after click the next button .bindingcomplete & pagechanged events unsuitable for huge data
Is Any function is there for page complete like grid complete.
please give me the solution as soon as possible
$("#list2").bind("pagechanged", function (event) { var args = event.args; var pagenum = (args.pagenum)*10; var pagesize = pagenum+10; var state= $("#jqxgrid").jqxGrid('loadstate'); //alert(pagenum+"-"+pagesize+"-"+state); if (event.target.id == "list2") { // $("#list2").jqxGrid('beginupdate'); for (i =pagenum ; i < pagesize ; i++) { $("#list2").jqxGrid('setrowdetails', i, "<div id='grid" + i + "' style='margin: 10px;'></div>", 200, true); } //$("#list2").jqxGrid('resumeupdate'); } }); // set rows details. $("#list2").bind('bindingcomplete', function (event) { if (event.target.id == "list2") { // $("#list2").jqxGrid('beginupdate'); for (i =0 ; i < 10 ; i++) { $("#list2").jqxGrid('setrowdetails', i, "<div id='grid" + i + "' style='margin: 10px;'></div>", 200, true); } //$("#list2").jqxGrid('resumeupdate'); } });
January 12, 2013 at 5:45 pm in reply to: Subgrid loding issue and Vertical scroll bar Subgrid loding issue and Vertical scroll bar #13548Hi Peter
Thanks for your reply.
sub grid functionality working fine now.
other two issues still there
1 . How to visible vertical scroll bar when paging included
2. ajax request going two times when i submit/ reset the button and some alert message is coming when i click submit/reset buttonThe data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.
please give me solution for these solution
Thanks in advance .
Regards
Vijay babu.KJanuary 11, 2013 at 6:22 am in reply to: Cant access other page controls when grid loads Cant access other page controls when grid loads #13478Thanks peter its working fine
January 10, 2013 at 6:31 pm in reply to: Nested Grid – HTML code in cell not displaying fully Nested Grid – HTML code in cell not displaying fully #13450Thanks Peter
January 10, 2013 at 8:09 am in reply to: Nested Grid – HTML code in cell not displaying fully Nested Grid – HTML code in cell not displaying fully #13419Hi Peter
Thanks for your reply ,
after i un comment ‘ autoheight: true,’ its not displaying all rows. its showing only first row of html table.
you refer this screen shot
http://maniyanshaiclub.com/forum/vijay/upload/photo/Subgrid-html-rendering.jpg
How can i attach screen shot in post .
Regards
Vijay babu.K -
AuthorPosts