10398 : Im using your GTP.NET – Control with ASP.NET. Id like to catch an Event when the User clicks on a cell-Text or Button in the Grid.

Question

Im using your GTP.NET – Control with ASP.NET. Id like to catch an
Event when the User clicks on a cell-Text or Button in the Grid.
I tried it with “…OnGridCellChanged”, the event is fired when i
click in the Gantt-Area, but not when i click in the Grid-Area.
What can i do?

Answer

To handle this you can add a html link to the cell data. So if you need “AAA” in the cell assign <a href=”onclick or postback”>AAA<a>, depending on what you want to do in the click-event, you might want a href pointing to a client side script, or you might want to do a postback and catch the click in the OnPostBackEvent of Gantt_ASP

Leave a Reply