onsortcomman and onitemcommand
I have a datagrid with an onsortcommand and an onitemcommand methods.
I began with just the sortcommand method. And, everything worked smoothly. Later I added the onitemcommand. Now, the onitemcomman events work beautifully, but the onsortcommand no longer works.
The question is...Is it possible to have both onsortcommand and an onitemcommand tied to the same datagrid? If so, can someone provide an example of how.
Thanks in advance!
|