javauser
Posts: 4
|
| Posted: 10/04/2006, 5:04 AM |
|
I have an editable grid and its select statement has id, some text fields and a bool field (not shown).
So I'm trying to disable or hide the checkbox_delete for the row when 'false' and keep showing it when 'true' ... ¿How? (server-side (PHP...), or with JS if there´s no other way).
Thanks in advance for your help!
|
 |
 |
WKempees
|
| Posted: 10/04/2006, 10:55 AM |
|
What version of CCS?
If 3+ you have option to set visibility Dynamic (default)
in BeforeShow test for True or False if True set visible=False
Shorthand, check Manual or Forum for details.
Walter
"javauser" <javauser@forum.codecharge> schreef in bericht
news:24523a33eb3784@news.codecharge.com...
>I have an editable grid and its select statement has id, some text fields
>and a
> bool field (not shown).
>
> So I'm trying to disable or hide the checkbox_delete for the row when
> 'false'
> and keep showing it when 'true' ... ¿How? (server-side (PHP...), or with
> JS if
> there´s no other way).
>
> Thanks in advance for your help!
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 10/04/2006, 11:35 AM |
|
Any of these articles may be helpful as well: http://forums.codecharge.com/search.php?s_keyword=edita...r=&s_forum[]=25
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Jay Homer
|
| Posted: 10/11/2006, 6:18 PM |
|
hello i would like to know the properties and the uses of the DATA BOUND GRID!!!! can you give me some info of it!!!!!!. 
thanks!!!!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 10/12/2006, 12:44 AM |
|
See: http://docs.codecharge.com/studio3/html/UserGuide/Forms/GridForm.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |