Hello,
I've been looking for a data grid component for DNN which allows users to maintain data in a grid view tied to their userid.
I'm looking for something which can sort, sum, inline edit, add and remove columns from the view, handle paging, print all or print current page data, save data, enable combo boxes as fields, checkboxes as fields etc. I'm looking for a gridview/edit using one inteface meaining view and edit are one in the same in terms of the UI - much like excel.
I've been looking at EXT JS http://extjs.com/products/extjs/
Which seems to handle all my requirements and am wondering if anyone has played with integrating it with DotNetNuke. It appears that the data is all xml based and so I'm not sure how well that will scale.
Anyone have tips from experience with integrating?
I've also looked at SQLGridSelectedView from http://www.tressleworks.ca/ - this is a pretty cool DNN module but I'm not sure it will work for my needs as I need inline editing and the ability for the user to add columns as well as have the data tied to the current userid. There may be a way to do this with SQLGridSelectedView.
Regards,
Patrick