I have posted similar question, but now I am re-posting it with more clear information about the problem I am dealing with.
I am transforming an existing application to a web based that is operating dynamically. It has grid consuming data from SQL table in such a way :
- Columns can be added and deleted on runtime. (These columns are separated and shown as ListItem before showing the Grid on separate control, and user selects the columns for defining a Grid to have)
- Column grouping can be done dynamically.
- Custom settings can be defined for this Grid ( e.g On runtime , when each row gets data completed, next row's few mandatory columns get last row's those cell values automatically and so on....)
and the whole Grid containing data for 10000's of objects must not disturb apart from the changes user can make.
I have searched a lot over the internet, I don't think so for complying all above requirements anz solution among ( qGrid, DevExpress or TelerikGrid ) would work. As DevExpress GridView can not be operated dynamically in this way.
What about SpreadSheet? Does this problem can be better solve able by DevExpress Spreadsheet control? In that case, still defining these configurations would be a problem? These configurations can be saved/altered for specific data objects ( Currently, these configurations are saved as seperate table and are being referenced for specific data set ).
What are the possible solutions to approach this scanario? ( SpreadSheet ? )
Regards Usman