I’m trying to set up a messages view with asp.net mvc that will display inbox, etc. What would be a nice tool to utilize for this implementation?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OK, here’s the guts of how we do it with jqGrid. The idea here is to show unread messages in bold, and with a preview of the body, like Outlook:
jqGrid custom formatters (this syntax is for jqGrid 3.5; earlier versions are different:
CSS:
Grid configuration:
LINQ to Entities:
You can find my series of articles on using jqGrid with ASP.NET MVC on my blog.