Hi ,
I am using a Jquery datepicker in my form.
This form includes insert and update functionality.
When the form is loaded for Insert the textfield with class="datepicker" is updateable
When the form is loaded for Update, I don't want the jquery datepicker to be updatetable but just be readonly.
So in the Item's readonly condition type, I added the below condition :
Value of item in expression1!=expression2
Expression1 = > :P9_FLAG // flag used to determine if the page is for insert/update.
Expression2 = 'Y' // If not 'Y' then form is used for Update and the jquery datepicker field should be readonly.
The Field shows up as readonly but along with the field the jquery datepicker shows up on the page, how can i hide the datepicker when the item is readonly.
I tried so many things but I could not make the datepicker dissappear :(
Any Ideas how to fix this ??
Thanks,
Dippy