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