facing issues in column search with currently logged in user
facing issues in column search with currently logged in user

Hi, im using an editor in our MVC project. I want to filter out the records based on currently logged in user. Which i pass through ViewBag.Currentuser from server side.
This discussion has been closed.
Answers
Hi @Benn Solomon D ,
You can get the last JSON sent by the server with
ajax.json()
, which can then be passed intosearch()
.Hope that helps,
Cheers,
Colin
Appreciate the help