I have rad grid, when I dynamically data bound to rad grid and if data
bound return zero rows the grid column also not display...
Actually I want to display column with single row contains "no record
found" if data bound return zero record
Each GridTableView has a property NoRecordsTemplate. This property defines a template that will be displayed if there are no records in the assigned DataSource. There is a boolean property EnableNoRecordsTemplate which defines whether GridTableView will use the defined NoRecordsTemplate or not. By default its value is true. You can customize the Text as follows: