asp.net mvc - How can i recreate a spreadsheet or sharepoint datasheet view on a website? -
i trying migrate users off of sharepoint solution website + sql backend. 1 thing seems sharepoint view , data sheet view editing , managing information.
what best spreadsheet / access data editing solution. there third party asp.net mvc widgets alternatives
telerik's grid mvc supposed good, may want consider alternative traditional grid ui experience.
the mvc paradigm not explicitly define how should things- that's 1 of it's many strengths. encourage users directions: testing; maintainability; separation of concerns (logical isolation); design patterns; user experience; user centered design; etc, etc. in mind there alternative grid may able use? repeating elements? in line editing (think facebook comments)? don't show items, top 10 relevant user? live search filter without options? maybe can create better experience users without grid, , you're going use mvc, best time it.
see how easy turn sad looking
..into happy
keys ideas:
- remove fluff
- some things obvious
- search capable of figuring out stuff itself
- and popular: less more
Comments
Post a Comment