jQWidgets Forums
Forum Replies Created
-
Author
-
March 29, 2018 at 1:37 pm in reply to: Follow date select on view change Follow date select on view change #99480
Finally got it working correctly. Thank you!
March 29, 2018 at 1:26 pm in reply to: Follow date select on view change Follow date select on view change #99479Hristo,
I am binding to the cell click to get the SELECTED date with no problem.
IF the user want to now switch to DayView I was trying to set the date selected above in the viewchange event.
This did not seem to work.March 13, 2017 at 2:01 pm in reply to: Filterrow with ColumnResize Filterrow with ColumnResize #92205Really?, Its still happening for me in the v4.5 using the API Demo fiddle for filterrow and adding the columnsresize.
March 9, 2017 at 8:30 pm in reply to: Filterrow with ColumnResize Filterrow with ColumnResize #92171Hello,
Any ETA on when this might be fixed?Thank you.
December 1, 2016 at 7:33 pm in reply to: AM / PM spinner's text box cutting off text AM / PM spinner's text box cutting off text #89493Thank you Hristo! I had found a more complicated css solution but I like yours much better!
Best!
Janet S.
November 28, 2016 at 4:28 pm in reply to: AM / PM spinner's text box cutting off text AM / PM spinner's text box cutting off text #89363Yes, but the project that I am using the DateTimePicker in is also using Bootstrap. So that is not an option in my the application that I am building.
Also, is there any notification on this forum when a reply is given to a post?
Thanks for looking at it.
November 14, 2016 at 7:31 pm in reply to: AM / PM spinner's text box cutting off text AM / PM spinner's text box cutting off text #89049Hello Support,
I am having the same issue, it appears to be a problem with bootstrap and the box_sizing.
http://jsfiddle.net/schmidtj/teLc74rf/
I have enhanced the demo to display the problem with the above fiddle. Please select the time button and you will see the box is cut off.
Please advise how to fix, I have tried overriding css but I can’t seem to fix it.
Thanks,
Well I found a way around this to traverse the “view” after the filter is applied.
The checkbox square does not display as indeterminate in at any other time except with the expand all, is there a specific reason for this?Thanks
If I save the value into the database as masked IE: (941) 475-7981 and I retrieve it and set the masked field using Value: the fields displays ( ) ___-____. When I inspect the DOM the value: (941) 475-7981 the aria-valuenow=”(___) ___-____”. The only way to get this to display is to strip the mask and pass all digits. The documentation is not clear as the difference between val and value. or not clear to me.
I would prefer to store the mask in the database. -
AuthorPosts