You need to create a custom web part using a third-party GridControl your company has purchased. This web part will be deployed to a hosted SharePoint installation as a sandboxed solution. How should you create this web part?
- Create a Visual Web Part. Drag the GridControl onto the canvas and set the appropriate properties.
- Create a Web Part. Override the Render() method to render the custom GridControl.
- Create a Web Part. Override the CreateChildControls() method to add the custom GridControl to the Controls collection.
- Create a Web Part. Override the RenderControl() method to render the custom GridControl
3e9d817f-5c3b-4983-824e-190900c13318|0|.0