This question is locked. New answers and comments are not allowed.
Hey,
I'm developing a user interface for a Business application which is based on a client/server architecture. There are a lot of informations and properties that need to bee presented to the user. These data are structured and categorized. The requirement to the user interface is that only the currently presented data is loaded and not all of it. The Propertygrid with nested proprties seems to be a good user control to present the data. But I only want to query the data which is currently visible in the property grid. If a node is not expanded, the data should not be queried in order to reduce the data traffic.If I would use RadExpanders, I could listen to the isExpanded/isCollapsed events in order to query only the needed data. Is something like this also possible for the PropertyGrid? Do you have an alternative solution? Maybe RadTreeView?
Thanks in advance,
Ronny
I'm developing a user interface for a Business application which is based on a client/server architecture. There are a lot of informations and properties that need to bee presented to the user. These data are structured and categorized. The requirement to the user interface is that only the currently presented data is loaded and not all of it. The Propertygrid with nested proprties seems to be a good user control to present the data. But I only want to query the data which is currently visible in the property grid. If a node is not expanded, the data should not be queried in order to reduce the data traffic.If I would use RadExpanders, I could listen to the isExpanded/isCollapsed events in order to query only the needed data. Is something like this also possible for the PropertyGrid? Do you have an alternative solution? Maybe RadTreeView?
Thanks in advance,
Ronny