Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Grid => Linq to Sql
posted

Hello
I'm using Linq to Sql
To load the grid, there is no problem, for cons, I can not edit, modify cells.
 

 


I can not find the attribute that allows editing of a grid.

Thank you in advance,
Greetings from Switzerland

Dim Rs = From Rssql In db.TB_TOOLS _

 

Select Rssql

 

Me.UltraGrid1.DataSource = Rs

 

Me.UltraGrid1.DataBind()

 


I can not find the attribute that allows editing of a grid.

Thank you in advance,
Greetings from Switzerland

 

Parents
No Data
Reply Children
No Data