jquery - how do i load thousands of rows in my asp.net mvc project from database into slickgrid? -
All examples except for the Ajax example make random values with JavaScript What is the standard way to load from a database? I do not necessarily need to use Ajax, but I do not think I want to generate every value and write it in html or how should it be done?
If you do not want to use Ajax, then you have to type every value on html. No other way. Using pagination helps ease the load.
Comments
Post a Comment