Can someone please give me an example of how to code the ItemCommand event for this new WebGrid?
I have had to upgrade from the old WebDataGrid to this new one and I have a Templated columnwith two image buttons in it.I need to cod the ItemCommand event to handle the clicking of those two images and I can't figureout how to do it in this new grid.
In the old grid, I would set a variable to the parentitem and use e.command to get the button.
I have also been looking for an example on how to code the ItemCommand event for this new WebDataGrid. I can't find the event handler to perform this.
Thanks.
I set a break point in the event to see if I could figure it out, and when I clicked on one of my buttons it never even hit the breakpoint. It does not even appear to be getting into the event.
I like the IG controls, but this has always been my biggest complaint. There are no where near enough examples of how to do things and the documentation leave A LOT to be desired.