jQWidgets Forums
Forum Replies Created
-
Author
-
February 24, 2014 at 2:34 pm in reply to: Nested grid edition does not work if it's wrapped in another HTML element Nested grid edition does not work if it's wrapped in another HTML element #50002
Thanks, unfortunately this workaround does not work for Internet Explorer 8, which I have the misfortune to support!
January 29, 2014 at 3:02 pm in reply to: Checkedlist filter row not updated when adding items to observable array Checkedlist filter row not updated when adding items to observable array #48619But don’t you think that this destroys the whole purpose of supporting knockout? The idea of having an observable collection is to be able to change said collection and have everything bound to it update accordingly without having to manually trigger updates here and there.
I would be interested in knowing the jQWidgets Team’s point of view on the topic, perhaps it would help me to have expectations of your knockout integration that are closer to reality.
Thanks
January 16, 2014 at 6:38 pm in reply to: Column auto width after hiding Column auto width after hiding #47968I want the remaining columns to expand when I hide one. It works for every column except the last one.
January 16, 2014 at 2:48 pm in reply to: Column auto width after hiding Column auto width after hiding #47963Sorry, I should have been more precise in my question. I’m not necessarily going to only hide the second column, I’m using a
jqxListBox
to allow the user to hide columns. (like this: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/hideshowcolumns.htm )The demo has the same problem if you change the width of the container
div
to something large and the grid’swidth
to 100%.http://jsfiddle.net/dctpt/wQ2EU/1/
It works fine until you hide the last column. Is there a way around this?
January 13, 2014 at 2:37 pm in reply to: Group row collapses when the editor loses focus – only when using knockout Group row collapses when the editor loses focus – only when using knockout #47795I need a fully featured grid, I can’t work with jqxDataTable. I’ll use the
cellendedit
event for my dirty tracking feature and I should be fine for now, but since I need grouping and editing in all my grids this greatly reduced the power of this knockout integration which is now only on the collection and not the items…Can we expect a fix to this behavior in the coming versions (let’s say pre-3.2.0) or does it require rearchitecture and we won’t see it any time soon?
Thanks
January 10, 2014 at 9:52 pm in reply to: Group row collapses when the editor loses focus – only when using knockout Group row collapses when the editor loses focus – only when using knockout #47728Should I contact support through the support mail instead?
January 10, 2014 at 9:44 pm in reply to: Group row collapses when the editor loses focus – only when using knockout Group row collapses when the editor loses focus – only when using knockout #47726Ok, I see what you mean. I need observables in my observableArray to implement a Dirty Tracking feature to make sure I don’t send back my whole grid to the server when really there was only a single item edited client-side.
Do you know of another way to implement that sort of feature? Is it provided built-in and I just missed it?
We bought an enterprise license because of the Knockout integration in your product line. If such limitations are known on your side, you should make it clear in the KnockoutJS page.
January 9, 2014 at 1:58 pm in reply to: Display problem with Tabs in Grid detail row Display problem with Tabs in Grid detail row #47630Thank you very much!
-
AuthorPosts