Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
beginer with jqgrid
20/10/2009
18:00
Avatar
khautinh
New Member
Members
Forum Posts: 2
Member Since:
21/10/2009
sp_UserOfflineSmall Offline

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/10/2009
20:31
Avatar
Rumen[Trirand]
Moderator
Members

Moderators
Forum Posts: 81
Member Since:
08/10/2009
sp_UserOfflineSmall Offline

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

http://www.trirand.net

21/10/2009
18:33
Avatar
khautinh
New Member
Members
Forum Posts: 2
Member Since:
21/10/2009
sp_UserOfflineSmall Offline

Thanks for your help.

Since you answered the question, please help for another querion.  Can you tell me how does the edit work?  I try to edit and submit but nothing happened.

Thanks.

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information