Hi,
I build a query.
I set the datasource.selectcommand of my grid to my query
I bin my grid.
It works, and after a selection of a row I take some info inside the row selected and I redirect to another page.
I use the radGrid event:
radgrid1_ItemCommand
When I go back from the new page on the old with the Explorer navigator button everythink seems good, but if I click again on another row the event radgrid1_ItemCommand won't fire again.
I have to rebind my grid to have the events working again.
There is a way to avoid that?
I'm missing something?
thanks for help
Renato
I build a query.
I set the datasource.selectcommand of my grid to my query
I bin my grid.
It works, and after a selection of a row I take some info inside the row selected and I redirect to another page.
I use the radGrid event:
radgrid1_ItemCommand
When I go back from the new page on the old with the Explorer navigator button everythink seems good, but if I click again on another row the event radgrid1_ItemCommand won't fire again.
I have to rebind my grid to have the events working again.
There is a way to avoid that?
I'm missing something?
thanks for help
Renato