I have problems and questions about this scheduler. I already tried to build and almost finished it. Although, I receive some errors...
What I do?
- I create custom lightbox
- mapping all the data in to table dbo.bEvent
- I used custom eventbox like this :
Scheduler.Templates.event_text = "({position_desc})" + " " + "{newrate}"
- position_desc is actually from other table 'dbo.zone'
- I create Views in SQL Server to retrieve data from 'newrate'. 'newrate' actually is a new attribute after I do some query to change rate "1000 to 1k" which is new rate save '1k'. the views that I create by joining table "dbo.zone and dbo.bEvent"
Problem is?
- when I save a new data or insert or update new data. my event box just give me '(Undefine)undefine'
- all the data that i put in lightbox is save in dbo.bEvent
- after I resfresh the page using f5 or navigate to next page or previous page then the data is updated.
Here i attach some screenshot. Thanks in advance
http://s1319.photobucket.com/user/matpyam/library/?sort=3&page=1