Hi,
I want to add button in ultragrid columns.
How to do this.
Please reply....
Change the column style to Button. If you want text beside the button in the same cell, use the EditButton style.
Thanks for quick reply, but i am not finding any property to set the column style.
Could u plz write the syntax.
The easiest way to do that is with the grid designer, but if you want to do it by code, change this property:
grid.DisplayLayout.Bands[0].Columns[columnName].Style
ThankYou so much....It's working....:-)