Rank: Member Groups: Member
Joined: 9/1/2010 Posts: 28
|
I would like to display a grid with a column having editable textboxes in the rows during the initial load of the grid plus some rows have the textbox disabled based on some condition. Is this possible? This is used for both display and editing.
Based on the docs, I see I can put the grid in edit mode only per row and based on commanditem.
In the standard GridView I have control in the OnRowDataBound event.
|