Base solution for your next web application
Open Closed

Gridview Documentation #451


User avatar
0
sipoyraj created

I am trying to bind the inserted data from Data base Table to a Grid View but I didn't get any documentation for this any where . Even I have found a grid view in "Users " form in Administration Module, I didn't understand how it was implemented .Could you please give the proper documentation for Grid View Data Binding.? :?:

                                                                                      Thanks in Advance.

2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    If you're using SPA, we used Angular-ui Grid in this template. You can find document here: <a class="postlink" href="http://ui-grid.info/">http://ui-grid.info/</a> If you're using MPA, we used jTable: <a class="postlink" href="http://jtable.org/">http://jtable.org/</a> I think you can understand it by checking source code, but it's always suggested to read docs to learn better.

    You can find links to all used libraries here: <a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#used-library--frameworks">http://www.aspnetzero.com/Documents/Dev ... frameworks</a>

  • User Avatar
    0
    tteoh created

    <cite>hikalkan: </cite> Hi,

    If you're using SPA, we used Angular-ui Grid in this template. You can find document here: <a class="postlink" href="http://ui-grid.info/">http://ui-grid.info/</a> If you're using MPA, we used jTable: <a class="postlink" href="http://jtable.org/">http://jtable.org/</a> I think you can understand it by checking source code, but it's always suggested to read docs to learn better.

    You can find links to all used libraries here: <a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#used-library--frameworks">http://www.aspnetzero.com/Documents/Dev ... frameworks</a>

    Hi Hikalkan,

    Thank you for providing the pointer on the right grid component for both SPA and MPA. It will be really great to have them illustrated as part of the PhoneBook development sample. In particular, in implementing these components in the context of ASP.NET ZERO.

    Look forward to the documentation improvement.

    Thanks. /Tommy