Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last row of DataGrid
Message
From
06/02/2003 15:47:17
Andrew Fell-Gordon
Calypso Publications Ltd
Enfield, United Kingdom
 
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00748825
Message ID:
00750164
Views:
28
Thanks for your comments.

I could not make the grid readonly as the user has to edit two of the columns. However I found a solution by putting the DataTable object into a DataView object and using the latter as the DataSource of the grid. The latter has an AllowAdd property and if you set that to False the extra add row at the end of the grid is suppressed.


Andrew

>You can make the grd readonly
>
>or
>check George Shepherd's website has lot of grd answers
>http://www.syncfusion.com/FAQ/WinForms/default.asp#44
>
>this web link is another way to remove the *
>http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q653q
Previous
Reply
Map
View

Click here to load this message in the networking platform