Hi,
I was checking this different times, but I am not able to understand this error...I set igUpdating with GridEditMode.RowEditTemplate and all works fine. I would like to introduce RowEditDialogRowTemplateID, but when the dialog starts rendering the browser stops and give me an error on infragistics.templating.js, Row 22 Character 75...something like "impossible to obtain property 'replace' value: object null or not defined"...Do you think I missed some .js file? Or I did a wrong consideration about RowEditDialogRowTemplateID??
Thanks
Flavio
Hello Flavio,
Thank you for your post.
I wasn't able to reproduce the issue with the online sample
http://ko.infragistics.com/products/jquery/sample/grid/row-edit-template
Can you please provide us with an isolated sample replicating the behavior?
Hope hearing from you.
Thanks Tsvetelina,
I solve out. I think the application was not able to find the template I defined, because I set a wrong one...But now I am not so sure that this RowEditDialogRowTemplateID is what I would like to have...I see that I can define ${headerText} or ${dataKey}, but my question is: is it possible to select detailed fields? For example, I need to change font only to the Id field, while the text editor description field has to be filled with a color and other different cases...Is there a syntax to get every single field, and defining template in the text/x-jquery-tmpl template?