Browse By Tags

  • Color coding text value in an onChangeCell client event?

    I know that I can use a Server onAfterGet method to set the css property to change the color of cell text or cell background color in a relationship grid. But I would like to immediately highlight a data entry error that fails validation by highlighting…
  • How to call a client method from another client method?

    Hello everybody. I have several client methods which are sharing some common code. I would like to put that code in a method, and call that method from the other methods, everything is client side. How can I do that?
  • How to create dynamic dropdown list in relationship grid property

    Hi Team, How to create dynamic dropdown list in relationship grid property ? Note: I have parent form with Student details, in relationship grid I have property of subjects. After inserting new row, In the relationship grid the subject property OnEditStart…
  • Is it possible to use the change event trigger of an item to get the name of the field?

    hi All, According to this image, my method name is " change_field ". The field names of text boxes framed by dashed lines on the screen are "A", "B", "C", and "D". The text boxes that are framed with dashed lines have a text box below them that…
  • how to change relationship form value

    hi,All I set "Open Related Form" on [relationshiptype] so that I can edit the relationship with a popup window when I click "Add Relationship". But I want to bring out the default values in the popup window, I tried the following actions //my…
  • Open specific ItemType form from a client side method

    Hi All, I have an ItemType that is setup with two forms attached, one being the main default form used for viewing, editing, adding etc.. I would like to however be able to through a client side method open the "Secondary Form" loaded with a context…
  • ArasModules.vault.saveBlob() JS Function.

    Does anyone know where the JavaScript function ArasModules.vault.saveBlob() is defined? It is called out in the saveContentToFile function in the client/javascript/ExportToOfficeHelper.js file. The reason for the question is that the saveBlob() function…
  • How to Add Pagination in client side method

    content = "<table id="pagination">"+"<tr><td></td></tr>"+</table>;