jQWidgets Forums
Forum Replies Created
-
Author
-
figured out
anyway to create custom name?
like if i want to name theme “christmas”
thanks
i did that and it doesnt work
i created new theme in 2.0 theme builder, named it ‘my-theme’, exported to css file, set widget theme to ‘my-theme’ but nothing, if i open that file there is no reference to new name, in previous version style sheet classes had theme name
im confused how to use it
great, thanks!
April 1, 2019 at 8:10 pm in reply to: SelectionMode single to checkbox and back SelectionMode single to checkbox and back #104620looks like called “render” right after setting “selectionmode” fixes issue, so no issue but i would add “render” into your demo
http://jsfiddle.net/jqwidgets/ZAkyj/
if you try changing to “singlerow” from ‘checkbox’ it will not change unless you call ‘render’
January 11, 2019 at 2:57 pm in reply to: Filter row with custom filter panel Filter row with custom filter panel #103488Looks like i found whats causing this issue, it is “editable” flag at grid, when false then textbox in header is editable or when true then it is not.
https://www.dropbox.com/s/9pupejc12e0dy2g/grid-filter.zip?dl=0
January 4, 2019 at 4:20 pm in reply to: Filter row with custom filter panel Filter row with custom filter panel #103388January 4, 2019 at 4:20 pm in reply to: Filter row with custom filter panel Filter row with custom filter panel #103387i used “rendered” event to embed textbox into header (see attached)
it works well, but there is something that captures keystrokes (keydown event) and prevents from typing sometimes, at first it will not let letters to appear but then it starts to appear and sometimes it doubles each character
November 13, 2015 at 3:50 pm in reply to: Start line chart at specific hour Start line chart at specific hour #78117great! thank you.
September 2, 2015 at 7:06 pm in reply to: Initial date filter fails with remote data Initial date filter fails with remote data #75415Looks like a workaround
Will you address issue in next release?Thank you!
August 27, 2015 at 2:30 pm in reply to: Initial date filter fails with remote data Initial date filter fails with remote data #75214I made change on server to allow cross domain access.
But – it’s not even getting to the point where it makes request to server, it fails before. Btw, it does not fail for other data types like string or int. Only datetime. Please help.
http://status.axeom.us/datefilter-date.html NOT WORKING
Here is the sample with no initial filter http://status.axeom.us/datefilter-remote-nofilter.html, makes request and works fine
Sample with string filter (WORKS!) http://status.axeom.us/datefilter-string.html
Do you have a sample with initial filter, remote data and datetime field?
August 26, 2015 at 2:04 pm in reply to: Initial date filter fails with remote data Initial date filter fails with remote data #75192sample using local data: http://status.axeom.us/datefilter-local.html
remote data: http://status.axeom.us/datefilter-remote.html
Getting error: Cannot read property ‘cellsformat’ of nullSamples use full jqx ver 3.8.2
August 24, 2015 at 6:51 pm in reply to: Initial filter not setting condition Initial filter not setting condition #75128is it possible to change listbox item?
August 21, 2015 at 1:52 pm in reply to: Initial filter not setting condition Initial filter not setting condition #75054Yes, it does applies correct filter. But it doesnt select correct item from list box (which is a problem), so if you have initial filter set and then add another filter (filtering another column) – it will use first incorrect condition.
Is it a bug?
-
AuthorPosts