Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
what is the best way to force grid2 to databind? javascript?
posted

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