What is the preferred way of setting value for a field?
What is the preferred way of setting value for a field? All the below 3 lines works. Question - Which one to use where and WHY? why there are so many methods? Is there any difference between them? gr.setValue('description','test desc');ORgr.descripti...
