what is the use of template field in ultraweb grid?. i found the template field in several place but i cant understand how to use it. iam new with this ultrawebgrid
Hello,
In a templated column you can place any HTML content and / or ASP.NET server-side controls to customize the appearance and the functionality of the cells of the grid, should you requirements need you to do that.
Here is one great forum post discussing a more complex case where templates help,
http://forums.infragistics.com/forums/t/15137.aspx
But in general just adding anything inside the CellTemplate of the templated column is the most common case.
If you are new to UltraWebGrid and Infragistics in general, you will find the following two resources great:
#1 Samples:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
#2 Help
http://help.infragistics.com/NetAdvantage/NET/2008.2/CLR2.0/
HTH,