Telerik Grid is a highly customizable developer friendly tool that dynamically and smoothly operates the CRUD (Create, Retrieve, Update and Delete) without much hassle.

Grid Filter
Despite of being a highly functional a fluid developer friendly tool at times it incidents the developer with some baffling problems, here is how our coding ninjas solved these obstacles in the most efficient way without having to write long lines of code.
Problem arises when we make a manipulation to the Grid items and we include that function outside the Grid in the Document.ready function. Now when we apply some default functionality like sorting on the grid, this results in recreation of the grid and the Document.ready function is not called, to solve this problem we include our manipulation in Data bound function which is inside the Grid.