Method AddLinkButtonColumn
AddLinkButtonColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<TResult, object>>, string)
public static LinkButtonColumn AddLinkButtonColumn<T, TResult>(this RadGridView list, Expression<Func<T, object>> nameExpression, Expression<Func<TResult, object>> bindingExpression = null, string commandName = null)
Parameters
list
RadGridViewnameExpression
Expression<Func<T, object>>bindingExpression
Expression<Func<TResult, object>>commandName
string
Returns
Type Parameters
T
TResult