Forum
Topic RSS
06:35
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
07:35
Moderators
08/10/2009
OfflineHello,
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
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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66
Log In
Home