i have telerik rad grid control i want to display radgrid on pageload with some data in which i have to add data to rad grid in designing only no connection with database.how to add data to radgrid and it has to display in my pageload itself
What you could do is create a DataTable and bind that to the RadGrid during the PageLoad event. This doesn't bind the RadGrid to a database, but it still has data bound to it. This is just a quick example but it'll let you have "dummy" data in your RadGrid: