I have an application in MVC in which I am using the teleic grid to display the records. I am using unit model for this. In the case of editing and adding action I want to use popup mode but I am not able to do any optimization: hiding any column in editing mode, making some columns ineligible, showing proper verification messages and editing Keep the mode, different fields from any custom database table.
Please provide me with a way to optimize in the editing / add-on process using a popup in the tele-type grid. Thanks Suprio
The grid is using the ASP.NET MVC editor template for its popup editor form. You can check out Brad Wilson (from the Microsoft ASP.Net MVC team) who creates a custom editor template for your object.
Comments
Post a Comment