3.2.0

setRowTemplate does not work.

I am trying to use the first row for input box.

I have copied the INPUT Template from the one of the topic. It worked fine when calling obj.setColumnTemplate(inputTemplate, 0). However, when I try to use the template on a row calling obj.setRowTemplate(inputTemplate, 0), the grid displayed "undefined" instead of data.

Can somebody please help me.
Randy
September 24,
Randy,
The templates can only be applyed to columns , but there are a few ways to play with them to meet your needs.
Check this post,
http://activewidgets.com/javascript.forum.5633.6/how-to-make-a-cell.html
HTH
Carlos
September 24,
Thank you, Carlos. It helps a lot.
Randy
September 25,

This topic is archived.

See also:


Back to support forum