Dear Stimul Team ,
We bought and using 2007.3 in .Net 2.0
we are render with checkbox , but we didn't know checkbox function.
We give used datatable data below
118 MariMuthu 2 Breakfast False 54 1 7
118 MariMuthu 6 AM Snack True 55 1 7
118 MariMuthu 7 Lunch True 56 1 7
118 MariMuthu 8 PM Snack True 57 1 7
118 MariMuthu 9 Supper True 58 1 7
118 MariMuthu 10 Evening False 59 1 2
our Need : If false then checkbox.checked else checkbox.unchecked
(display all data with checkbox condition example
unchecked Breakfast checked AMSnack unchecked Evening
plz help us.
please we want checkbox use description.
Thanks in Advance
How is use checkbox function?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How is use checkbox function?
Marimuthu K
How is use checkbox function?
Hello,
If i correct understand your request you can use CheckBox component. In checked expression type:
Thank you.
If i correct understand your request you can use CheckBox component. In checked expression type:
Code: Select all
{MyDataSource.MyColumn}