jQWidgets Forums
Forum Replies Created
-
Author
-
Duly noted. Thanks again for your input!
Thanks so much for your response Dimitar! I’m assuming I could repurpose the ‘X’ icon to trigger the maximize event, or include a new max/min icon windows style next to the ‘X’ in order to do this.
Just a follow-up to this issue I was having in case this might be useful for someone else. As it turns out all I needed to do was adjust the editSettings to include the following:
editSingleCell: true
I originally had this set to false. It appears that the cellsRenderer column was going into ‘edit’ mode because the entire row was being edited vs. the individual cell as I intended. This preserves the data in the column in question
April 3, 2015 at 4:24 pm in reply to: TreeGrid dynamic load of children TreeGrid dynamic load of children #69548Ok, thanks Peter – I will revisit this; in that example does this truly load the data on demand? One of my developers was under the impression that the all of the data needed to get loaded upon initialization. If so, then I think this will be a good solution for us
April 2, 2015 at 11:04 pm in reply to: jqxGrid data export breaking jqxGrid data export breaking #69494UPDATE: I confirmed by suspicion… this breaks for version 2.4.1. Works for 3.7.1. I suspect at some point there was a patch or bug fix along the way for the data export. If there is a fix or workaround please let me know. Otherwise we will work on upgrading our version. Thanks for the help….
April 2, 2015 at 9:29 pm in reply to: jqxGrid data export breaking jqxGrid data export breaking #69489Thanks for taking the time to test this Dimitar. I’m assuming this test harness was meant to work upon user edit (adding <br> and special characters). Do you think this behavior would be the same if it was pre-populated with those? That is how my app currrently works. I can provide my own test harness that breaks if needed. Might be a versioning thing – our app is using 2.4.1. Looks like your test is using 3.7.1
-
AuthorPosts