Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4155
Add SelectAll to FieldChooser that observes when fields are individually checked/unchecked and FieldChooser can scroll
posted

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...

xamDataGridFieldChooserStyle.zip
Parents
  • 4155
    Offline posted

    ...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.

Reply Children