Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

Can anyone tell me how to insert data into radgrid wihtout using datasource...
and also to the data base from radgrid i.e data should be saved when added from radgrid to both database and radgrid

Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 4-Mar-15 10:41am    
Do you mean 3rd-party component, Telerik, or what? If so, please read their documentation and/or ask their customer service, as this is a proprietary product.
—SA

1 solution

RadGrid is a component to display data. That data comes from a datasource...So there is n way to work with RadGrid without any datasource, however that datasource can be almost anything that implements IEnumerable of the .NET framework...
To learn about your options check Telerik's demo site: http://blogs.technet.com/b/markrussinovich/archive/2009/09/29/3283844.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900