Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This should be simple?
Message
 
 
To
26/10/2012 13:26:51
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01554743
Message ID:
01556106
Views:
55
>>>In this case I agree with you completely. She was asking for quite a lot. There was nothing mean spirited in your reply and in fact you gave her some good advice -- take it a step at a time as far as you can, and then if you are stuck on a tough point come ask. Also the importance of understanding the fundamentals first.
>>
>>After spending all that time I decided to try something different than flexigrid. I believe it is not simple (if ever possible) to make it work the way I wanted.
>
>Hi
>Try Datatables jquery plugin. It is very good and very well documented. It has many extras (Scroller, Editable, Editor). You can even configure it with virtual infinite scrolling, ajax, json , inline form, etc
>You can see a complete series of articles with complete code here (ASP.NET MVC):
>http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=1025738
>
>Additional parameters from form fields values can be sent easily:
>http://datatables.net/release-datatables/examples/server_side/custom_vars.html
>
>You can extend it with popup dialog form for CRUD operations. Check this:
>http://www.mayanksrivastava.com/2012/02/showing-aspnet-mvc-30-views-and-posting.html
>
>Or check Editor (Commercial)
>http://editor.datatables.net/
>
>Regards
>Dorin

Hi Dorin,

I am wondering if there is any way to contact the author? The blogs don't seem to have comments. I am not sure why, but I don't see any images for the ordering options. I am referring CDN file using this code
 jqueryCdnPath = "//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css";

            bundles.Add(new StyleBundle("~/Content/jquery.DataTables/css", jqueryCdnPath).Include("~/Content/jquery.dataTables_themeroller.css"));
and I add it to my _layout.cshtml
@Styles.Render("~/Content/jquery.DataTables/css")
In the resulting page I don't see the images for the orders as I see in the samples he shows. It should be something simple I am missing.

I figured this out. Honestly, the flexigrid looks nicer, but I haven't gone through all the samples yet.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform