1) How to create Editable Gridview of " UltraWebGrid "
i have to place dropdown and textboxed
like asp.net Editable grirdview
Using templete field we can achieve it
how to done same thing using " UltraWebGrid "
2) how to create hyperlink in " UltraWebGrid "
what all i want when user click on " customer name " ( there is field in my UltraWebGrid) i have to
redirect to other page to show its details
thanks
Hi qasimidl,
Please do not hesitate to contact me if you have any further questions.
Thank you for posting in the community.
Regarding your first question about embedding editors in UltraWebGrid, I would suggest that you take a look at the articles listed at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Embeddable_Editors.html
As for creating hyperlinks in UltraWebGrid, cells feature a TargetUrl property which can be used for the task:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Infragistics4.WebUI.UltraWebGrid.v11.1~Infragistics.WebUI.UltraWebGrid.UltraGridCell~TargetURL.html
Please feel free to contact me if you have any questions.