<ISWebGrid:WebGrid ID="grdObj" runat="server" ViewStateStorage="None" DataCacheStorage="Session">
                        <LayoutSettings>
                            <ClientSideEvents OnCellClick="DoCelllClick"  OnDataBound="checkChoosedUser"/>
                        </LayoutSettings>
                    </ISWebGrid:WebGrid>
 Hi,guys:
     I use WebGrid control to call a function on web regist a Function OnDataBound="checkChoosedUser", but it cannot work well. Any body met this? How to fixed?