editoptions: { style: “width:100px” }
The PDF documentation specifies that the getCell function requires a column number and not a name but according to the “on line” Documentation the getCell function can now accept an ID or a Name as the setCell function does.
Gee… I wasn't suggesting that you do something about it this quick. I was going to find a way to do it myself if you gave me a clue where to start.
However, since you sound eager to do it and the release is soon enough, I will leave it to wait for your changes.
This topic has been posted for a couple of weeks now. Not many have looked at it and no one has replied.
After reading a suggestion in this forum, I tried to use beforeEditCell to detect the value of the conditionnal field. It will run a function that tests the conditionnal field and returns true or false. As follows:
var allowedit = true;
if ($.isFunction($t.p.beforeEditCell)) {
You can use Visual Studio Web Development Express with IE.
The following did not work either even though the JSON data for this field is “True” or “False”:
{label: 'APR', name: 'APR', index: 'Approved', width: 35, formatter: 'checkbox', editoptions: { value: “True:False”}, align: 'center' }
when the formatter:'checkbox' option is set then the only return I can get is
Bingo!
Definetly need to pay more attention to case sensitivity of javascript.
Thanks again Tony,
Hi Tony,
Hi Tony,
The following is how the grid is configured: (truncated as much as possible)
(”#ETSMonth”).jqGrid({
Not exactly sure what you mean by incompatible or currently edited elements.
Thanks Tony,
Thanks for the reply Tony,
Hi Tony,
Pajolsta for your reply Tony,
It will have to be resolved sooner or later but it is not my priority right now. I will look into it if no one else does. For now, I am trying to get basic functionality working.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top