Loading...
This page is currently under construction yet.
Contact

Server-side Class

A settings related to entities can be parameterized largely on the Admin dashboard; however, in the case of a real application, it is almost invariably necessary to include some additional code to achieve the functionality expected by the client. Such expectations may include, for example, validations on the data, custom display styles dependent on the data, other logging activities, communication with other modules or external applications, and numerous possible events that cannot be anticipated in advance by a framework. To handle these, it is necessary to create unique classes in the RecroGrid Framework, and additional or modifying code can be developed for various events or phases of automatic processes.

Next step

See Also