This is a migrated thread and some comments may be shown as answers.

force ItemCommand of grid on clientside

2 Answers 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
towpse
Top achievements
Rank 2
towpse asked on 06 Jan 2011, 08:46 PM

Can I force the ItemCommand server side event to fire from the client somehow?

Is it a matter of invoking javascript:__doPostBack('MyGridId$ctl00$ctl02$ctl00$RebindGridButton' somehow?

thanks

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Jan 2011, 05:33 AM
Hello,


You could use the finreCommand() method to trigger specific command for the grid. More information will be available here:
fireCommand



--Shinu.
0
Roatin Marth
Top achievements
Rank 1
answered on 17 Jan 2011, 05:32 PM
right on
that should do the trick

of course in my case i'm still using update panels on the page i'm working with which is giving me some grief based on the layout of the page

probably time to rewrite this page !

thanks
Tags
Grid
Asked by
towpse
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Roatin Marth
Top achievements
Rank 1
Share this question
or