Rank: Newbie Groups: Member
Joined: 12/6/2012 Posts: 1
|
Hello Forum, I'm using eo 2011 ( 9.0.29.2 )
I've a page with 2 grids, one is master, the second is slave ( something like header and rows of an invoice ).
On master grid, using itemselected event, i can choose the item and refresh correctly the slave grid. That's OK :)
The problem is that : i've lost the ability to edit or delete items on the master grid. I Think this happen because when i click on the edit or delete commandbutton the grid call anyway an ItemSelected event, that i use to refresh the slave grid. That's Wrong :(
How can i distinguish when i want to edit, delete or only select an item ??
Thanks in advance. Alex
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I am not sure if I understood your question --- what you are asking does not appear to be a technical questions at all. You are basically asking how do you respond in multiple ways based on a single input (user clicking an item). The simple answer to this is you can't. If you need to have different responses, the input has to be somehow different. That means you will have to add more parameters into your equation. And that has nothing to do with us at all.
Thanks
|