|
| How to make cells in specific table rows inactive |
| Iniciado por guest, 24,feb. 2018 00:54 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 24,febrero 2018 - 00:54 |
Hi,
I'd like to make the check boxes on certain table rows inactive but I'm having a hard time figuring out how to control this through code.
Any ideas? [attachment 2592 2018-02-23_15-48-14-min.jpg] |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,febrero 2018 - 01:34 |
Hello Steve
Tablename[Tablename]..state = grayed will make the whole row gray Tablename[Tablename][4]..state = grayed will make cell in the fourth column of the current row gray.
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,febrero 2018 - 19:48 |
| |
| |
| | | |
|
| | | | |
| | |
|