EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: lorwynz_11 on November 04, 2013, 10:56:24 PM



Title: Get all rows in datadrid
Post by: lorwynz_11 on November 04, 2013, 10:56:24 PM
I've added the search function in my datagrid. Is there a way I can get all rows in datagrid after i clicked the search button.


Please help! :'(


Title: Re: Get all rows in datadrid
Post by: acreonte82 on November 05, 2013, 01:23:43 AM
It's better that you post your code..
Maybe you wrong something...
And the answer of your question is: search function search all data in your loaded datagrid.. Maybe you wrong something in your server side code..


Title: Re: Get all rows in datadrid
Post by: lorwynz_11 on November 05, 2013, 02:12:37 AM
Sorry if my question is not clear, but i've already done the search function run properly. when i enter the keyword and clicked the search button,  datagrid will load all data depending to the inputted keyword.

What I want is how can i get all rows in the datagrid.... :)


Title: Re: Get all rows in datadrid
Post by: acreonte82 on November 05, 2013, 05:37:58 AM
I had the same problem in the past..
And I understand that: wrong post name variable..
Try to use the console of Chrome to understand what happen