Mar 23, 2009, 8:43 AM
Using a context menu for multiple GridPanels
Hi,
I have a couple of Gridpanels in my aspx page. And all of these use a single Context menu. The context menus are rendered correctly , but how can i identify (at server side code) which of the gridpanels initiated the request?
And one more thing,
I am assigning the following in my source view. Can i read the value of dataRecord in my code behind page at runtime?
[CODE]
#{menu1}.dataRecord = this.store.getAt(rowIndex);
[CODE]
Thanks in advance,
Vimal Raj
I have a couple of Gridpanels in my aspx page. And all of these use a single Context menu. The context menus are rendered correctly , but how can i identify (at server side code) which of the gridpanels initiated the request?
And one more thing,
I am assigning the following in my source view. Can i read the value of dataRecord in my code behind page at runtime?
[CODE]
#{menu1}.dataRecord = this.store.getAt(rowIndex);
[CODE]
Thanks in advance,
Vimal Raj