Hi,
I try to do something quite trivial I think.
I've an UltraGrid with 5 bands, bound with a DataSet. Each band have a column with a checkbox.
When I click on a checkbox, I would like to check all the child bands.
To do that I use the CellChange event and the text property of the cell.
But how can I know on which band I am, and so to update properly the DataSet ?
Thank you for your answers.
Olivier.
Hello Olivier,
Could you please review the sample attached to this post and see if it meets your requirements.
Please feel free to let me know if I misunderstood you or if you have any other questions.
Hi Boris,
Thank you for your quick answer.
It was indeed the property "ultraGrid1.ActiveRow.Band.Key" that I was looking for.
It's working perfectly.
Thanks again.