This is a migrated thread and some comments may be shown as answers.

Empty RadFrid

3 Answers 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ghadeer
Top achievements
Rank 1
ghadeer asked on 29 Dec 2008, 10:36 AM
Hi ALL,

Please let me know how can I display  alert message for the user if the grid does not return data????????????


thanks in advance
ghadeer

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Dec 2008, 10:43 AM
Hello Ghadeer,

Test the following approach:
RadAjaxManager1.Alert("Your message"); 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
ghadeer
Top achievements
Rank 1
answered on 29 Dec 2008, 10:51 AM
Hello Daniel,

I want to display this message:
"System Alert:: No Record Found"
 In case of there is no return record from the select query that fill a radgrid...


could you help me if there is property for that????

thanks
ghadeer
0
Accepted
Yavor
Telerik team
answered on 29 Dec 2008, 11:24 AM
Hi ghadeer,

If you do not want to alert the message, you can set it as norecords text:

.aspx
<MasterTableView  
 NoMasterRecordsText="System Alert:: No Record Found" 

Greetings,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
ghadeer
Top achievements
Rank 1
Answers by
Daniel
Telerik team
ghadeer
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or