Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
WebDataGrid using MVC
posted

Since we can't use postback and viewstate when using MVC framework, what WebDataGrid behaviors are enabled (or work) when used with MVC? The behaviors used in Issue Tracker application are the only ones enabled?

I played around with Issue Tracker application and updated the webdatagrid settings to use Column Moving and Sorting but I am getting javascript error... I assume Row Editing would have to be implemented on the client side to avoid any postbacks, etc.

Thanks in advance.