Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
How to use jqqrid in asp.net for filtering data in datatable,
What i want is to display
with some data from datatable and show
in jqgrid

and when checkbox clicked , filter jqgrid datatable

like makemytrip hotellist page

any any idea you can provide


regards
Posted

1 solution

If you haven't started yet then refer the below CP link which shows how to use a JQGrid in asp.net application.

Using JqGrid in ASP.NET[^]

Then you can check various filtering option which can be incorporated in JQGrid as below documentation link

http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/#demos/jqxgrid/filtering.htm[^]

And Yes you can control the reload by using loadonce or reloadGrid attributes of JQGrid

Hope this helps...
 
Share this answer
 
v2
Comments
maulikshah1990 20-Jan-14 0:53am    
jqgrid gives in tabular form..if i want in <div> format like list separated by one line ,
then..
JoCodes 20-Jan-14 0:55am    
Can you explain that Div format?
maulikshah1990 20-Jan-14 0:58am    
For exp

I display list as

<div class="FullList">
<span>Prd:11232</span>
<div>

Prd 1123

</div>
</div>

<div class="FullList">
<span>Prd:11235</span>
<div>

Prd 1152

</div>
</div>

<div class="FullList">
<span>Prd:14435</span>
<div>

Prd 1282

</div>
</div>

and so on.. and i fill that from datatable (currently i use asp:listview )
JoCodes 20-Jan-14 1:10am    
Jqgrid is for tabular form display . I think you are looking for JqDataTable which serves your requirement better . Check http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdatatable/index.htm?(arctic) and revert
maulikshah1990 20-Jan-14 1:18am    
I checked that..
but if i see filtering
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdatatable/index.htm?(arctic)#demos/jqxdatatable/javascript-datatable-filtering.htm

it is again table

i dont want tabular format

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900