Hi, i have to convert an older ASP.Net Project (use on several pages Infragistics Ultrawebgrid). Since the Ultrawebgrid is retired, i have to move to the webdatagrid.At the Moment i use V13 Vol2. And there i cannot find any of the in the past used functions from the ultrawebgrid . Like doubleclick event .is that true that there a only client side events? Why?how can i a server side doubleclick event?best regards martin
Hello Martin,
Please feel free to contact me if you have any further questions regarding this matter.
Hi Martin,
The WebDataGrid does not feature serverside Click or Double Click handlers. Some of the behavior events such as activation and selection however feature autopostback flags which you may find useful while migrating to the new grid. Alternatively, it is possible to cause a postback on double click which can be handled on the server based on the arguments passed as described at:
http://es.infragistics.com/community/forums/p/58083/305864.aspx
A resource which may help you in the transitioning process can be found at:
http://es.infragistics.com/community/blogs/craig_shoemaker/archive/2011/07/11/introducing-the-webdatagrid-webhierarchicaldatagrid-cheat-sheet.aspx
Hope this helps. Please do not hesitate to contact me if you have any further questions.