Forum

July 12th, 2025
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
want to access DOM
24/10/2009
06:35
Avatar
jaswant tak
Guest
Guests

Hey Guys,

I have implemented jqgrid in my document, the grid have 5 coulmns and around 100 rows. Each row has a coulmn with checkbox, with a name row_<rowno.>.

This whole grid is in a form. the form has also a submit button. Now on form submit I want to access those checkbox values, But I am not able to do that. When I view the source code after page rendereing it shows only

<form enctype="multipart/form-data" action="action.php" method="post" >

<table id="list" class="scroll" cellpadding="0" cellspacing="0"></table>

<div id="pager" class="scroll" style="text-align:center;"></div>

</form>

How can I access the check box values.

please suggest. Thanks!

jaswant
24/10/2009
07:35
Avatar
Rumen[Trirand]
Moderator
Members

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

Hello,

jqGrid is a client-side grid and uses client-side rendering. This by the way is great approach, since the grid HTML is practically zero (only the table and pager placeholders you have noticed). To see what the grid really renders, I recomment FireBug for FireFox -- this will allow you to see the markup and checkboxes.

This however might not be the best approach, I suggest getting the PDF documentation from the "Download" settings and read about the client-side API of the Control, the getRowData / setRowData methods in particular might be exactly what you need.

Regards,

Rumen

Trirand ASP.NET WebForms & MVC components based on jQuery & ThemeRoller

http://www.trirand.net

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

Currently Online:
43 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