Please help me out guys.... I am new to infragistics controls and now I am stuck with Cell button of Ultrawebgrid.
I want to add an event handler to the cell button of Ultra Web Grid. My event will be server side and I have want to get the index of the row and column of the cell button that the user clicked.
Any suggestion would be really helpful.
Hi,
Please navigate to:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/
On the right top corner do a search on ClickCellButton. The results on the right side are all topics you can look at.
Magued
Thanks for your reply. But unfortunately the link didn't work and it is showing resource not found message. Please post the correct link.
There is a server side event (ClickCellButton) that you can handle. Please refer to the following link:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=Infragistics35.WebUI.UltraWebGrid.v10.1~Infragistics.WebUI.UltraWebGrid.UltraWebGrid~ClickCellButton_EV.html
The property e.cell would give you the Row and column information.