jQWidgets Forums
Forum Replies Created
-
Author
-
October 25, 2013 at 7:59 pm in reply to: Resize column with showfilterrow and in a div with position absolute Resize column with showfilterrow and in a div with position absolute #31349
Hi Peter,
Thank you for a very short tempered answer, but I was trying to get specifics on Of course, we will improve that in the future releases. (as we cannot have a broken application on FF!!!)
We have already purchased an enterprise license, but unfortunately, find this kind of answer very unprofessional.October 25, 2013 at 12:42 pm in reply to: Resize column with showfilterrow and in a div with position absolute Resize column with showfilterrow and in a div with position absolute #31332Hi Peter,
We are similar issue in FF 24.0, resizing of the column selects the column header and also makes it nearly impossible to drag the column header edge.
Do you guys have a handle on this issue, and when a fix would be available? we cannot go to prod with this issue, so any solution or workaround would be highly appreciated.Thanks,
AshishHi Dimitar,
This page link is missing now, was this functionality changed recently? Thanks AshishAugust 21, 2013 at 6:07 pm in reply to: v3.0.1 checkAll fires multiple checkChange Events v3.0.1 checkAll fires multiple checkChange Events #27310Peter,
How do you suggest we handle multiple calls to the ‘checkChange’ event handler? I have 234 items in the list and the checkAll is making my handler to be called 234 times!
Is there a ‘slient’ configuration? or any other alternative?
Since this is an API call to check/uncheck of all the boxes, i don’t see why it should trigger checkChange for every item in the list.
That’s my opinion, I have a feeling you disagreeAshish
August 20, 2013 at 5:38 pm in reply to: showfilterrow 'filter' event showfilterrow 'filter' event #27218The Filter event is for sure triggered because of a key event, so how are they not related. Key event is the original source, so shouldn’t it be captured. I feel like I am repeating my point multiple times and not getting an answer.
We are about to purchase an enterprise license, is there a way I could get a support ticket open on this and have your team look into it?
I hope you understand the problem, the ability to add logic based on the original key event is quite important to us.
Thanks
AshishAugust 20, 2013 at 5:22 pm in reply to: showfilterrow 'filter' event showfilterrow 'filter' event #27217I am doing it through keyboard
August 20, 2013 at 5:10 pm in reply to: showfilterrow 'filter' event showfilterrow 'filter' event #27215Peter,
So basically none of the original keystroke info is captured in this ‘event’ object? Can you please confirm this?August 20, 2013 at 3:56 pm in reply to: showfilterrow 'filter' event showfilterrow 'filter' event #27210Hi Peter,
Currently the ‘filter’ event get triggered by ‘all’ key events. I am mainly looking to differentiate between a key type event and an ‘Enter’ event, and not change the built-in behavior.
Is there a plan to encapsulate that information (key code/char) in the next release or so? also confirming first if its not already there?
This would really help as not everyone would want the grid to start filtering as soon as any key event is detected, also if its a server-side filtering (in my case), it would put a lot of additional unnecessary load on the server. if thousands of users are searching.Thanks
AshishMay 17, 2013 at 4:15 pm in reply to: Server side Pagination resetting the page number and showing blank grid Server side Pagination resetting the page number and showing blank grid #21355Hi Peter,
After trying several different things I was able to make it work by using$(‘#groupsTblContainer’).jqxGrid(‘updatebounddata’);
in my ‘onFetchDataResult ‘ callback function
I would have liked a better response than just pointing to the examples, which I have been scouring through quite a bit.
In general though I see this quite often in other forum topics too
Maybe you guys are overloaded, I do want to say that I like the components, as they are nicely done and have good performance.
I am just looking for a better support so I can use them better, and recommend them to my company for wider use
Thanks!
AshishHi Peter,
Actually I am not using knockout, but backbone and marionette. In my view’s onRender method when I try to render the jqxgrid, is when I am having issue loading jqx libraries through require js.
Is there a recommended approach for loading through requirejs?Thanks
AshishHi wondering if you found a solution to this problem? I am having the same issue.
-
AuthorPosts