Have a project that I am working on where I must provide the end-user with the ability to perform a custom search on the data and each user may require different information to be returned. Currently having the data (2 columns) being dumped into a Telerik datagrid and going to utilize the grid filter to allow them to filter the data even more.
However I would like suggestions on which Telerik AJAX control might be best to fit my scenerio. Currently there are 8 major categories and under that could be any number of sub groups (40 in total spread across the 8 categories) and any number of fields (628 in total). The user is to select what fields they would like displayed in the datagrid.
Have thought about using a TreeList and don't believe it to be difficult to populate the tree based upon our database records. But I would then need to take the fields they selected and add them to the query which would populate the datagrid. Is that possible?
Or is there a better control for displaying those 628 fields in a much more user-friendly manner.
Suggestions are welcome.
However I would like suggestions on which Telerik AJAX control might be best to fit my scenerio. Currently there are 8 major categories and under that could be any number of sub groups (40 in total spread across the 8 categories) and any number of fields (628 in total). The user is to select what fields they would like displayed in the datagrid.
Have thought about using a TreeList and don't believe it to be difficult to populate the tree based upon our database records. But I would then need to take the fields they selected and add them to the query which would populate the datagrid. Is that possible?
Or is there a better control for displaying those 628 fields in a much more user-friendly manner.
Suggestions are welcome.