jQWidgets Forums
Forum Replies Created
-
Author
-
October 27, 2017 at 12:43 pm in reply to: Grid load slows down when multiple grids are instantiated Grid load slows down when multiple grids are instantiated #96973
OK thank you. Also, when I ‘x’ out of one of those tabs with many widgets on them, are you destroying all those contained widgets?
October 27, 2017 at 12:41 pm in reply to: Text area doesn't get vertical scroll until I edit Text area doesn't get vertical scroll until I edit #96971Thank you
October 27, 2017 at 12:38 pm in reply to: Text area doesn't get vertical scroll until I edit Text area doesn't get vertical scroll until I edit #96970I’m setting val on that text area with overflow text. It’s not me typing as you are doing above. After I set val I should expect to see a vertical scroll and I don’t. Please try to reproduce that scenario. Thank you.
August 29, 2017 at 3:01 pm in reply to: Horiz scroll on grid in rowdetails Horiz scroll on grid in rowdetails #95712I’m on v. 4.5.1 on Chrome. The difference in the fiddle may be that it is not a nested grid case. I get horiz scroll in my nested grid as soon as I remove the last column width.
August 29, 2017 at 12:57 pm in reply to: Horiz scroll on grid in rowdetails Horiz scroll on grid in rowdetails #95708Thanks for the reply but it doesn’t solve or answer the problem I posted. I’m aware of how the column widths add up and how I can use percentages.
On all my columns in the rowdetails grid I use fixed widths. I come up very short of the container size so I do not get a horizontal scroll on that rowdetails grid. However, I want the last column to take up the full remaining width up to the container size. So I don’t specify a width at all on the last column. That’s supposed to fill up to the container width, right?
Well it does fill up to the container width. But I also always get a horizontal scroll too. The horizontal scroll scrolls the width of a vertical scroll. So it seem to be that your calculation is adding the width of a vertical scroll when no vertical scroll is actually needed. But that extra width of a non-existent vertical scroll is triggering the horizontal scroll.
Please try it in one of your samples. It’s easy to replicate.
July 12, 2017 at 8:35 pm in reply to: Can't get current selected index row after sorting Can't get current selected index row after sorting #94889Just checking if there is a solution to getting the selected row in dataTable. Thank you.
July 7, 2017 at 2:15 am in reply to: Can't get current selected index row after sorting Can't get current selected index row after sorting #94756Yes but that gets the selected object. I want to get the selected row index. For example, how would I delete the selected row from the table? If I could get the selected row index I would call deleteRow.
July 3, 2017 at 6:39 pm in reply to: Can't get current selected index row after sorting Can't get current selected index row after sorting #94664If all my rows have a unique Id, perhaps there’s a way to use jquery find() to find the selected row?
April 10, 2017 at 9:39 pm in reply to: IE 11 asks to open or save JSON response IE 11 asks to open or save JSON response #92844OK, so I did this: res.set({‘Content-Type’: ‘text/plain’})
and it works ok on IE and still works on Chrome. But in your experience is this the past way to handle this problem. Setting type to application/json does not fix the problem on IE.
Thanks.
April 7, 2017 at 12:05 pm in reply to: On 4.5.1 validationSuccess and validationError are not firing On 4.5.1 validationSuccess and validationError are not firing #92793Actually same is true for a simple input text field. If you use a custom function to validate, the function could validate fine but the success and error functions don’t fire.
I have a dependency case where I only want to validate the input text if a particular radio id checked. I don’t think I can do that the way things are currently set up in the validator.
Not sure why a custom function on these field types would break the validator.
April 7, 2017 at 11:48 am in reply to: On 4.5.1 validationSuccess and validationError are not firing On 4.5.1 validationSuccess and validationError are not firing #92791Thanks for the speedy response. Actually I just found the issue. My dialog has a radio button group. I had a function as a rule. That killed it. When I use simply ‘required’ as the rule on that radio, all is well. There was nothing wrong with the function. It worked well.
So it seems like you cannot have a radio and use a custom function as a rule. It must be ‘required’.
March 31, 2017 at 6:06 pm in reply to: Date formatting not working Date formatting not working #92604OK I see what you mean. And I can format the date using the method in your other example above. Thanks very much.
March 29, 2017 at 3:33 pm in reply to: Date formatting not working Date formatting not working #92568Thanks but you’re not using ‘format:’ in the date datafield of the source, which is what I am trying to get work. I think it’s documentedin the adapter documentation that’s it’s supposed to work that way with a date format specification.
March 29, 2017 at 2:24 am in reply to: Date formatting not working Date formatting not working #92548Sorry, I think that first item is a little vague. What I’m looking for is a simple example of a drop down list displaying just dates. The dates come from an array of { date: new Date() }. It uses a dataAdapter where the date field has a format spec like ‘yyyy’.
That’s all. Because I cannot get this to work and believe me I’ve tried.
The public minified versions – they are always the tip version – in this case 4.5.0? What if I need to stay on an earlier, like 4.3.0? How would I do that?
I’m trying to use best practice as I get ready to release my app to production.
-
AuthorPosts