I have an imagebutton in a templated column on a WebGrid that is inside of a WebDialogWindow. When I clikc on the button the page is posting back but the ItemCommand Action is never being fired. I have also tried to give the button itself a OnClick event, but the same happens. The page posts back, but the OnClikc event is never being fired.
I tried on last thing and added a template column of type Checkbox and placed an WebImageButton elsewhere on the screen. When that button is click the button event is fired, but when I check the value of the checkbox in the grid, it evluates to False whether the box is checked or not.
Has anyone else encountered this problem?
I don't know if this will help, but when I search this forum for "ItemCommand", I find:
https://es.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/14463/ultrawebchart---how-to-add-data-from-a-datasource#14463