Tagged Questions
0
votes
0answers
14 views
Handle AJAX call in SharePoint sandbox
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
0
votes
2answers
761 views
Adding the Ajax Control Toolkit to a SharePoint project
I am unable to get the List Search Extender from the Ajax Control Toolkit to work correctly. After inserting my WebPart to the page, I get the error: "Could not load file or assembly ...
1
vote
1answer
932 views
Using AjaxControlToolkit in SharePoint: Multiple instances of ScriptManagers?
I'm trying to use AjaxControlToolkit controls (specifically CalendarExtender and ComboBox), but am having problems with the ScriptManager control. I've got the ToolkitScriptManager at the top of the ...
2
votes
3answers
2k views
Problem with SPGridView and SPGridViewRow.FindControl
In a SharePoint webpart I am displaying an SPGridView. The SPGridView control is inside an Ajax updatepanel and is bound to a datatable in the code.
The columns for the gridview are created mostly as ...