I have the following scenario. I have ultrawebgrid with 4 columns. while entering on 3rd column i am calling a webpage and doing some process and returing a text value. The text value needs to be assigned to 3rd column of active row. How handle this?
Thanks in advance.
Hello,
The webgrid supports an extensive client side object model that let's you do pretty much anything with the grid object on the client. Check out the documentation on it.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/
You can open up a window when the user gets to that cell using the EnterEditMode client side event and see if the user is entering column 3. Then from the external window once the user has selected a value, put it back in the cell using the row object.
Hope this helps.
Taz.