Thank you for the reply Mr. Prasanna Kumar
I have gone through the sample project and I have created separate project and few snapshots with result after search.
Software and Libraries details:
1. Visual Studio 2013
2. .net framework 4.5.1
3.
3 Syncfusion dll files are using in the projects
- Syncfusion.EJ.dll [14.2451.0.26]
- Syncfusion.EJ.Web.dll [14.2451.0.26]
- Syncfusion.Linq.Base.dll [14.2451.0.26]
4. Few js and css files are using which is already on Grid.aspx page
Sample project has attached with all library files [GridIssue.zip] to reproduce issue.
Steps to reproduce search issue:1. Run the solution
2. Enter 'ita' keyword and enter/hit on search icon
3. You could 3 items as result ['nevita', 'vita' and 'neevita']. Because it searched for 'ita' which any word
contains that. Ref. attached image file [proper_result.png].
4. Stop the solution
5. Run the solution again
6. Click on Search button at the bottom
7. Now enter 'ita' keyword and hit on search icon
8. Now you couldn't see any result item, ref. attached image file [result_afterpostback.png]. Because it searching for
whole match word as 'ita' and return nothing. It's happening after post back.
Attachment:
GridIssue_d6fc8203.zip