In computing, an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program.
3
votes
4answers
536 views
How to make Grouped View work with the $(document).ready event?
I have a list that is grouped by date:
Normally the list is collapsed, when I open one date, items under it are shown, like:
[+] 2010-01-01
[+] 2010-01-02
[-] 2010-01-03
item1
item2
...
I ...
0
votes
1answer
470 views
SharePoint is not working after setting up the Outlook Web Access
I am working on SharePoint 2010. I am facing problem as SharePoint stopped unexpectedly. I am working on UAT server on client side. So its urgent.
We are facing the problem since we were fixing the ...
2
votes
1answer
878 views
What is the scope of DisableEventFiring()?
When I call DisableEventFiring() what events are blocked?
All events? On the current item? All events using the current EventReceiver? What happens if two threads change one item and one ...