How to fill WebGrid manually with Data

3 replies. Last post: October 14, 2012 9:59 PM by Bernard Xiang
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Kashif ButtMember
Hello, i have a WebGrid with four colomns. From, Until, Service and Price. 

How can i fill the WebGrid manually? 

I can create a WebGrid-Colum with: 

WebGrid1.RootTable.Columns.Add("Services");


Is there a way to Add Data manually to that Colum i have created?


Somthing like:


WebGrid1.RootTable.Columns.AddDataToColumn("Services", dr.Services);

 

dr.Services gets the Data over the Mapping.



Thanks


All times are GMT -5. The time now is 11:33 PM.
Previous Next