Setting ids for checkboxes in Grid

Hi All.

I have a grid that has check boxes in the first column. I need to set a unique id for each of the check boxes.

I tried getting the column from the grid and calling getChildren on the column but that didn’t seem to work.

Is this possible?

Thanks in advance.

I have a grid that has check boxes in the first column.

Do you refer to Grid with multiselection mode having the selection column, or do you have a Grid with Component or Template renderer? I am asking because in the first case I think this is not possible, but in the second case it should be possible.

Hi Tatu,
I am referring to a multiselection mode having check boxes in the first column that are used to determine if the row has been selected.

Is that what you are asking?

Thanks, Greg