Unable to click using div(:text)

My application has a PowerGrid Control.

The table has a text ‘CBSU50’ in the grid, I passed the following line
but it is not getting clicked.

$ie.div(:text,“CBSU50”).click

I am not getting an error though.

Please help!