I am trying to right logic to check all boolean checkeditor boxes to true meaning setting the checkeditor boxes to true in the ultragrid and also unckeching all of them.
then also depending on if the user checks specific rows I want to be able to grab the row where the boolean fields aor checkeditor boxes are set to true.
Have you been able to resolve your issue ? Did you have a time to try these proeprties. Let me know if you have any questions
Regards
Maybe you could try to set the properties:
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Bottom;
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Header.CheckBoxSynchronization = Infragistics.Win.UltraWinGrid.HeaderCheckBoxSynchronization.RowsCollection;
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
Let me know if you have any questions.
Gorgi with the main check box you have on the top of the grid, how get that up there, whart proplerty you set, at the moment, I just aded a checkbox
thanks, did you ever figure out how to produce the image i presented in another forum.. review the image or screen shot i am basically trying to the exact thing you just did but with in 5 colomns, and 5 more bool checkboxs columns. review the attachment. I have been fight at this for the last couple of days.
Hi,
I try to reproduce your scenario in a small sample. Could you please take a look and let me know if you have any questions.