Status bar message in GridControl GotFocus

Hi, In GridControl the Focus is on the First Column (Column Header Name is Product Name). When the focus is on the particular column it should display the Message "Enter the Product Name" in the Status bar. Thanks and Regards Rajesh

1 Reply

AD Administrator Syncfusion Team January 13, 2005 11:53 AM UTC

You can try handling the grid.CurrentCellMoved event, and if grid.CurrentCell.ColIndex = 1, then display the text.

Loader.
Up arrow icon