Hello Experts
Please give me sample code to get Ultragrid's clicked row's cell value ?
Regards
Kyaw
When the user clicks a row, it becomes the ActiveRow. So the easiest thing to do would be to check:
grid.ActiveRow.Cells["Key of the column"].Value
Hi Mike
By the way , let me know
(1) Can I make the gridview to allow only Single Row Selection ?