Hello,
The problem is knwn and we working on this.
Best Regards
Tony
Hello,
Could you please post the problem here:
Thanks
Best Regards
Tony
Hello,
You can define for every column a formatter with diffrent options. That is – if you define in formatoptions – thousandSeparator, decimalSeparator
Hello,
Thanks for this. This will wait for 3.7 maybe.
Best Regards
Tony
Hello,
Direct is not possible, but you can construct the grid and use viewGridRow to achieve this – see demos.
Best Regards
Tony
Hello,
This is a second post about this problem. In order to resolve, could you please post the grid configuration and the data from the server. The best will be if you provide a link to the problem.
Thanks
Best Regards
Tony
Hello,
The same sniplet is on the demo page. Seems like you do not have included some modules – either on grid or jQuery UI.
Best Regards
Tony
Hello,
If you know the id's of both grids you can attach a onclick event to every check box and perform the needed actions
Regards
Tony
Hello,
How do you use these functions and where (in which module) ? Could you please post the grid configuration?
Regards
Tony
Hello,
Sorry, It seems that I completley post a wrong link.
Look in grid options here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
especially, pgbuttons, pginput, pgtext, viewrecords
Regards
Tony
Hello,
Look for hidedlg in docs.
Reagrds
Tony
Hello,
There is a second parameter in onSelectRow – this will do the job for you maybe.
Check here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events
Regards
Tony
Hello,
Yes it is not implemented. Currently not possible.
Regards
Tony
Hello,
When you use jQuery $.ajax function can you stop the request programatically?
If you can this you will be able to do it in the grid.
Best Regards
Tony
Hello,
This call is wrong:
return cellvalue + $(”#”+options.rowId).addClass(”selected”, “highlight”);
should be:
function highlight (cellvalue, options, rowObject)
{
$(”#”+options.rowId).addClass(”selected highlight”);
return cellvalue;
}
Note the addClass – where you mixed some things. See here: http://docs.jquery.com/Attributes/addClass#class
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top