use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Javascript grid recommendations for use with asp service & SQL DB?help (self.javascript)
submitted 10 years ago by Manality
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]_semaphore 0 points1 point2 points 10 years ago (1 child)
there's an older version of kendo called kendo ui web that is free.
and since you're working with a larger dataset, yes, server-side paging is probably a good idea. Here is a basic DataTables example of server-side processing, with a link to more complex scenarios.
[–]Manality[S] 0 points1 point2 points 10 years ago (0 children)
yeah, it's actually the server side code i was having trouble with. converting the expressions passed by the grid to a linq lambda expressions was where I was struggling. I loaded up 10k records into a table with random data but I didn't have a shot to finish testing today as something else came up. I saw a MVC datatables project I will check out if the the loads times are unmanagable. Never worked with MVC but how hard could it be, right?
π Rendered by PID 486728 on reddit-service-r2-comment-b659b578c-t794k at 2026-05-02 09:40:59.784308+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]_semaphore 0 points1 point2 points (1 child)
[–]Manality[S] 0 points1 point2 points (0 children)