jQWidgets Forums
Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Author
-
Dimitar,
Thanks for the answer!
Sorry,
I have one more question!
For exporting data, used external PHP script?
How can I avoid that mechanism?January 20, 2015 at 10:19 am in reply to: exporting jqxTreeGrid with columns Hierarchies. exporting jqxTreeGrid with columns Hierarchies. #65671Hello Dimitar,
Do not planned to make support export of column hierarchies?October 29, 2014 at 3:42 pm in reply to: Filter items are empty, if not all parameters Filter items are empty, if not all parameters #61818I present the code and screenshot.
var data = [ {firstname: "Ivan"}, {firstname: "Alex", "Date": "10-2-2014"}, {firstname: "Anna", "Date": "10-3-2014"}, {firstname: "Karl", "Date": ""}, {firstname: "Innel", "Date": "10-5-2014"}, {firstname: "Rita", "Date": "10-6-2014"}, {firstname: "Ada", "Date": ""}, {firstname: "Brian", "Date": "10-8-2014"} ]; var source = { localdata: data, datatype: "array", datafields: [{ name: 'firstname', type: 'string' }, { name: 'Date', type: 'date' }] }; var dataAdapter = new $.jqx.dataAdapter(source); $("#jqxgrid").jqxGrid( { width: 500, source: dataAdapter, sortable: true, filterable: true, filtermode: 'excel', columnsresize: true, autoshowfiltericon: false, columns: [{ text: 'Date', datafield: 'Date', width: 250, cellsformat: "d", }, { text: 'First Name', datafield: 'firstname', width: 250 }] });
Can I some way get around this bug?
October 29, 2014 at 3:30 pm in reply to: Reset formatting date in filter items Reset formatting date in filter items #61815I think, this is bug. I expected to see matching dates formats in row, format date in filter items.
columns: [{ text: 'Date', datafield: 'Date', width: 250, cellsformat: "d", }, { text: 'First Name', datafield: 'firstname', width: 250 }]
Can I some way get around this bug?
October 28, 2014 at 3:42 pm in reply to: Filter items are empty, if not all parameters Filter items are empty, if not all parameters #61756One of the rows does not contain a value for Date column. In such case filters for Date column are empty. I think, this is incorrect behaviour.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)