Hi,
I've a RadToolBar in RadListView's itemTemplate.
My problem is that; When I give CommandName to RadToolBarButtons. listview's
ItemCommand function doesn't catch it.
protected void lv_ItemCommand(object source, RadListViewCommandEventArgs e)
{
...
}
only if I give a buttonClick command to RadToolBar, tb_ButtonClick function can do it..
My Question is that; Is there any way to catch ListView_ItemCommand function by not using RadToolBar ButtonClick ?
Thanks
Sincerely,
Caglar DUMAN