Rank: Advanced Member Groups: Member
Joined: 12/5/2007 Posts: 57
|
Hi,
I have a number of grids that have 2 button columns in addition toe 1 or more static columns defined per row. My client wanrted to be able to select a row on the grid by clicking any cell so I followed your Grid - Row Selection sample. One of the button columns is for deleting records and as such has a different command name property setting then that used in the java script call to grid.raiseItemCommandEvent.
We have no problems when using IE but when using FireFox we are finding that when the delete button is clicked that the javascript client function is being called (and thus sekected) instead of the server ItemCommand event being fired as it does in IE.
Is this a known issue? Is there a possible fix or work around?
Thanks,
Gary
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. We are not aware of any issues like this. Can you provide a test page that demonstrates the problem? Once we have that we will be happy to take a look.
Thanks!
|