ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Handling Mass Data in Grid
Title:
B
I
{code}
?
How can Awesome Grid be practical if it needs to process at least 200,000 records? Search function by Date and Sorting Columns needed. Please advise.
Save Changes
Cancel
UnknownArt
asked at 06 Nov 2019
Answers
B
I
{code}
?
it doesn't matter how many records you have, you're only going to send 10 (page size) from the server to the browser, The search and sort is done by your code (DAL), most of the time by EntityFramework linq to sql, the grid only tells what needs to be sorted
Save Changes
Cancel
Omu
answered at 06 Nov 2019
Thanks, How do I apply Bootstrap css on Grid? Do you have any sample?
at 07 Nov 2019
UnknownArt
there's a "bts" theme you can use, have a look here: https://demo.aspnetawesome.com in the top right corner there's a "theme" dropdown, choose "bts", when reference `AwesomeMvc.css` as explained here: https://www.aspnetawesome.com/learn/mvc/Installation reference the `AwesomeMvc.css` from the `themes/bts` folder
at 07 Nov 2019
Omu
Is it possible to assign the single and double click events in the Grid line? Please provide any sample if you can. Additionally, do you have any functionality for excel upload and its' handling?
at 08 Nov 2019
UnknownArt
please ask a separate question if your comment is not related to the question's title.
at 08 Nov 2019
Omu
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK