Hi ,
I want to design a grid interface which can be used to create a simple grid or complex grid.
Requirements;-
1) Simple grid columns or grid with multiple span columns.
2) Filter, Custom Filter & Multi Select dropdown Filters
3) Columns with editable controls features like fields having text fields, dropdown fields and radio buttons.
What I have done:-
To achieve above requirements I have created below things
1) Created a grid interface.
2) Create a grid config file having different properties for different functionality. This will be loaded while creating the grid.
Issues:-
But my template file becomes too big to meet all my custom and complex requirements. It is now very difficult to maintain.
How could I design the grid interface so that all the functionality will be properly distributed and connected?