Sunday, April 10, 2011

CheckBox on forms / Grids

Had a serious problem today with enum field on table, but a simple solution for it.

Issue:
Had created a Enum field on a table and Attached EDT NOYesId to it, expectations was to check/uncheck the fields on grid and it was not working, but when updated from backend its fine and through code also it's been updated as required. But its a simple enum field which has to Check / Uncheck based on user selection on form.

Solution:
Create a new enum field to the same table rename the old one and use this with initially created enum field. Now check/ uncheck on forms works well and good.

Reason:
Unknown

Time consumed:
2 Hrs