This question is locked. New answers and comments are not allowed.
I know it's just a beta version but i'm not going to complain about limited number of components but about "quality" of currently available components. I tried to use grid in my project. First problem is lack of support for custom made columns. I said to myself "No big deal, it's just a beta i will implement this myself" and then i looked into the code to see how things work. First of all You really have to decide what is your goal If you want everything to be rendered serve side you need to implement tiny js that would just retrive data from server side and inject content to give tag/id. If you want to make a js components (like extjs) with some server side helpers you have to focus on js side. At the moment both .js and server side is polluted with rendering code and logic. When i want to change behaviour of pager i need to make changes and alter labels in both js and cs. When i want to add custom column / change footer etc i need to override some methods in cs AND js. Project will go bigger and bigger and these changes will get more and more difficult to implement.
ps. imho ajax is a must ASP action -> request model is thing of the past But that's just me
pps. don't get me wrong I learn alot from your code. It's great from technical point of view but im worried that you are trying to directly port asp controls to asp mvc. It's just take too much time to make simple changes when both server side and client side are involved. Attached please find a simple extension to ajax grid. It took me at least 2-3 hourse to make it work. I might be slow ;) but this should take 1 hour tops anyway
ps. imho ajax is a must ASP action -> request model is thing of the past But that's just me
pps. don't get me wrong I learn alot from your code. It's great from technical point of view but im worried that you are trying to directly port asp controls to asp mvc. It's just take too much time to make simple changes when both server side and client side are involved. Attached please find a simple extension to ajax grid. It took me at least 2-3 hourse to make it work. I might be slow ;) but this should take 1 hour tops anyway