jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Disable word wrapping in cells Disable word wrapping in cells #76122

    dapu1975
    Participant

    Hello Vladimir,

    thanks for fast reply. In the meantime I found the cause of the Problem -> IE11 -> compatibility view.

    My functioning source Code (tested with EDGE, IE11 (without compatibility view)):

    $("#dataTable").jqxDataTable(
    {
    	pagerButtonsCount: 10,
    	pageSize: 10,
    	pageable: true,
    	source: dataAdapter,
    	autoRowHeight: false,
    	width: 1000,
    	height: 375,
    	columns: [
    		{ text: 'ID', dataField: 'REC_ID', hidden: true },
    		{ text: 'Artikelnummer', dataField: 'ARTNUM', width: 200 },
    		{ text: 'Barcode', dataField: 'BARCODE', width: 200 },
    		{ text: 'Kurzname', dataField: 'KURZNAME' },
    		{ text: 'VK3', dataField: 'VK3', width: 110, cellsAlign: 'right' }
    	]
    });

    Best Regards,
    Daniel

    in reply to: Tooltip with cells Tooltip with cells #76102

    dapu1975
    Participant

    Hi,

    has anybody solved this Problem? I need a jqxTooltip for some cells in a jqxDataTable.

    Best regards

    in reply to: jqxToolBar access to tools jqxToolBar access to tools #73525

    dapu1975
    Participant

    Hi ivailo,

    while clicking the link an editor will open but without the example.

    Best Regards,
    Daniel Pust

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