jQWidgets Forums
Forum Replies Created
-
Author
-
December 18, 2019 at 3:04 am in reply to: Closing the first tab instead of one where close button have been pressed Closing the first tab instead of one where close button have been pressed #107599
I’ve read that you have opened a bug on a similar issue https://www.jqwidgets.com/community/topic/jqxtabs-close-button-for-tab/. Probably it is related to this problem. Is there any workaround?
November 1, 2019 at 4:41 am in reply to: jqxCalendar doesn't return date object jqxCalendar doesn't return date object #107220Hi Peter,
you didn’t understand my question. I don’t want to set a value, but get it.
So this is from API reference// Get Date. The returned value is Javascript Date. $('#jqxCalendar').jqxCalendar('val', 'date');
Probably there are some other convenient method to get a javascript object from the jqxCalendar, aren’t there?
August 30, 2018 at 1:04 pm in reply to: After resizing jqxLayout DragDrop element stop working After resizing jqxLayout DragDrop element stop working #101765Thanks, Martin. Confirm that the workaround you provided is working.
August 29, 2018 at 6:44 pm in reply to: Drag and drop between panels Drag and drop between panels #101746Hello, Martin,
Excellent! It works as a charm. Thanks a lot!Best Regards,
AlexeyAugust 28, 2018 at 8:31 pm in reply to: Drag and drop between panels Drag and drop between panels #101735This is a link to editor https://stackblitz.com/edit/github-tixan9
March 23, 2018 at 8:04 am in reply to: scroll to last or N element scroll to last or N element #99376Thanks! I’m using jqxRibbon, but for my purpose I can change it to jqxTabs. I propose you to open enhancement request to provide the same function to jqxRibbon, because it helps a lot in a future.
February 5, 2016 at 2:09 pm in reply to: virtual mode with few rows virtual mode with few rows #81175February 4, 2016 at 6:29 pm in reply to: virtual mode with few rows virtual mode with few rows #81135Anyone is there?
February 4, 2016 at 8:36 am in reply to: virtual mode with few rows virtual mode with few rows #81110I found a workaround for my use case. In my case I know exactly how many rows would be maximum at time of creating jqxgrid. So if maximum of rows is more than acceptable to query I am using virtual mode in another case setting virtual mode to false and populating localdata in source.
if(totalrecords <= 100){ source.localdata = rendergridrows({startindex:0, endindex:totalrecords}); }
But in my example one issue still persists. When I click toggle button to change mode from normal to virtual a virtical scrollbar is not changing respectivly. But after some scrolling it became normal (with respect of collection size). Is any way to recalculate vertical scrollbar?
February 4, 2016 at 6:48 am in reply to: virtual mode with few rows virtual mode with few rows #81103Ok. I think it would be very helpful if you include description of that limitation to virtual mode in documentation. Such as you have to use virtual mode in use cases where returned data from server more than visible view. Otherwise blank rows will be displayed in empty visible space and there is no workaround about that.
Thanks for quick reply.
-
AuthorPosts