Generic Grid in mvc

Mohammad Ali Echreshavi 101 Reputation points
2023-10-19T13:16:48.6566667+00:00

HtmlHelperGridExtension.txt

hello every one,

is it possible guide me how the attachment code work?

i want use generic grid

thank you in advance



ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2023-10-23T18:38:51.33+00:00

    this appears to be a wrapper around the DevExpress data grid

    https://www.devexpress.com/products/net/controls/asp/grid/

    it creates an underlying DevExpress Data Grid, and set properties. You first need to learn coding for this 3rd party grid. then the wrapper will make more sense.

    note: you should be using their support.

    0 comments No comments