jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks peter,
Can you please suggest the other approach to update the cell.
Thanks,
JkhantwalHi Peter,
Did you get a chance to run the given code and conclude solution for the problem .
will this grid support larger data or not? if not i need some documentation as i have to update my client.will appreciate if you have some solution for this problem or provide a other way/ sample code to do this functionality .
Thanks,
JkhantwalHi Peter,
i have already tired and still facing the issue, request you to please run the given sample code from you side to check the problem. and revert back with some solution and with loading icon$(“#jqxgrid”).bind(‘cellendedit’, function(event) {
$(“#jqxgrid”).jqxGrid(‘beginupdate’);var rows = $(“#jqxgrid”).jqxGrid(‘selectedrowindexes’);
var cellValue = args.value;
for (var m = 0; m < rows.length; m++) {
var columnDataField = event.args.datafield;
var rowIndex = rows[m];
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex, columnDataField, cellValue);}
$(“#jqxgrid”).jqxGrid(‘endupdate’);
});Thansk,
JkhantwalHi Peter ,
can you please help me with sample code to make this run also with some loading icon till the operation complete.
i am facing the issue on production with larger data .
Thanks in advance.
Thanks,
JkhantwalThanks Peter.
Hi Peter,
Thanks for the quick reply .
Just wanted to check does JqxGrid doesn’t support JqxTree? and Is it possible to write our own custom code with given API will that be success.
if not can you please give me some alternative solution or else i have to use some other jquery widgets component.Thanks.
Jkhantwal -
AuthorPosts