Hello,
I have a column
<telerik:GridButtonColumn CommandName="SELECT" Text="SELECT"
UniqueName="Select" >
</telerik:GridButtonColumn>
in a radgrid, and I have the radgrid property
onitemcommand="ItemCommand"
But when the button is clicked the event does not fire. Any ideas? I am on a deadline fast coming and this has stopped me in my tracks
All I could find in my searches is that I need to enable viewstate, but that has had no effect.
I have a column
<telerik:GridButtonColumn CommandName="SELECT" Text="SELECT"
UniqueName="Select" >
</telerik:GridButtonColumn>
in a radgrid, and I have the radgrid property
onitemcommand="ItemCommand"
But when the button is clicked the event does not fire. Any ideas? I am on a deadline fast coming and this has stopped me in my tracks
All I could find in my searches is that I need to enable viewstate, but that has had no effect.