My action icons vanish when the grid refreshes. When i save a row? all my pages do this. Any troubleshooting steps?
3 Answers
Hello,
Please refer this faq:
Q) Grid only show Edit/Delete option only on first row / certain rows?
The first column of grid must have unique alphanumeric data (usually a PK).
This is required for proper display as well as update & delete operations of particular row.
Later, You can also hide that column by setting $col[“hidden”] = true;
If not solved, please share grid code as well.
As you can see in the screen shot sent, it shows on all columns correctly until the grid refreshes. I will attach code. It is a bit messy.
tmoore88/gist:0218f94272fea02f23807d6caaec456f
Thanks,
Tim
Your Answer