jQWidgets Forums
Forum Replies Created
-
Author
-
Dimitar,
Can i have any updates on this.
Regards,
Ali.Still Its not Working Dude.
`
var source = {
datatype: ‘json’,
type: ‘post’,
async: true,
cache: false,
url: url,
datafields: [
{ name: ‘Name’ },
{ name: ‘ID’ },
{ name: ‘Total’ }
],
id: ”
};var dataAdapter = new $.jqx.dataAdapter(source, {
downloadComplete: function (data, status, xhr) {
},
loadComplete: function (data, status, xhr) {},
loadError: function (data, status, xhr) {}
});$(‘#grid’).jqxGrid({
width: 1300,
height: 200,
source: dataAdapter,
autoshowloadelement: false,
sortable: true,
pageable: false,
altrows: true,
enabletooltips: true,
groupable: true,
showfilterrow: true,
filterable: true,
groupsexpandedbydefault: true,
showstatusbar: true,
columnsresize: true,
theme: GetJQXTheme(),
columns: [
{ text: ‘Name’, datafield: ‘Name’, width: ‘15%’, filtertype: ‘textbox’, align: ‘center’ },
{ text: ‘ID’, datafield: ‘ID’, width: ‘25%’, filtertype: ‘textbox’, },
{ text: ‘Total’, datafield: ‘Total’, cellsalign: ‘center’, filtertype: ‘number’, },]
});June 11, 2014 at 9:56 am in reply to: Combining – filtering and Excel like filtering in grid Combining – filtering and Excel like filtering in grid #55704Peter,
Thanks for info.
Regards,
Ali.June 10, 2014 at 10:28 am in reply to: Combining – filtering and Excel like filtering in grid Combining – filtering and Excel like filtering in grid #55630Peter,
Actually I don’t want such kind of view.
Regards,
Ali.June 10, 2014 at 9:26 am in reply to: Combining – filtering and Excel like filtering in grid Combining – filtering and Excel like filtering in grid #55628Peter,
Is there any way to bring it up like cellrendering
Regards,
Ali. -
AuthorPosts