Strange answer.
Try to answer to this one: is possible to let visible the vertical scrollbar whatever the row number ?
correct for you but inesthetic for me !
does your answer mean that we must live with that ?
You should explain for the newbies …
You are right: I should test …
But, but I have in the cell the path to the photo and not the photo itself !
The server is one machine, the clients are thier own machine. You could be one client ! the photo are not in your machine but in my machine.
src='/photos/ : javascript will search for this folder on your machine !
Yes it's possible. I use it always !
url: 'folder/module.php',
You have probably one problem somewhere.
No because the directory is on the server !
Yes, it's not clear.
I repeat my question:
rowelem is for a string of values separated by comma: val1,val2,,val4
I can do rowelem[2] for extracting val2 but it's not elegant !
Is it possible to use the colModel name (or something other) for extracting ?
The solution was
mysql_query(“set names 'utf8'”);
please read the answer i did to Mamali ….
pData and nData are internal definitions: if you change them …
Anyway. The solution was:
onSelectRow: function (rowid) {
The extraction of data from rowelem is not explained for the afterInserRow event !
I mean the previous/next buttons of the edit record, NOT of the grid !
Yes. But, by definition, these objects are hidden. I mean if Tony change their names, my code will be wrong !
No, I mean the edittype property of the colModel
Thank you. For me, even after a read of the documentation, it was not evident.
As I want to change the color when I populate the grid, I think the solution is the afterInserRow event and the setCell method.
…
afterInserRow: function (row,data) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top