Working from this example, I am getting close to getting a FieldChooser how i want. I have two problems still.
1) The SelectAll checkbox doesn't respect if the user checks or unchecks individual items, and i am unsure of how to handle events for them to do this
2) The Field Chooser then doesn't fit all the Fields in it and doesn't scroll to show them either, even though the original thread example says it does.
http://ko.infragistics.com/community/forums/t/80639.aspx
Attached my sample...
anyone? i still need to handle events to make the SelectAll checkbox respect individual checkbox selection in the field chooser...
...also, i have some applications that have MANY fields, and it takes a while for the grid to render after de-selecting or selecting all fields. is there any way i can use my WaitCursor while the grid is rendering to let the user know something is happening? Biggest issue is the Select All checkbox needs to change state if an individual field is selected or de-selected though.