S
Steven
Hi there,
I am having a weird problem. I have a datagrid with both an ItemCommand and
a SortCommand. It was working fine until a day ago. Now, whenever I click
a column to fire the SortCommand, the ItemCommand gets fired instead. In
the debugger, e.CommandName is equal to "Sort", even though it is being
handled by the ItemCommand event. If I remove the ItemCommand event
handler, it works fine, but as soon as I put it back in the same problem
occurs.
Any ideas would be greatly appreciated.
Thanks,
Steven
I am having a weird problem. I have a datagrid with both an ItemCommand and
a SortCommand. It was working fine until a day ago. Now, whenever I click
a column to fire the SortCommand, the ItemCommand gets fired instead. In
the debugger, e.CommandName is equal to "Sort", even though it is being
handled by the ItemCommand event. If I remove the ItemCommand event
handler, it works fine, but as soon as I put it back in the same problem
occurs.
Any ideas would be greatly appreciated.
Thanks,
Steven