Forum


18:00

21/10/2009

I did download jqGrid for ASP.NET v3.6.0.0 and tried to implement it, but I was stuck.
1. I did unzip the the zip file and put everything in my little aspx project.
2. I read the readme.txt and try to follow the instruction, but I couldnt add the Trirand.Web.dll to the toolbox as the readme file said. Did I miss something here?
3. So I couldn't add the Jqgrid control to the form.
Please help. All helps are appreciated!
beginner with jqgrid.
20:31

Moderators
08/10/2009

That is weird, did you get any specific error message while adding the grid to the toolbox? I just tried that and it worked fine for me.
Either way, adding to the toolbox is just convenient and is by no means necessary. Just copy the Trirand.Web.Dll assembly to your /bin folder. You also need to add the following clause to your ASPX page
<%@ Register Assembly="Trirand.Web" TagPrefix="trirand" Namespace="Trirand.Web.UI.WebControls" %>
and then you can use the grid in the page
<trirand:JQGrid ID="JQGrid1" runat="server" Width="600px">
<Columns>
<trirand:JQGridColumn DataField="CustomerID" />
<trirand:JQGridColumn DataField="CompanyName" />
<trirand:JQGridColumn DataField="Phone" />
<trirand:JQGridColumn DataField="PostalCode" />
</Columns>
</trirand:JQGrid>
Does this help?
Kind Regards,
Rumen Stankov
Trirand ASP.NET WebForms & MVC components based on jQuery & ThemeRoller
Most Users Ever Online: 715
Currently Online:
165 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66