Hi all.
I've got a user control I'm running inside of a SmartPart in Sharepoint. This user control contains a RadGrid.
The problem is that if I run it in a normal ASP.NET site everything goes ok.
When instead i use it inside of the SmartPart in Sharepoint, the three client methods OnRowCreated, OnRowDblClick and OnRowClick of the RadGrid are not executed anymore.
There are two other client methods I use, OnCommand and OnGridDestroying, are called and they run normally.
If needed I can provide both the .ascx and the .ascx.cs.
Thanks in advance
I've got a user control I'm running inside of a SmartPart in Sharepoint. This user control contains a RadGrid.
The problem is that if I run it in a normal ASP.NET site everything goes ok.
When instead i use it inside of the SmartPart in Sharepoint, the three client methods OnRowCreated, OnRowDblClick and OnRowClick of the RadGrid are not executed anymore.
There are two other client methods I use, OnCommand and OnGridDestroying, are called and they run normally.
If needed I can provide both the .ascx and the .ascx.cs.
Thanks in advance