jQWidgets Forums
Forum Replies Created
-
Author
-
October 20, 2012 at 4:32 pm in reply to: Data Display in Grid Problem Data Display in Grid Problem #9792
You couldn’t be more right Peter, I am shamed i didn’t see that before.
put the type in the initialization and voila the ‘c2’ works perfectly.I used your Theme Buider and it works great, thank you for that.
It is a super tool and the Theme loaded right up perfectly.I think my display problems are almost all sorted out now, and EVERY one has been my fault, not a shortcoming of the widget set.
Thank you for you attention, and i hope to be a licensed developer shortly.
Tone
October 16, 2012 at 10:12 pm in reply to: Data Display in Grid Problem Data Display in Grid Problem #9571Thanks Peter!
I will continue to investigate my data then as the cause of that …
I am also trying to resolve an issue with the cellsformat: ‘c2’ call in the grid setup.
i am not getting any change to the render of the cells.
They still have no decimals or 1 or 2 depending on price and no dollar sign. ( ala float )
The table field is shown as ” double ” in the phpmyadmin structure list.
I see in the docs that i can have a custom render of cells in the grid, but i certainly would like to get the currency thing going since a ton of my fields are currency.this is how i have been doing the call
{ text: ‘PTDSLS’, datafield: ‘ptdsls’, width: 100, cellsalign: ‘right’, type: ‘float’, cellsformat: ‘F2’ },
i just stuck the ‘float’ in there this afternoon to see if it might help. but not yet anyway.
Any ideas off the cuff?
oh, and thanks again for helping out only a ‘potential’ customer…
Tone
October 15, 2012 at 11:18 pm in reply to: Data Display in Grid Problem Data Display in Grid Problem #9493Ahh
Well it is the size of the fetched data i guess.
Works great up to 29000 records without a paging hook required, hit 30000 and “No Data to Display”
I tested to see if it was the data by changing the LIMIT clause to 29000,32000 and it went right back to work.
Just need to be aware that some things need paging!Is there a specific number of rows i can pile into the grid? or the total of (rows * fields)?
Regardless i am very happy that it works and if there is a limit i missed in the docs, my most humble apologies!
A few more test pages and i will need to license this beautiful group of goodies.Thanks again
Tone
October 15, 2012 at 11:01 pm in reply to: Data Display in Grid Problem Data Display in Grid Problem #9492Well, well.
In preparing a special version to send you to replicate the issue, i exported some of the data to a new database, updated the connection string, and now it works! i have even added a few more fields to get it to “break” and no joy. Don’t yet know what is happenning with the original database or what.If the original data still bucks, i might need to send it, or put it up where you can see it in action.
If i figure out what I did wrong or how the data was interfering with jqwidgets, i’ll get back to you.Still, thank You for your Outstanding time of response.
Tone
October 15, 2012 at 1:32 pm in reply to: Data Display in Grid Problem Data Display in Grid Problem #9465Thank you for your reply in so prompt a manner. This reflects very well on my impending decision to adopt a specific ui framework.
I knew that the supplied snippet wasn’t enough, i was hoping that the situation was common enough that someone might already know what the issue was.Thanks and i will send along something that will allow a test.
Tone
-
AuthorPosts