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
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
Can you provide same thing in C#.
Thank you.
Can the following code be done within InitializeRow of the UltraWebGrid:
<a href="#" onclick="editRow('<%# Eval("EmployeeID") %>')">Edit In Window</a>
Hi,
I really like what you've shown here. I would like to do sometihng similar, but in the 2.0 clr. I've tried to take what I can from your demo and incorporate it into my app, but with no joy as of yet. Would it be possible to get the project code?
Any help would be appreciated.
thanks!