jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: grid export and print grid export and print #84458

    lightonb
    Participant

    Thanks for all the help.
    Glad I tested before purchasing anything.

    in reply to: grid export and print grid export and print #84262

    lightonb
    Participant

    I’ve looked at the database and additional info:
    emp_id is number(6). – This value displays correctly when exported or printed.
    key_cut and key_id are varchar(7), and are being converted to 00,000.00
    All 3 display fin in the grid, just being vonverted when exported or printed.

    in reply to: grid export and print grid export and print #84195

    lightonb
    Participant

    Hi, yes I am using 4.1.2, downloaded last week.
    Does it have something to do with the way the data is being displayed in the grid on load?

    Should I be defining some kind of datatype when setting up the columns below?

    columns: [
         {text: 'Key ID', datafield: 'key_id', width: 80},
         {text: 'Emp ID', datafield: 'emp_id', width: 60},
         {text: 'Full Name', datafield: 'fullname', width: 150},
         {text: 'Key Cut', datafield: 'key_cut', width: 80},		
         {text: 'Key Date', datafield: 'key_date', cellsformat: 'MM/dd/yyyy', width: 100},		
         {text: 'Key Status', datafield: 'key_status', width: 80},
         {text: 'Last Updated', datafield: 'last_updated', width: 110},
         {text: 'Last Updated By', datafield: 'last_updated_by', width: 130}
    ]	

    lightonb
    Participant

    Thanks Peter. I was missing the include on one sub tab page, not sure why it was needed there, but that resolved.
    Two items more if that’s ok.

    When printing it is changing my large numbers(ID numbers) to include decimal places and commas, how can I stop this? They display fine in the grid.
    Also when I attempt to print the unfiltered table( maybe 50k records), chrome crashes and IE freezes. Is there a load size limit?

    Thanks a lot for the help.
    Bryan Lighton

Viewing 4 posts - 1 through 4 (of 4 total)