Hello all,
I am developing an application's interface with the requirement that I use Infragistics controls throughout. I am using the 2009.2 release.
I have a need to provide an interface for categorized "name-value" data of mixed types and I thought I could use some way to make either WinTree (as shown in a sample) or WinGrid behave like the .NET PropertyGrid control.
What I need is a way to add the "name-value" items on a row basis, with the appropriate editor for its data-type, which are not that many, simple numeric edit, masked edit, check-box and combo-box. I don't need the reflection support provided by some solutions. What I need is an example of a set of these controls working in WinTree, displaying their editors correctly and responding to change events.
An example interface for two mixed data items:
Name | Value
--------------------------
[-] Category 1
Number | 1.4
Boolean | [x]
List | value3 [\/]
[-] Category 2
Number | 2.0
Boolean | [ ]
List | value2 [\/]
I have read the various attempts in relevant posts, and tried their suggestions, some of which I could not even get to work. The editors I assigned would not appear for the values...
Can anyone help with a sample with the above editors that actually works ?
Thanks in advance
nickpap
nickpap said:What I need is a way to add the "name-value" items on a row basis, with the appropriate editor for its data-type, which are not that many, simple numeric edit, masked edit, check-box and combo-box
nickpap said:The editors I assigned would not appear for the values