Hi Guys, I want to use the WebDialog box to display a record. i.e the users clicks a row in the WebGrid and that record is displayed in the WebDialog - whats the best way (if its possible) to achieve this - Thanks Marc
Cancel that question, my bad. I didn't realize that there was a service release that addressed the issue. Back on track, and as stated in original post thanks for detailed "How To", made my life easier
I implemented this with Infragistics Netadvantage 2008 and it worked like a charm (thanks). I just upgrade the project to 2009.2 and the refreshGrid() routine (which again I stress was working fine in NetAdvanyage 2008) is throwing an error "Index was outside the bounds of the array." when warp.refresh() is executed. The problem occurs irrespective of Browser used.
Is this a problem with 2009.2 in this respect? I would really appreciate help as I use this design concept throughout my solution and this has us dead in our tracks
Hi,
I tried the example above, everything is fine except that when I click the link for the first time, the WebDialogWindow is empy, it does not show the data of the EmployeeID I passed to the edit.aspx page.
But when click for second time, the data will appear. Seems like the WebDialogWindow is not being initialize in the first load. How to solve it?
Can you provide same thing in C#.
Thank you.
A quick note about the example posted above. If you want to set the contentUrl of the WebDialogWindow through javascript, you have to first set a contentUrl on the WebDialogWindow on the server-side. You can use "about:blank" if you initially want the WebDialogWindow to show a blank window.
WebDialogWindow.ContentPane.ContentUrl="about:blank"