Hello everybody.
I am using jqwidgets for my project and it’s really awesome. I just have one question on jqGrid. I have create a grid with pagination that calls a webmethod (.net) I send a parameter from a textbox and I get the correct results.
I just found something strange, when I press many times, like 7, the search button, I get this:
- The loading message
- The “no data to display” message
- The results
I think the second step doesn’t need to appear in this flow. Is there any way that I can handle this?
Thanks!
Alejandro