how to get selected row value at server side
i uase ultrawebgrid and i want selected row value on one button click
UltraWebGrid1.DisplayLayout.SelectedRows; -> Gives you a collection of selected rows (can be more than one)
UltraWebGrid1.DisplayLayout.ActiveRow; -> Gives you te actual active row. This method always returns just one row.
i used that one but it's wan't wrok for me
can u give me some expamle of that coding
and any properties i have to set for that webgrid