I have grid1 and would like to 'pop up' grid2 and show the pertinent data. I have grid2 on a webdialogwindow and can have it show using javascript. However, I don't know the best way to get the data on grid2 to update to the pertinent data.
There are different ways to do this I'm assuming, but I don't know the best approach. The possibilities, as I see it, are:
1. force a server-side update to grid2 via javascript. (not sure how to do this or if possible).2. Change my double-click on grid1 to a server side double-click (as far as I can tell a double-click is only accessable via javascript)3. write a handler to handle a double-click event (I don't see any methods that would catch this event)
Thank you for any thoughts you have. I'm using all controls out of Infragistics4.Web.v11.1
Hello,
The below link from our website will give more details on how to implement the functionality you described.
<http://community.infragistics.com/forums/p/56780/291072.aspx >
In above forum link you may use grid in WebDialogWindow and fill it with pertinent data.
Hope this helps.
I am following up to see if you were able to implement the functionality you have described based on the link I have provided.