jQWidgets Forums
Forum Replies Created
-
Author
-
January 24, 2019 at 3:29 pm in reply to: Formatting Cell (date type) In Virtual Mode Formatting Cell (date type) In Virtual Mode #103665
Thanks Hristo but I believe I’m doing the same thing. If you view the 2nd URL, http://jsfiddle.net/rkever/5j7vegdb/7, I sent you’ll see that i have all the same settings. I could be missing something but didn’t notice it. If you or someone else see’s where I’m missing a step in the aforementioned link, please let me know. Currently I’m using the cellsrenderer() method with momentjs and that works well except for the fact that when I use that method, I loose the autorowheight feature and rows will then not auto adjust height.
January 23, 2019 at 7:23 pm in reply to: Formatting Cell (date type) In Virtual Mode Formatting Cell (date type) In Virtual Mode #103643Here’s a better example using the same data for 2 grid types, virtual and localdata
April 10, 2018 at 1:51 pm in reply to: Using jQWidgets with Webpack 4 (jqxBaseFramework is not defined issue) Using jQWidgets with Webpack 4 (jqxBaseFramework is not defined issue) #99641The above is a fix for jQWigets ver 4 since 5 does not have the jQuery dependency issue.
May 3, 2017 at 12:57 pm in reply to: Adding date picker to column dropdown filter Adding date picker to column dropdown filter #93278Thanks Hristo for speedy reply.
I’d like to clearify one question I had about filtertype (dropdown filter feature for individual column). As I Had mentioned before, you allow for filtertype=”date”. If you guys are already using the jqxDateTimeInput class to build out the picker with option filter=”date” can we request you add the option for filter=”range” for a future release? This would be a huge asset for many of our projects used inside our company.
I was trying to avoid that simply due to the fact our columns widths can be adjusted by the user but if there’s no other way I suppose we’ll have to downgrade our requirements.
Thanks,
~~~Robert
May 2, 2017 at 2:54 pm in reply to: Sorting and filtering DateTime Column Sorting and filtering DateTime Column #93257Greetings,
I’ve tried 2 methods to get our column dropdown filter dialog to contain a date range picker and have had no luck with either.
First I tried to use the jqxDateTimeInput (range type) within the column dropdown filter using the build in filtertype option. In a column options I set the {filtertype: ‘range’} and the dropdown filter shows the text input with no datepicker. If I set it to {filtertype: ‘date’} it works which is not what we were aiming for.
Second option was to make a custom filter {filtertype: ‘custom’, createfilterpanel: (datafield, filterPanel) => {/* my custom code */}. I successfully created date range picker that provides the range selector as expected. The issue is that when the range picker shows and I’ve clicked on it, due to the fact it’s rendered outside the dropdown filter, it closes the dropdown filter with the date range selector still visible and of course it then won’t take the selection since the filter has been closed.
Is there some way to force the dropdown filter to stay open until I programmatically tell it to close?
Thanks,
~~~Robert
-
AuthorPosts