Hey all,
Just like the topic says. How do I make a column full of buttons. I have tried setting the ButtonDisplayStyle to always, but this still results in TextBox cells instead of Button cells. Any help would be greatly appreciated.
Thanks
Dave
Dave,
You would need to set the Style of the column to be a button
Display an Image in a Cell Button
How do I disable the button for a particular row based on some business condition??
You would disable the button just like you would any other cell - using the Activation property on the cell. I would recommend using the IniitalizeRow event for this.