jQWidgets Forums
Forum Replies Created
-
Author
-
What I meant by mobile friendly is for the buttons to be big enough for the fingertip.
The end buttons seem to be hard coded to 14px in the jqxslider.js while the sliding button size is set in the jqx-base.css.
The height attribute doesn’t work as I would expect as it just increases the div size making the end buttons move down from the slider bar and sliding button.Maybe end button components of slider could be added to css instead of js in future release?
Hi Peter,
While not in the API, I am successfully using:
$(“#JqxGrid”).jqxGrid(‘showrow’, itemindex);
$(“#JqxGrid”).jqxGrid(‘hiderow’, itemindex);Is this unwise, maybe deprecated or slated for removal at some point?
I am using v 2.9.2.
Regards,
Mark
No, just manual entry – all three below fire with 2.8 only begin and end edit in 2.8.2. No other change than version.
$(“#inspectGrid”).on(‘cellvaluechanged’, function (event)
{alert(“change”);
});$(“#inspectGrid”).on(‘cellbeginedit’, function (event)
{alert(“begin”);
});$(“#inspectGrid”).on(‘cellendedit’, function (event)
{alert(“end”);
});Correction:
$(“#myGrid”).jqxGrid(‘getrows’); works returns all record data objects as expected
March 25, 2013 at 3:00 pm in reply to: format of jqxDateTimeInput in listmenu format of jqxDateTimeInput in listmenu #17960You guys have great support. Thanks a lot!
March 24, 2013 at 8:38 am in reply to: format of jqxDateTimeInput in listmenu format of jqxDateTimeInput in listmenu #17849Any feedback on this?
Asking because I am not sure if I should repost or if you catch additional posts in existing post.February 20, 2013 at 6:03 pm in reply to: 2 dropdown column types in grid? 2 dropdown column types in grid? #15573Is this issue is more generally related to the ability to have multiple foreign sources attached to a single jqxgrid?
I find the same problem in trying Foreign Key and Keys /Values experiments.Will this be enabled in the April time or possibly in a release before then?
-
AuthorPosts