I have a datagrid which show project code and have a SingleSelectionModel attached to it, the SingleSelectionModel has a SelectionChangeHandler so each times the user select a different record in the project code datagrid, it will fire an onselectionchange event.
in the datagrid, I also has a button, I want when user click on the button, the onClick event is fired.
But the problem is, assume the record 1 is selected originally, when user pressed the record 2 remove button, the remove button onclick event will not be fired, instead the onSelectionChange event of the datagrid is fired.
How to solve this so when the user press a remove button on a non-selected record, the button onclick event is fired, not the onSelectionChanged event?
2)
as shown in the figure, the criteria table height is set to 153px, but when render in IE9, its height is 162.86px!! why?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9TULp16qLFYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment