vivek
vivek

Reputation: 81

How to make JQgrid like web control?

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

Answers (1)

Piyush Sardana
Piyush Sardana

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.

link 1

link 2

Upvotes: 2

Related Questions