Reputation: 81
we have planned to use jqgrid in our application. But, we need to make it as custom web control like below:
Example:
<TestGrid:JQGrid ID="grdTest" Sortable="True" runat="server"/>
In all examples they create jqgrid in aspx page. Is there any possibility to create the control like above? Any suggestions or ideas are greatly appreciated. Also, Please give me the website link if any available.
Upvotes: 0
Views: 586
Reputation: 1758
Try these two links..it is possoble to use jqGrid as user control(though i never used it that way), but these two links will help you, one of them is answered by Oleg.
Upvotes: 2