GajjarDarshak / fullcalendar-asp-net

Automatically exported from code.google.com/p/fullcalendar-asp-net
0 stars 0 forks source link

full calendar customization #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i have a question :

i have a table in database that loads events, in this table i have a field 
called USER ID so base on this field i can load each user ,

Admin can add some events that all user can see i put "0" in USER ID field so 
at the loading i select from database "select ... where userid=@userid OR 
userid=0"

it works but i don't want to allow user to change or delete events that have 
userid=0 i want to when user click on that event that id is 0 (the events that 
added by admin) instead of update Pop out window see just an image

i mean when a user click on event that created by own can update or delete and 
when he/she click that events created by admin instead of that update or delete 
pop out just an image

thanks a lot

Original issue reported on code.google.com by izadi...@gmail.com on 14 Mar 2012 at 2:53