Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
itemClick event is calling on headerRelease in Datagrid   Message List  
Reply | Forward Message #67745 of 149636 |
Re: itemClick event is calling on headerRelease in Datagrid

The header is treated as another cell. Just check for rowIndex > 0 in
your handler if you want to ignore header clicks.

HTH,
Ben


--- In flexcoders@yahoogroups.com, "sanjaypmg" <sanjaypmg@...> wrote:
>
> Hi All,
>
> I have called a method on itemClick event of a dataGrid. and I have
> rendered the header of the same Grid. but when I click on the rendered
> header, It calls the same method which I used to call on itemClick
> event. Why? Please do let me know and help to resolve this issue....
>
> Thanks in Advance...
> Sanjay
>





Tue Mar 13, 2007 7:18 pm

ben.clinkinb...
Offline Offline
Send Email Send Email

Forward
Message #67745 of 149636 |
Expand Messages Author Sort by Date

Hi All, I have called a method on itemClick event of a dataGrid. and I have rendered the header of the same Grid. but when I click on the rendered header, It...
sanjaypmg
Offline Send Email
Mar 13, 2007
6:06 pm

The header is treated as another cell. Just check for rowIndex > 0 in your handler if you want to ignore header clicks. HTH, Ben...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Mar 13, 2007
7:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help