Forum Replies Created
-
Author
-
December 22, 2021 at 7:02 am in reply to: Dropdown select all filtering problem Dropdown select all filtering problem #121248
I am encountering the same. Do we have a fix on this on the later builds? Thank you!
The issue is when we filter, then we tick the first entry of the filtered item, it will not be in checked state but it’s in an indeterminate state. I suspect, that it is because it is performing the function of the ‘Select All’ since ‘Select All’ is also located the first entry of items. Since they the the same visibleIndex = 0.October 22, 2020 at 9:43 am in reply to: totalrecords – when dynamically set the value, two requests being fired totalrecords – when dynamically set the value, two requests being fired #113413Hi,
I am experiencing the same issue. I think the problem here is that jqxAdapter by default uses asynchronous loading -> which means the value that we are expecting to put into the totalrecords might still be in process and cannot be used. I tried changing the jqxAdapter’s async property to false to solve the issue, but the behavior of the jqxgrid now since it is not asynchronous is a bit worrying for the grid waits for the data to load first before it shows anything — which may take a lot of time. Since it appears to be not responding, the user may conclude that an error had happened.
Maybe it would be helpful if we could have a functionality that updates the totalrecords count (if it is in the server-side pagination state?). This would really help us a lot. ;( I hope this would be implemented. Thank you!!
Hi,
I am experiencing the same issue. I think the problem here is that jqxAdapter by default uses asynchronous loading -> which means the value that we are expecting to put into the totalrecords might still be in process and cannot be used. I tried changing the jqxAdapter’s async property to false to solve the issue, but the behavior of the jqxgrid now since it is not asynchronous is a bit worrying for the grid waits for the data to load first before it shows anything — which may take a lot of time. Since it appears to be not responding, the user may conclude that an error had happen.
Maybe it would be helpful if we could have a functionality that updates the totalrecords count (if it is in the server-side pagination state?). This would really help us a lot. ;( I hope this would be implemented. Thank you!!
-
AuthorPosts