Hi,
I want to add button in ultragrid columns.
How to do this.
Please reply....
ThankYou so much....It's working....:-)
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
Thanks for quick reply, but i am not finding any property to set the column style.
Could u plz write the syntax.
Change the column style to Button. If you want text beside the button in the same cell, use the EditButton style.