Hello,
I would like to know what is the equivalent of EmptyDataText of Gridview for RadGrid. I am using ResourceManager property to show a message in my RadGrid when not founding any record.
This would be an example for GridView, being grdMaestro the ID of a RadGrid.
grdMaestro.EmptyDataText = GestorRecursos.GetString("ListadoSinDatos");
If I want to use the same for RadGrid I get an error because EmptyDataText is not a proper property for a Radgrid.
Do you know what would be for RadGrid?
Besides, do you know any interesting link to get information about these things?
I would like to know what is the equivalent of EmptyDataText of Gridview for RadGrid. I am using ResourceManager property to show a message in my RadGrid when not founding any record.
This would be an example for GridView, being grdMaestro the ID of a RadGrid.
grdMaestro.EmptyDataText = GestorRecursos.GetString("ListadoSinDatos");
If I want to use the same for RadGrid I get an error because EmptyDataText is not a proper property for a Radgrid.
Do you know what would be for RadGrid?
Besides, do you know any interesting link to get information about these things?