jQWidgets Forums
Forum Replies Created
-
Author
-
November 12, 2013 at 11:11 am in reply to: selectionmode: "checbox" and server-side filtering selectionmode: "checbox" and server-side filtering #32481
Hello. I still have some problems with this selectmode in my project. I added a server-side filter. Grid is not in virtualmode. And then this.selectedrowindexes.indexOf(d + f.bounddata.dataindex) returns 0. This is because bounddata does not have a dataindex.
Do you have an idea why my bounddata doesn’t have dataindex parameter?bounddata looks like
boundindex: 0 id: 4138 total: "33.00" uid: 4138 uniqueid: "2529-19-17-31-162823" visibleindex: 0
Here is a code from jqxgrid.js which doesn’t let me to check a checkbox.
if (g && f.bounddata != null) { if (this.selectionmode != "singlerow") { if (this.dataview.filters.length > 0) { if (!this.virtualmode) { if (this.selectedrowindexes.indexOf(d + f.bounddata.dataindex) != -1) { e = true }
November 11, 2013 at 7:41 am in reply to: selectionmode: "checbox" and server-side filtering selectionmode: "checbox" and server-side filtering #32375Wow. Thank you. This is really work.
November 8, 2013 at 9:36 am in reply to: autoloadstate: true and server side filtering autoloadstate: true and server side filtering #32247Hello. Any news? Have you looked at this?
November 8, 2013 at 9:33 am in reply to: selectionmode: "checbox" and server-side filtering selectionmode: "checbox" and server-side filtering #32246This is still not fixed in 3.0.4.
As luesak said “selectionmode: checkbox mode is really cool” but we can’t use it, because it doesn’t work after server filtering.
When we should expect this to work properly?October 18, 2013 at 2:57 pm in reply to: autoloadstate: true and server side filtering autoloadstate: true and server side filtering #31021Hi. This is really important feathure for our project. What’s new about this?
October 18, 2013 at 2:55 pm in reply to: selectionmode: "checbox" and server-side filtering selectionmode: "checbox" and server-side filtering #31020Hello! Please do not ignore me! How about this fix?
October 16, 2013 at 10:01 am in reply to: selectionmode: "checbox" and server-side filtering selectionmode: "checbox" and server-side filtering #30815Hi. Are you planning to fix this in 3.0.4?
-
AuthorPosts