Hello,
How look the links inside the cell and how you call this with javascript?
Regards
Tony
Hello,
Sorry I missed something
.rowselected tr td {color: #ff0000;} or
.rowselected tr>td {color: #ff0000;}
should work
Regards
Tony
Hello,
The error is in syntax – the righ is
}).navGrid('#pager2',{edit:true, del:false, add:false, search:false},…)
Also refer to docs for the right syntax
Regards
Tony
Hello,
You can do that many ways
1. Server side – direct add href tag (when xml do not forget to enclose in CDAT.
2. When using afterInserRow event with setCell method.
Regards
Tony
Hello,
Use afterInsertRow event again with setCell method.
Regards
Tony
Hello,
You can obtain the values this way:
If the name of column is 'myname' and is defined as text then after editing
you can do $(“#”+rowid+”_”+myname).val() or this way
$(“td:eq(n) > input”, “#”+rowid) – where n is the index of the column.
Regards
Tony
Hello,
try this:
.rowselected{ font-size:20px}
.rowselected td {color: #ff0000;}
Regards
Tony
Hello,
How is your data like? I mean is this xlm or json string – if so you can
use the parameter datatype: 'xmlstring' (or 'jsonstring') and datastr when passed this way the grid will load again with this data. If after that
Hello,
I have make some tests and it seems that this work like a charm.
The loading of the script is more that 10 time faster.
Of course there are some limitations.
Instead of this I will include this in the upcomming release again with the
combine.php script.
Thanks
Best Regards
Tony
Hello,
In form editing this can be done very easy. You shold use
onInitializeForm event for this purpose. Also check this form how we
can add datepicker – the things are the same.
Regards
Tony
Hello,
The most probles here are in IE. Also check your JS code and search for
unneeded commas.If you are sure that all is OK, please try to
include all the modules separatly and not with the loader. Also the 3.3
release have some coorections for this problem
Regards
Tony
Hello,
This time
Hello,
Could you please post your code. This event in all cases should return
a array instead of result – i.e.
if(some condition) {
return [true,””,””];
} else {
return [false,”Message”,””]
}
Regards
Tony
Hello,
You can export to XLS what you want very easy. You just need to get
the needed data construct a table and send this with the
appropriate header to the browser. This can
Hello,
Could you plese post your code. It is important to known,
that the inline edit is not compatibale with getRowData. You can use
this method (getRowData) after the row is saved and not when you edit it.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top