Rank: Member Groups: Member
Joined: 9/6/2011 Posts: 26
|
Is it possible to combine multiple features on the same Grid? I have a grid that I want to have a client side delete, update and insert, and also have a column as a link to another page and a column as a drop down list (This should be easy).
So far I have the delete working correctly (including the confirmation msgbox, for which I have to use ButtonColumn).
My problem is that for the link column to launch another page I have to user another ButtonColumn and when I do that, the other Delete "ButtonColumn" stops working, it seems that both columns call the same javascript function.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
They should work fine. If you continue to have problem, please provide a test page.
Thanks
|