i have just started working with UltraWebGrid of Infragestic
kindly inform me
1) how can i add delete button in grid
2) on delete button click which event should be used to delete record
Is there any sample for beginer like me just for start up
thanks
Hi qasimidl,
Thank you for your reply.
You can handle both the click event of your templated button and the ItemCommand event of the grid to achieve your requirement.
Below is some sample code for accessing the grid Row in such a scenario where a templated control raised an event:
Feel free to contact me if you have any questions.
by using this link
thanks for your support and cooperate
In this scenario I suggest that you either use a UltraWebGridColumn of type "Button", which is demonstrated at:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=1093
or alternatively, define a templated column, as illustrated at:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Using_Column_Templates.html
Please feel free to contact me if you have any questions.
many thanks
kindly tell me 1 more thing
how to add delete button in UltraWebGrid of Infragestic
( i have to wind up my task its existing project feature)
Thank you for posting in the community.
A very similar topic has been discussed at:
http://forums.infragistics.com/forums/t/1046.aspx
Please note, however, that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/