jQWidgets Forums
Forum Replies Created
-
Author
-
September 8, 2013 at 3:16 pm in reply to: Checkbox Selection And Initrowdetail Checkbox Selection And Initrowdetail #28507
hi!
$(“#jqxgrid .jqx-grid-column-header [role=’checkbox’]”).on(‘mousedown’, function (event) {
var checked = !$(“#jqxgrid .jqx-grid-column-header [role=’checkbox’]”).jqxCheckBox(‘checked’);
$(“#log”).html(“” + checked);
});dont work
var source =
{
datatype: “json”,
datafields:
[
{ name: ‘firstname’, type: ‘string’ },
{ name: ‘lastname’, type: ‘string’ },
{ name: ‘productname’, type: ‘string’ },
{ name: ‘available’, type: ‘bool’ },
{ name: ‘quantity’, type: ‘number’ },
{ name: ‘price’, type: ‘number’ },
{ name: ‘total’, type: ‘number’ }
],
url: url,
};if i comment url works
Hi Peter Stoev!
Thanks for de replay, can you give a example?
regard’s
Areis
many, many thanks, Dimitar!!
Hi.
I stil not solve the problem. Someone can help me to solve?thanks for the reply.
can you give me an example? I’m not very good at it.
thank youthanks for the reply.
What I wanted was for example http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdragdrop/index.htm#demos/jqxdragdrop/defaultfunctionality.htm
explain how it would be done dynamically using a database and php and jsonRegards
Antonio Reis -
AuthorPosts